[PATCH 0/4] PL08x device tree support

Linus Walleij linus.walleij at linaro.org
Fri Sep 12 00:36:04 PDT 2014


This patch set has been sitting on my harddisk for some time, and
now that I saw Roland Stigge posting similar stuff I guess it is time
to get it out the door.

Roland: please look at this and see if it will be appropriate for the
LPC32xx as well, or if major changes are needed.

A major concern has been the muxed signals found on some platforms.
I leave the door open for adding signal muxes in front of any DMA
engine, but hope that this and the platforms that need it can be
handled separately from the fixed one-channel-per-signal assignment
found on the simpler platforms.

Linus Walleij (4):
  dma: pl08x: support fixed signal assignment
  dmaengine: device tree bindings for PL08x
  dmaengine: support device tree channel assignment
  ARM: nomadik: add DMA support

 .../devicetree/bindings/dma/arm-pl08x.txt          | 182 +++++++++++++
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi         | 296 +++++++++++++++++++++
 drivers/dma/amba-pl08x.c                           | 256 +++++++++++++++++-
 3 files changed, 731 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/arm-pl08x.txt

-- 
1.9.3




More information about the linux-arm-kernel mailing list