]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sata_dwc_460ex: move to generic DMA driver
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 3 Mar 2015 20:41:21 +0000 (22:41 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 24 Mar 2015 17:50:35 +0000 (13:50 -0400)
commit8b3444852a2b58129ee68a8dd69fef81ceb902a1
tree69704b14b8aa21f86f65862beac037fc4882180a
parentd578514b271e7c8cab8d6910075a2d137a9f0df8
sata_dwc_460ex: move to generic DMA driver

The SATA implementation based on two actually different devices, i.e. SATA and
DMA controllers.

For Synopsys DesignWare DMA we have already a generic implementation of the
driver. Thus, the patch converts the code to use DMAEngine framework and
dw_dmac driver.

In future it will be better to split the devices inside DTS as well like it's
done on other platforms.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/sata_dwc_460ex.c