mbox series

[V3,0/2] Add q 12MHz internal clock rate to calculate

Message ID 20220422111320.19234-1-yu.tu@amlogic.com (mailing list archive)
Headers show
Series Add q 12MHz internal clock rate to calculate | expand

Message

Yu Tu April 22, 2022, 11:13 a.m. UTC
1.Added 12Mhz as the clock source for calculating baud rate.

2.Added S4 SOC compatibility. 


Yu Tu (2):
  tty: serial: meson: Add a 12MHz internal clock rate to calculate baud
    rate in order to meet the baud rate requirements of special BT
    modules
  tty: serial: meson: Added S4 SOC compatibility

V1 -> V2: Change format as discussed in the email.
V2 -> V3: Change format as discussed in the email.

Link:https://lore.kernel.org/linux-amlogic/20220418053202.24528-2-yu.tu@amlogic.com/

 drivers/tty/serial/meson_uart.c | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)


base-commit: 05fe70dd2efd13de700c2dfe5169d3a7a5050bc2

Comments

Neil Armstrong April 22, 2022, 12:30 p.m. UTC | #1
On 22/04/2022 13:13, Yu Tu wrote:
> 1.Added 12Mhz as the clock source for calculating baud rate.
> 
> 2.Added S4 SOC compatibility.
> 
> 
> Yu Tu (2):
>    tty: serial: meson: Add a 12MHz internal clock rate to calculate baud
>      rate in order to meet the baud rate requirements of special BT
>      modules
>    tty: serial: meson: Added S4 SOC compatibility
> 
> V1 -> V2: Change format as discussed in the email.
> V2 -> V3: Change format as discussed in the email.
> 
> Link:https://lore.kernel.org/linux-amlogic/20220418053202.24528-2-yu.tu@amlogic.com/
> 
>   drivers/tty/serial/meson_uart.c | 25 +++++++++++++++++++++++--
>   1 file changed, 23 insertions(+), 2 deletions(-)
> 
> 
> base-commit: 05fe70dd2efd13de700c2dfe5169d3a7a5050bc2

Thanks for this v3, all fine for me !

Neil