]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Apr 2014 15:00:03 +0000 (17:00 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 4 May 2014 19:28:59 +0000 (15:28 -0400)
commita3464ed2f14d19ba923930f7c0c284499d64eb5b
tree6d9632d2ba95262876cc25bf762fe0d8f26fc9cb
parent5799d6d4cf86c11503aee909a1ec555453c7f22a
ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces

The Marvell Armada 380 SoC includes two AHCI compatible
interfaces. However, like all DMA-capable Marvell interface, they
require special handling to configure MBus windows. Therefore, this
commit adds a new ahci_mvebu driver, which relies on the
libahci_platform.c code recently introduced.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/devicetree/bindings/ata/ahci-platform.txt
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ahci_mvebu.c [new file with mode: 0644]