]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controller
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Tue, 25 Mar 2014 18:51:40 +0000 (19:51 +0100)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:23 +0000 (21:17 -0600)
commit29ecb0a0cafb0981e026999c43bc00a36160f053
tree759297c42cca69c429802be300fda0b95c23b31e
parent5db737d4cda1536a1d7c978307cc7769d6e388c5
ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controller

Add the new ahci_da850 host driver.

Platform changes needed to make DaVinci DA850 SATA AHCI support
fully functional are in the separate "ARM: davinci: da850: update
SATA AHCI support" commit.

Please note that this driver doesn't have the superfluous clock
control code as clock is already handled by the generic AHCI
platform library code.

Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Kevin Hilman <khilman@deeprootsystems.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
(cherry picked from commit ae8723f8a9c8e804c2b906074d7d5f1265a385bb)
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ahci_da850.c [new file with mode: 0644]