devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] serial: add drivers for the ESP32xx serial devices
@ 2023-09-20  2:26 Max Filippov
  2023-09-20  2:26 ` [PATCH v2 1/5] serial: core: tidy invalid baudrate handling in uart_get_baud_rate Max Filippov
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Max Filippov @ 2023-09-20  2:26 UTC (permalink / raw)
  To: linux-kernel, linux-serial, devicetree
  Cc: Greg Kroah-Hartman, Jiri Slaby, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Ilpo Järvinen, Max Filippov

Hello,

this series adds drivers for the UART and ACM controllers found in the
Espressif ESP32 and ESP32S3 SoCs.

Changes v1->v2:
- address review comments, listed in each patch
- add cleanup for the uart_get_baud_rate function

Max Filippov (5):
  serial: core: tidy invalid baudrate handling in uart_get_baud_rate
  dt-bindings: serial: document esp32-uart
  drivers/tty/serial: add driver for the ESP32 UART
  dt-bindings: serial: document esp32s3-acm
  drivers/tty/serial: add ESP32S3 ACM device driver

 .../bindings/serial/esp,esp32-acm.yaml        |  39 +
 .../bindings/serial/esp,esp32-uart.yaml       |  48 ++
 drivers/tty/serial/Kconfig                    |  27 +
 drivers/tty/serial/Makefile                   |   2 +
 drivers/tty/serial/esp32_acm.c                | 458 +++++++++++
 drivers/tty/serial/esp32_uart.c               | 749 ++++++++++++++++++
 drivers/tty/serial/serial_core.c              |   5 +-
 include/uapi/linux/serial_core.h              |   6 +
 8 files changed, 1331 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/esp,esp32-acm.yaml
 create mode 100644 Documentation/devicetree/bindings/serial/esp,esp32-uart.yaml
 create mode 100644 drivers/tty/serial/esp32_acm.c
 create mode 100644 drivers/tty/serial/esp32_uart.c

-- 
2.30.2


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

end of thread, other threads:[~2023-09-28 15:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20  2:26 [PATCH v2 0/5] serial: add drivers for the ESP32xx serial devices Max Filippov
2023-09-20  2:26 ` [PATCH v2 1/5] serial: core: tidy invalid baudrate handling in uart_get_baud_rate Max Filippov
2023-09-28  8:17   ` Greg Kroah-Hartman
2023-09-28 15:07     ` Max Filippov
2023-09-20  2:26 ` [PATCH v2 2/5] dt-bindings: serial: document esp32-uart Max Filippov
2023-09-20 12:34   ` Krzysztof Kozlowski
2023-09-20  2:26 ` [PATCH v2 3/5] drivers/tty/serial: add driver for the ESP32 UART Max Filippov
2023-09-20  7:22   ` Jiri Slaby
2023-09-20  8:34     ` Max Filippov
2023-09-20  2:26 ` [PATCH v2 4/5] dt-bindings: serial: document esp32s3-acm Max Filippov
2023-09-20 12:35   ` Krzysztof Kozlowski
2023-09-20  2:26 ` [PATCH v2 5/5] drivers/tty/serial: add ESP32S3 ACM device driver Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).