ahci: Add platform driver
authorAnton Vorontsov <avorontsov@ru.mvista.com>
Thu, 4 Mar 2010 17:06:06 +0000 (20:06 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 14 May 2010 21:08:01 +0000 (17:08 -0400)
commit1c2a49f61785ebbcbfb481a2aab659020f0457f7
treebb018719be09387c07345f0954408b3aa8c16a98
parent365cfa1ed5a36f9bcb9f64c9f0f52155af2e9fef
ahci: Add platform driver

This can be used for AHCI-compatible interfaces implemented inside
System-On-Chip solutions, or AHCI devices connected via localbus.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ahci_platform.c [new file with mode: 0644]
include/linux/ahci_platform.h [new file with mode: 0644]