linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND v11 0/2] dma: Add Freescale eDMA engine driver support
@ 2014-02-18  2:17 Jingchang Lu
  2014-02-18  2:17 ` [PATCH RESEND v11 1/2] ARM: dts: vf610: Add eDMA node Jingchang Lu
  2014-02-18  2:17 ` [PATCH RESEND v11 2/2] dma: Add Freescale eDMA engine driver support Jingchang Lu
  0 siblings, 2 replies; 5+ messages in thread
From: Jingchang Lu @ 2014-02-18  2:17 UTC (permalink / raw)
  To: linux-arm-kernel

This series add Freescale eDMA engine support.

Jingchang Lu (2):
      ARM: dts: vf610: Add eDMA node
      dma: Add Freescale eDMA engine driver support

 Documentation/devicetree/bindings/dma/fsl-edma.txt |  76 ++
 arch/arm/boot/dts/vf610.dtsi                       |  30 +
 drivers/dma/Kconfig                                |  10 +
 drivers/dma/Makefile                               |   1 +
 drivers/dma/fsl-edma.c                             | 975 +++++++++++++++++++++
 5 files changed, 1092 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/fsl-edma.txt
 create mode 100644 drivers/dma/fsl-edma.c

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

end of thread, other threads:[~2014-02-18 11:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18  2:17 [PATCH RESEND v11 0/2] dma: Add Freescale eDMA engine driver support Jingchang Lu
2014-02-18  2:17 ` [PATCH RESEND v11 1/2] ARM: dts: vf610: Add eDMA node Jingchang Lu
2014-02-18  3:45   ` Shawn Guo
2014-02-18  2:17 ` [PATCH RESEND v11 2/2] dma: Add Freescale eDMA engine driver support Jingchang Lu
2014-02-18 11:29   ` Vinod Koul

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