All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for ARTPEC-8 UART
@ 2022-03-11  9:45 ` Vincent Whitchurch
  0 siblings, 0 replies; 14+ messages in thread
From: Vincent Whitchurch @ 2022-03-11  9:45 UTC (permalink / raw)
  To: gregkh, jirislaby, krzysztof.kozlowski
  Cc: kernel, Vincent Whitchurch, linux-kernel, devicetree,
	linux-serial, linux-samsung-soc, linux-arm-kernel, robh+dt,
	alim.akhtar

This series adds support for the UART hardware on the ARTPEC-8 chip.  This
block is already supported by an existing driver so only a small patch to
describe the properties of the variant is required.

v2:
- This version is based on top of Krzysztof's "minor fixes/cleanups" series
  since they will conflict otherwise.
- Expand commit messages
- Define required clocks in binding
- Fix FIFO size

Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-serial@vger.kernel.org
Cc: linux-samsung-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: robh+dt@kernel.org
Cc: alim.akhtar@samsung.com

Vincent Whitchurch (2):
  dt-bindings: serial: samsung: Add ARTPEC-8 UART
  tty: serial: samsung: Add ARTPEC-8 support

 .../bindings/serial/samsung_uart.yaml         |  2 +
 drivers/tty/serial/Kconfig                    |  2 +-
 drivers/tty/serial/samsung_tty.c              | 37 +++++++++++++++++++
 3 files changed, 40 insertions(+), 1 deletion(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-03-11 15:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-11  9:45 [PATCH v2 0/2] Add support for ARTPEC-8 UART Vincent Whitchurch
2022-03-11  9:45 ` Vincent Whitchurch
2022-03-11  9:45 ` [PATCH v2 1/2] dt-bindings: serial: samsung: Add " Vincent Whitchurch
2022-03-11  9:45   ` Vincent Whitchurch
2022-03-11 10:40   ` Krzysztof Kozlowski
2022-03-11 10:40     ` Krzysztof Kozlowski
2022-03-11 14:52   ` Rob Herring
2022-03-11 14:52     ` Rob Herring
2022-03-11  9:45 ` [PATCH v2 2/2] tty: serial: samsung: Add ARTPEC-8 support Vincent Whitchurch
2022-03-11  9:45   ` Vincent Whitchurch
2022-03-11 10:42   ` Krzysztof Kozlowski
2022-03-11 10:42     ` Krzysztof Kozlowski
2022-03-11 10:44     ` Krzysztof Kozlowski
2022-03-11 10:44       ` Krzysztof Kozlowski

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.