]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dma: dw: add PCI part of the driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Jun 2013 12:26:46 +0000 (15:26 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 12 Jun 2013 13:18:09 +0000 (18:48 +0530)
commit19c49ddcac731fd881fded2c6cf4c4f85cf4067d
tree0080c024c82a02586dbeedd89f070aa5accee02e
parent5d34f25632d9609fc2c982fa96f6f7c86066a23d
dma: dw: add PCI part of the driver

This is the PCI part of the DesignWare DMAC driver. The controller is usually
used in the Intel hardware such as Intel Medfield.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/dw/Kconfig
drivers/dma/dw/Makefile
drivers/dma/dw/pci.c [new file with mode: 0644]