commit | e97e15561cd885926f78200a1e75e713172da60e | [log] [tgz] |
---|---|---|
author | Alexander Shiyan <shc_work@mail.ru> | Fri Feb 07 18:16:04 2014 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 13 09:33:04 2014 -0800 |
tree | 03146120f801947ec35364278b657fb52026c280 | |
parent | d0fd413cffb7cd8efac6d4d192ba62fc2fa60d2d [diff] |
serial: max310x: Setup baud rate generator more precisely This patch provide more precisely setup of baud rate generator. If the result of division has a remainder, we use the multiplier for the base frequency. Additionally, we report result baud rate back to serial core. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>