X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm2708%2Fpatches-3.14%2F0033-dmaengine-Add-support-for-BCM2708.patch;fp=target%2Flinux%2Fbrcm2708%2Fpatches-3.14%2F0033-dmaengine-Add-support-for-BCM2708.patch;h=0311e69978370b99605dde3c671dbce8336d0515;hb=8d616d06e88bfd1cc3a232e0cb7ee32c678207e7;hp=320589a8277650e7275b87b74e13e98d26bdae0b;hpb=00cd632cd36e1f4d3f65eaaeea65d7e389357a39;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/brcm2708/patches-3.14/0033-dmaengine-Add-support-for-BCM2708.patch b/target/linux/brcm2708/patches-3.14/0033-dmaengine-Add-support-for-BCM2708.patch index 320589a827..0311e69978 100644 --- a/target/linux/brcm2708/patches-3.14/0033-dmaengine-Add-support-for-BCM2708.patch +++ b/target/linux/brcm2708/patches-3.14/0033-dmaengine-Add-support-for-BCM2708.patch @@ -14,8 +14,6 @@ Signed-off-by: Florian Meier 3 files changed, 595 insertions(+) create mode 100644 drivers/dma/bcm2708-dmaengine.c -diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig -index 605b016..edd5842 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -312,6 +312,12 @@ config DMA_BCM2835 @@ -31,8 +29,6 @@ index 605b016..edd5842 100644 config TI_CPPI41 tristate "AM33xx CPPI41 DMA support" depends on ARCH_OMAP -diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile -index a029d0f4..f4d9516 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -39,6 +39,7 @@ obj-$(CONFIG_DMA_SA11X0) += sa11x0-dma.o @@ -43,9 +39,6 @@ index a029d0f4..f4d9516 100644 obj-$(CONFIG_MMP_PDMA) += mmp_pdma.o obj-$(CONFIG_DMA_JZ4740) += dma-jz4740.o obj-$(CONFIG_TI_CPPI41) += cppi41.o -diff --git a/drivers/dma/bcm2708-dmaengine.c b/drivers/dma/bcm2708-dmaengine.c -new file mode 100644 -index 0000000..b244293 --- /dev/null +++ b/drivers/dma/bcm2708-dmaengine.c @@ -0,0 +1,588 @@ @@ -637,6 +630,3 @@ index 0000000..b244293 +MODULE_DESCRIPTION("BCM2708 DMA engine driver"); +MODULE_AUTHOR("Florian Meier "); +MODULE_LICENSE("GPL v2"); --- -1.9.1 -