All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 0/5] The UART driver compatible with
@ 2022-01-10 10:42 ` Yu Tu
  0 siblings, 0 replies; 39+ messages in thread
From: Yu Tu @ 2022-01-10 10:42 UTC (permalink / raw)
  To: linux-serial, linux-arm-kernel, linux-amlogic, linux-kernel, devicetree
  Cc: Greg Kroah-Hartman, Rob Herring, Jiri Slaby, Neil Armstrong,
	Kevin Hilman, Jerome Brunet, Martin Blumenstingl, Yu Tu

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. Add Meson S4 SoC compatible.

Yu Tu (5):
  dt-bindings: serial: meson: Drop legacy compatible.
  tty: serial: meson: Move request the register region.
  tty: serial: meson: Using the common clock code describe.
  tty: serial: meson: Make some bit of the REG5 register writable.
  tty: serial: meson: Added S4 SOC compatibility.

V4 -> V5: Change error format.
V3 -> V4: Change CCF to describe the UART baud rate clock as discussed
in the email.
V2 -> V3: add compatible = "amlogic,meson-gx-uart". Because it must change
the DTS before it can be deleted
V1 -> V2: Use CCF to describe the UART baud rate clock.Make some changes as
discussed in the email

Link:https://lore.kernel.org/linux-amlogic/20220110085604.18042-1-yu.tu@amlogic.com/

 .../bindings/serial/amlogic,meson-uart.yaml   |  10 +-
 drivers/tty/serial/meson_uart.c               | 244 ++++++++++++------
 2 files changed, 177 insertions(+), 77 deletions(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2022-01-13  7:27 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 10:42 [PATCH V5 0/5] The UART driver compatible with Yu Tu
2022-01-10 10:42 ` Yu Tu
2022-01-10 10:42 ` Yu Tu
2022-01-10 10:42 ` [PATCH V5 1/5] dt-bindings: serial: meson: Drop legacy compatible Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 16:18   ` Rob Herring
2022-01-10 16:18     ` Rob Herring
2022-01-10 16:18     ` Rob Herring
2022-01-11  7:18     ` Yu Tu
2022-01-11  7:18       ` Yu Tu
2022-01-11  7:18       ` Yu Tu
2022-01-10 10:42 ` [PATCH V5 2/5] tty: serial: meson: Move request the register region Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 11:58   ` Jiri Slaby
2022-01-10 11:58     ` Jiri Slaby
2022-01-10 11:58     ` Jiri Slaby
2022-01-11  2:48     ` Yu Tu
2022-01-11  2:48       ` Yu Tu
2022-01-11  2:48       ` Yu Tu
2022-01-13  7:25       ` Jiri Slaby
2022-01-13  7:25         ` Jiri Slaby
2022-01-13  7:25         ` Jiri Slaby
2022-01-10 10:42 ` [PATCH V5 3/5] tty: serial: meson: Using the common clock code describe Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 12:11   ` Jiri Slaby
2022-01-10 12:11     ` Jiri Slaby
2022-01-10 12:11     ` Jiri Slaby
2022-01-11  3:13     ` Yu Tu
2022-01-11  3:13       ` Yu Tu
2022-01-11  3:13       ` Yu Tu
2022-01-10 10:42 ` [PATCH V5 4/5] tty: serial: meson: Make some bit of the REG5 register writable Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 10:42 ` [PATCH V5 5/5] tty: serial: meson: Added S4 SOC compatibility Yu Tu
2022-01-10 10:42   ` Yu Tu
2022-01-10 10:42   ` Yu Tu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.