MLK-11327 dma: pxp: porting pxp dma driver to imx_4.1.y
authorFancy Fang <chen.fang@freescale.com>
Thu, 6 Aug 2015 07:29:15 +0000 (15:29 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:46:55 +0000 (14:46 -0500)
commit2ca57ad9b28953e4fc2ad202f45e711592d22d25
tree7ebead2c5b4e95596001a6ed3d5ed0b4c7414bc3
parentbf5a7b263d6330f46f2b5796be3d24967c26611f
MLK-11327 dma: pxp: porting pxp dma driver to imx_4.1.y

Porting pxp dma drivers v2 and v3 to imx_4.1.y branch.

Signed-off-by: Fancy Fang <chen.fang@freescale.com>
15 files changed:
arch/arm/configs/imx_v7_defconfig
drivers/dma/Kconfig
drivers/dma/Makefile
drivers/dma/pxp/Kconfig [new file with mode: 0644]
drivers/dma/pxp/Makefile [new file with mode: 0644]
drivers/dma/pxp/pxp_device.c [new file with mode: 0644]
drivers/dma/pxp/pxp_dma_v2.c [new file with mode: 0644]
drivers/dma/pxp/pxp_dma_v3.c [new file with mode: 0644]
drivers/dma/pxp/regs-pxp_v2.h [new file with mode: 0644]
drivers/dma/pxp/regs-pxp_v3.h [new file with mode: 0644]
include/linux/platform_data/dma-imx.h
include/linux/pxp_device.h [new file with mode: 0644]
include/linux/pxp_dma.h [new file with mode: 0644]
include/uapi/linux/pxp_device.h [new file with mode: 0644]
include/uapi/linux/pxp_dma.h [new file with mode: 0644]