linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add support for the Allwinner A31 DMA Controller
@ 2014-02-28 16:37 Maxime Ripard
  2014-02-28 16:37 ` [PATCH v2 1/5] clk: sun6i: Protect CPU clock Maxime Ripard
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Maxime Ripard @ 2014-02-28 16:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This patchset adds support for the DMA controller found in the
Allwinner A31 and A23 SoCs.

This has been tested using the newly introduced SPI driver on an A31
EVK. Support for DMA-driven SPI transfers will be the subject of
another patch serie.

Thanks,
Maxime

Changes from v1:
  - Removed the clk_put call in the clocks protecting patches
  - Minor fixes here and there as suggested by Andy Shevchenko: switch
    to dmam_pool_create, switch to dev_dbg instead of pr_debug, etc.

Maxime Ripard (5):
  clk: sun6i: Protect CPU clock
  clk: sun6i: Reparent AHB clock on PLL6
  clk: sun6i: Protect SDRAM gating bit
  DMA: sun6i: Add driver for the Allwinner A31 DMA controller
  ARM: sun6i: dt: Add A31 DMA controller to DTSI

 .../devicetree/bindings/dma/sun6i-dma.txt          |  45 +
 arch/arm/boot/dts/sun6i-a31.dtsi                   |  29 +
 drivers/clk/sunxi/clk-sunxi.c                      |  29 +-
 drivers/dma/Kconfig                                |   8 +
 drivers/dma/Makefile                               |   1 +
 drivers/dma/sun6i-dma.c                            | 959 +++++++++++++++++++++
 6 files changed, 1070 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/dma/sun6i-dma.txt
 create mode 100644 drivers/dma/sun6i-dma.c

-- 
1.9.0

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

end of thread, other threads:[~2014-03-03 13:26 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 16:37 [PATCH v2 0/5] Add support for the Allwinner A31 DMA Controller Maxime Ripard
2014-02-28 16:37 ` [PATCH v2 1/5] clk: sun6i: Protect CPU clock Maxime Ripard
2014-02-28 16:37 ` [PATCH v2 2/5] clk: sun6i: Reparent AHB clock on PLL6 Maxime Ripard
2014-02-28 17:16   ` Emilio López
2014-03-01 16:32   ` [linux-sunxi] " Hans de Goede
2014-03-03 13:26     ` Maxime Ripard
2014-02-28 16:37 ` [PATCH v2 3/5] clk: sun6i: Protect SDRAM gating bit Maxime Ripard
2014-02-28 16:37 ` [PATCH v2 4/5] DMA: sun6i: Add driver for the Allwinner A31 DMA controller Maxime Ripard
2014-02-28 17:30   ` Shevchenko, Andriy
2014-03-03 13:18     ` Maxime Ripard
2014-02-28 16:37 ` [PATCH v2 5/5] ARM: sun6i: dt: Add A31 DMA controller to DTSI Maxime Ripard

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