public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] tty: serial: meson: support ttyS devname
@ 2023-07-04 13:59 Dmitry Rokosov
  2023-07-04 13:59 ` [PATCH v1 1/5] tty: serial: meson: use dev_err_probe Dmitry Rokosov
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Dmitry Rokosov @ 2023-07-04 13:59 UTC (permalink / raw)
  To: gregkh, robh+dt, krzysztof.kozlowski+dt, conor+dt, neil.armstrong,
	jbrunet, jirislaby, khilman, martin.blumenstingl
  Cc: kelvin.zhang, xianwei.zhao, kernel, rockosov, linux-amlogic,
	linux-serial, devicetree, linux-kernel, linux-arm-kernel,
	Dmitry Rokosov

During a IRC discussion with Neil, as reported in reference [1], an idea
emerged to provide support for a standard devname 'ttyS' in new SoCs
such as A1, S4, T7, C3 and others. The current devname 'ttyAML' is not
widely known and has caused several issues with both low and high-level
software, without any apparent justification for its implementation.
Consequently, it has been deemed necessary to introduce the 'ttyS'
devname for all new 'compatible' entries, while still retaining backward
compatibility with the old 'ttyAML' devname by supporting it in parallel
with the new approach. This patch series therefore aims to implement
these changes.

Links:
    [1]: https://libera.irclog.whitequark.org/linux-amlogic/2023-07-03

Dmitry Rokosov (5):
  tty: serial: meson: use dev_err_probe
  tty: serial: meson: redesign the module to platform_driver
  tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCs
  dt-bindings: serial: amlogic,meson-uart: support Amlogic A1
  arm64: dts: meson: a1: change uart compatible string

 .../bindings/serial/amlogic,meson-uart.yaml   |  2 +
 arch/arm64/boot/dts/amlogic/meson-a1.dtsi     |  4 +-
 drivers/tty/serial/meson_uart.c               | 83 ++++++++++---------
 3 files changed, 47 insertions(+), 42 deletions(-)

-- 
2.36.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-07-05 19:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-04 13:59 [PATCH v1 0/5] tty: serial: meson: support ttyS devname Dmitry Rokosov
2023-07-04 13:59 ` [PATCH v1 1/5] tty: serial: meson: use dev_err_probe Dmitry Rokosov
2023-07-04 13:59 ` [PATCH v1 2/5] tty: serial: meson: redesign the module to platform_driver Dmitry Rokosov
2023-07-04 14:46   ` neil.armstrong
2023-07-04 15:19     ` Dmitry Rokosov
2023-07-04 17:06       ` Dmitry Rokosov
2023-07-04 13:59 ` [PATCH v1 3/5] tty: serial: meson: apply ttyS devname instead of ttyAML for new SoCs Dmitry Rokosov
2023-07-04 14:42   ` neil.armstrong
2023-07-04 14:59     ` Dmitry Rokosov
2023-07-04 15:29       ` neil.armstrong
2023-07-04 16:00         ` Dmitry Rokosov
2023-07-04 16:57   ` Conor Dooley
2023-07-04 17:13     ` Dmitry Rokosov
2023-07-04 19:14       ` Conor Dooley
2023-07-04 13:59 ` [PATCH v1 4/5] dt-bindings: serial: amlogic,meson-uart: support Amlogic A1 Dmitry Rokosov
2023-07-05 19:00   ` Rob Herring
2023-07-04 13:59 ` [PATCH v1 5/5] arm64: dts: meson: a1: change uart compatible string Dmitry Rokosov
2023-07-04 17:02   ` Conor Dooley
2023-07-04 17:08     ` Dmitry Rokosov
2023-07-04 17:10       ` Conor Dooley
2023-07-04 17:19         ` Dmitry Rokosov
2023-07-05  9:46           ` Dmitry Rokosov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox