]> git.baikalelectronics.ru Git - kernel.git/commit
ata: add AMD Seattle platform driver
authorBrijesh Singh <brijesh.singh@amd.com>
Thu, 14 Jan 2016 16:31:11 +0000 (10:31 -0600)
committerTejun Heo <tj@kernel.org>
Wed, 13 Apr 2016 19:14:24 +0000 (15:14 -0400)
commit1f60e3bc64d744c5521250babb11192c489ebe22
treeae36ae0a887fbaa8c658501b280288d61768456f
parent084707d9160813d1551132112abc1d7bebd7b000
ata: add AMD Seattle platform driver

AMD Seattle SATA controller mostly conforms to AHCI interface with some
special register to control SGPIO interface. In the case of an AHCI
controller, the SGPIO feature is ideally implemented using the
"Enclosure Management" register of the AHCI controller, but those
registeres are not implemented in the Seattle SoC. Instead SoC
(Rev B0 onwards) provides a 32-bit SGPIO control register which should
be programmed to control the activity, locate and fault LEDs.

The driver is based on ahci_platform driver.

Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
CC: tj@kernel.org
CC: linux-ide@vger.kernel.org
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/Kconfig
drivers/ata/Makefile
drivers/ata/ahci_seattle.c [new file with mode: 0644]