openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] arm: aspeed: Add UART with DMA support
@ 2023-02-10  7:26 Chia-Wei Wang
  2023-02-10  7:26 ` [PATCH 1/4] dt-bindings: aspeed: Add UART controller Chia-Wei Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Chia-Wei Wang @ 2023-02-10  7:26 UTC (permalink / raw)
  To: gregkh, robh+dt, krzysztof.kozlowski+dt, joel, andrew, jirislaby,
	linux-serial, devicetree, linux-arm-kernel, linux-aspeed,
	linux-kernel, openbmc

This patch series add the serial driver with DMA support for
AST26xx UART and VUART devices.

Chia-Wei Wang (4):
  dt-bindings: aspeed: Add UART controller
  soc: aspeed: Add UART DMA support
  serial: 8250: Add Aspeed UART driver
  ARM: dts: aspeed-g6: Add UDMA node

 .../bindings/serial/aspeed,uart.yaml          |  81 +++
 arch/arm/boot/dts/aspeed-g6.dtsi              |   7 +
 drivers/soc/aspeed/Kconfig                    |   9 +
 drivers/soc/aspeed/Makefile                   |   1 +
 drivers/soc/aspeed/aspeed-udma.c              | 447 ++++++++++++++++
 drivers/tty/serial/8250/8250_aspeed.c         | 502 ++++++++++++++++++
 drivers/tty/serial/8250/Kconfig               |   8 +
 drivers/tty/serial/8250/Makefile              |   1 +
 include/linux/soc/aspeed/aspeed-udma.h        |  34 ++
 9 files changed, 1090 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/aspeed,uart.yaml
 create mode 100644 drivers/soc/aspeed/aspeed-udma.c
 create mode 100644 drivers/tty/serial/8250/8250_aspeed.c
 create mode 100644 include/linux/soc/aspeed/aspeed-udma.h

-- 
2.25.1


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

end of thread, other threads:[~2023-02-19  7:45 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10  7:26 [PATCH 0/4] arm: aspeed: Add UART with DMA support Chia-Wei Wang
2023-02-10  7:26 ` [PATCH 1/4] dt-bindings: aspeed: Add UART controller Chia-Wei Wang
     [not found]   ` <2d0d1866-95f9-942d-57e0-06a5ed17d35d@linaro.org>
2023-02-13  1:57     ` ChiaWei Wang
2023-02-10  7:26 ` [PATCH 2/4] soc: aspeed: Add UART DMA support Chia-Wei Wang
2023-02-10 10:00   ` kernel test robot
     [not found]   ` <c1e096fa-5941-cdd8-2cdc-ecf04661a389@linaro.org>
2023-02-13  1:50     ` ChiaWei Wang
2023-02-10  7:26 ` [PATCH 3/4] serial: 8250: Add Aspeed UART driver Chia-Wei Wang
2023-02-10 10:35   ` Paul Menzel
2023-02-10 13:40     ` Ilpo Järvinen
2023-02-13  4:18     ` ChiaWei Wang
2023-02-10 13:52   ` Ilpo Järvinen
2023-02-13  1:45     ` ChiaWei Wang
2023-02-13  8:54       ` Ilpo Järvinen
2023-02-10  7:26 ` [PATCH 4/4] ARM: dts: aspeed-g6: Add UDMA node Chia-Wei Wang
     [not found]   ` <db065c0a-6c0e-ebf1-1867-6271b0cb5e8a@linaro.org>
2023-02-13  1:46     ` ChiaWei Wang

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).