]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: meson: Describes the calculation of the UART baud rate clock using a...
authorYu Tu <yu.tu@amlogic.com>
Fri, 25 Feb 2022 07:39:19 +0000 (15:39 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Feb 2022 09:03:20 +0000 (10:03 +0100)
commit8989e75b3c0fd1bccc8faad3aadfe3312d13e821
tree52fe4b638622bbd720ebf2d94676a33405244dba
parent707dd73c684e5458d660dad9a907f835af72532c
tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame

Using the common Clock code to describe the UART baud rate clock
makes it easier for the UART driver to be compatible with the
baud rate requirements of the UART IP on different meson chips.

Signed-off-by: Yu Tu <yu.tu@amlogic.com>
Link: https://lore.kernel.org/r/20220225073922.3947-4-yu.tu@amlogic.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/meson_uart.c