Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Pull slave-dmaengine update from Vinod Koul: "This time we have a new dmaengine driver from the tegra folks. Also we have Guennadi's cleanup of sh drivers which incudes a library for sh drivers. And the usual odd fixes in bunch of drivers and some nice cleanup of dw_dmac from Andy." Fix up conflicts in drivers/mmc/host/sh_mmcif.c * 'next' of git://git.infradead.org/users/vkoul/slave-dma: (46 commits) dmaengine: Cleanup logging messages mmc: sh_mmcif: switch to the new DMA channel allocation and configuration dma: sh: provide a migration path for slave drivers to stop using .private dma: sh: use an integer slave ID to improve API compatibility dmaengine: shdma: prepare to stop using struct dma_chan::private sh: remove unused DMA device pointer from SIU platform data ASoC: siu: don't use DMA device for channel filtering dmaengine: shdma: (cosmetic) simplify a static function dmaengine: at_hdmac: add a few const qualifiers dw_dmac: use 'u32' for LLI structure members, not dma_addr_t dw_dmac: mark dwc_dump_lli inline dma: mxs-dma: Export missing symbols from mxs-dma.c dma: shdma: convert to the shdma base library ASoC: fsi: prepare for conversion to the shdma base library usb: renesas_usbhs: prepare for conversion to the shdma base library ASoC: siu: prepare for conversion to the shdma base library serial: sh-sci: prepare for conversion to the shdma base library mmc: sh_mobile_sdhi: prepare for conversion to the shdma base library mmc: sh_mmcif: remove unneeded struct sh_mmcif_dma, prepare to shdma conversion dma: shdma: prepare for conversion to the shdma base library ...
No related branches found
No related tags found
Showing
- arch/sh/include/asm/siu.h 0 additions, 1 deletionarch/sh/include/asm/siu.h
- arch/sh/kernel/cpu/sh4a/setup-sh7722.c 0 additions, 1 deletionarch/sh/kernel/cpu/sh4a/setup-sh7722.c
- drivers/dma/Kconfig 25 additions, 1 deletiondrivers/dma/Kconfig
- drivers/dma/Makefile 3 additions, 1 deletiondrivers/dma/Makefile
- drivers/dma/at_hdmac.c 5 additions, 6 deletionsdrivers/dma/at_hdmac.c
- drivers/dma/coh901318.c 24 additions, 48 deletionsdrivers/dma/coh901318.c
- drivers/dma/dmaengine.c 12 additions, 8 deletionsdrivers/dma/dmaengine.c
- drivers/dma/dw_dmac.c 82 additions, 100 deletionsdrivers/dma/dw_dmac.c
- drivers/dma/dw_dmac_regs.h 4 additions, 4 deletionsdrivers/dma/dw_dmac_regs.h
- drivers/dma/mmp_tdma.c 610 additions, 0 deletionsdrivers/dma/mmp_tdma.c
- drivers/dma/mxs-dma.c 2 additions, 1 deletiondrivers/dma/mxs-dma.c
- drivers/dma/sh/Makefile 2 additions, 0 deletionsdrivers/dma/sh/Makefile
- drivers/dma/sh/shdma-base.c 934 additions, 0 deletionsdrivers/dma/sh/shdma-base.c
- drivers/dma/sh/shdma.c 943 additions, 0 deletionsdrivers/dma/sh/shdma.c
- drivers/dma/sh/shdma.h 22 additions, 24 deletionsdrivers/dma/sh/shdma.h
- drivers/dma/tegra20-apb-dma.c 1415 additions, 0 deletionsdrivers/dma/tegra20-apb-dma.c
- drivers/mmc/host/sh_mmcif.c 48 additions, 40 deletionsdrivers/mmc/host/sh_mmcif.c
- drivers/mmc/host/sh_mobile_sdhi.c 4 additions, 4 deletionsdrivers/mmc/host/sh_mobile_sdhi.c
- drivers/tty/serial/sh-sci.c 4 additions, 4 deletionsdrivers/tty/serial/sh-sci.c
- drivers/usb/renesas_usbhs/fifo.c 5 additions, 5 deletionsdrivers/usb/renesas_usbhs/fifo.c
Loading
Please register or sign in to comment