drivers/tty/serial: add ESP32S3 ACM gadget driver
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 10 Oct 2023 08:59:26 +0000 (01:59 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Oct 2023 18:18:15 +0000 (20:18 +0200)
commitb0c9a045e8c7d4791ef8bafae2c29fe00e835067
tree5b293869b3feb040b0f0eb1b3dc39b61c95bfa38
parent7f399b0d1ac06ce8b626a0708988a310c0bd04a6
drivers/tty/serial: add ESP32S3 ACM gadget driver

Add driver for the ACM gadget controller of the Espressif ESP32S3 SoC.
Hardware specification is available at the following URL:

  https://www.espressif.com/sites/default/files/documentation/esp32-s3_technical_reference_manual_en.pdf
  (Chapter 33 USB Serial/JTAG Controller)

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Link: https://lore.kernel.org/r/20231010085926.1021667-6-jcmvbkbc@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig
drivers/tty/serial/Makefile
drivers/tty/serial/esp32_acm.c [new file with mode: 0644]