public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/6] DMA: shdma: add Device Tree support
@ 2013-04-10 22:19 Guennadi Liakhovetski
  2013-04-10 22:19 ` [PATCH 1/6] DMA: shdma: (cosmetic) don't re-calculate a pointer Guennadi Liakhovetski
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Guennadi Liakhovetski @ 2013-04-10 22:19 UTC (permalink / raw)
  To: linux-sh; +Cc: Vinod Koul, Magnus Damm, linux-kernel, Guennadi Liakhovetski

This patch series adds Device Tree support to the shdma dmaengine driver 
and illustraits its use with the kzm9g-reference board's MMCIF interface.

Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>

Guennadi Liakhovetski (6):
  DMA: shdma: (cosmetic) don't re-calculate a pointer
  DMA: shdma: shdma_chan_filter() has to be in shdma-base.h
  DMA: shdma: add DT support
  ARM: shmobile: sh73a0: add support for the DMA0 controller in DT
  mmc: sh_mmcif: add support for Device Tree DMA bindings
  ARM: shmobile: kzm9g-reference: add DMA channels to the MMCIF DT

 arch/arm/boot/dts/sh73a0-kzm9g-reference.dts |    3 ++
 arch/arm/boot/dts/sh73a0.dtsi                |   36 ++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh73a0.c        |    4 ++
 drivers/dma/sh/shdma-base.c                  |   51 +++++++++++++++++++++++---
 drivers/dma/sh/shdma.c                       |   46 ++++++++++++++++++++----
 drivers/mmc/host/sh_mmcif.c                  |   29 +++++++++------
 include/linux/sh_dma.h                       |    2 -
 include/linux/shdma-base.h                   |    6 +++
 8 files changed, 151 insertions(+), 26 deletions(-)

-- 
1.7.2.5

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

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

end of thread, other threads:[~2013-05-08  4:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 22:19 [PATCH/RFC 0/6] DMA: shdma: add Device Tree support Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH 1/6] DMA: shdma: (cosmetic) don't re-calculate a pointer Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH 2/6] DMA: shdma: shdma_chan_filter() has to be in shdma-base.h Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH/RFC 3/6] DMA: shdma: add DT support Guennadi Liakhovetski
2013-04-15 16:42   ` Vinod Koul
2013-04-15 21:18     ` Arnd Bergmann
2013-04-15 21:34       ` Guennadi Liakhovetski
2013-04-16 12:45         ` Arnd Bergmann
2013-04-10 22:19 ` [PATCH/RFC 4/6] ARM: shmobile: sh73a0: add support for the DMA0 controller in DT Guennadi Liakhovetski
2013-04-11  3:01   ` Simon Horman
2013-04-11  3:02     ` Simon Horman
2013-04-10 22:19 ` [PATCH/RFC 5/6] mmc: sh_mmcif: add support for Device Tree DMA bindings Guennadi Liakhovetski
2013-04-10 22:19 ` [PATCH/RFC 6/6] ARM: shmobile: kzm9g-reference: add DMA channels to the MMCIF DT Guennadi Liakhovetski
2013-04-11  3:00   ` Simon Horman
2013-05-02  7:47 ` [PATCH/RFC 0/6] DMA: shdma: add Device Tree support Guennadi Liakhovetski
2013-05-08  0:54   ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox