devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/5] *** Cover Letter: patch submission for AST2500 UART driver ***
@ 2019-06-05 12:23 sudheer.v
  2019-06-05 12:23 ` [patch 1/5] AST2500 DMA UART driver sudheer.v
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: sudheer.v @ 2019-06-05 12:23 UTC (permalink / raw)
  To: gregkh, mchehab+samsung, jslaby, joel, andrew, benh, robh+dt,
	mark.rutland, shivahshankar.shankarnarayanrao, sudheer.veliseti
  Cc: devicetree, linux-aspeed, linux-serial, linux-arm-kernel,
	sudheer Kumar veliseti

From: sudheer Kumar veliseti <sudheer.open@gmail.com>

Hi,

The below mentioned patches are for AST2500 UART driver.

AST2500 has dedicated Uart DMA controller which has 12 sets of
Tx and RX channels connected to UART controller directly.
Since the DMA controller have dedicated buffers and registers,
there would be little benifit in adding DMA framework overhead.
So the software for DMA controller is included within the UART driver itself.

Thanks and Regards
Sudheer.V

sudheer veliseti (5):
  AST2500 DMA UART driver
  build configuration for AST2500 DMA UART driver
  DT nodes for AST2500 DMA UART driver
  defconfig and MAINTAINERS updated for AST2500 DMA UART driver
  Documentation: DT bindings AST2500 DMA UART driver

 .../bindings/serial/ast2500-dma-uart.txt      |   40 +
 MAINTAINERS                                   |   13 +
 arch/arm/boot/dts/aspeed-ast2500-evb.dts      |   21 +
 arch/arm/boot/dts/aspeed-g5.dtsi              |   71 +-
 arch/arm/configs/aspeed_g5_defconfig          |    1 +
 .../tty/serial/8250/8250_ast2500_uart_dma.c   | 1928 +++++++++++++++++
 drivers/tty/serial/8250/Kconfig               |   35 +-
 drivers/tty/serial/8250/Makefile              |    1 +
 8 files changed, 2105 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/ast2500-dma-uart.txt
 create mode 100644 drivers/tty/serial/8250/8250_ast2500_uart_dma.c

-- 
2.17.1

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [patch 0/5] *** DMA based UART driver for AST2500 ***
@ 2019-06-21 11:17 sudheer.v
  2019-06-21 11:17 ` [patch 1/5] AST2500 DMA UART driver sudheer.v
  0 siblings, 1 reply; 9+ messages in thread
From: sudheer.v @ 2019-06-21 11:17 UTC (permalink / raw)
  To: gregkh, jslaby, joel, andrew, benh, robh+dt, mark.rutland,
	shivahshankar.shankarnarayanrao, shivahshankar, sudheer.veliseti
  Cc: sudheer veliseti, linux-kernel, linux-serial, devicetree,
	linux-aspeed

From: sudheer veliseti <sudheer.open@gmail.com>

Hi,
AST2500 has dedicated Uart DMA controller which has 12 sets of
Tx and RX channels connected to UART controller directly.
Since the DMA controller have dedicated buffers and registers,
there would be little benifit in adding DMA framework overhead.
So the software for DMA controller is included within the UART driver itself.

Thanks and Regards
Sudheer.V

sudheer veliseti (5):
  AST2500 DMA UART driver
  build configuration for AST2500 DMA UART driver
  DT nodes for AST2500 DMA UART driver
  defconfig and MAINTAINERS updated for AST2500 DMA UART driver
  Documentation: DT bindings AST2500 DMA UART driver

 .../bindings/serial/ast2500-dma-uart.txt      |   40 +
 MAINTAINERS                                   |   13 +
 arch/arm/boot/dts/aspeed-ast2500-evb.dts      |   21 +
 arch/arm/boot/dts/aspeed-g5.dtsi              |   71 +-
 arch/arm/configs/aspeed_g5_defconfig          |    1 +
 .../tty/serial/8250/8250_ast2500_uart_dma.c   | 1879 +++++++++++++++++
 drivers/tty/serial/8250/Kconfig               |   35 +-
 drivers/tty/serial/8250/Makefile              |    1 +
 8 files changed, 2056 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/serial/ast2500-dma-uart.txt
 create mode 100644 drivers/tty/serial/8250/8250_ast2500_uart_dma.c

-- 
2.17.1

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

end of thread, other threads:[~2019-06-21 11:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-05 12:23 [patch 0/5] *** Cover Letter: patch submission for AST2500 UART driver *** sudheer.v
2019-06-05 12:23 ` [patch 1/5] AST2500 DMA UART driver sudheer.v
2019-06-10 16:49   ` Greg KH
2019-06-10 16:50   ` Greg KH
2019-06-05 12:23 ` [patch 2/5] build configuration for " sudheer.v
2019-06-05 12:23 ` [patch 3/5] DT nodes " sudheer.v
2019-06-05 12:23 ` [patch 4/5] defconfig and MAINTAINERS updated " sudheer.v
2019-06-05 12:23 ` [patch 5/5] Documentation: DT bindings " sudheer.v
  -- strict thread matches above, loose matches on Subject: below --
2019-06-21 11:17 [patch 0/5] *** DMA based UART driver for AST2500 *** sudheer.v
2019-06-21 11:17 ` [patch 1/5] AST2500 DMA UART driver sudheer.v

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