]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ahci: add support for Hisilicon sata
authorKefeng Wang <kefeng.wang@linaro.org>
Wed, 14 May 2014 06:13:42 +0000 (14:13 +0800)
committerTejun Heo <tj@kernel.org>
Wed, 14 May 2014 17:07:10 +0000 (13:07 -0400)
commita1a205df6ee224f62c6d21cedebcb723db17fe0d
treedb56e4c18688188b67bc569a047dabb007b91161
parentf9f36917903b57c571b1ddcfc6bc794ca4dd8232
ahci: add support for Hisilicon sata

The hip04 SoC of hisilicon has an AHCI compliant SATA controller,
and it is compliant with the ahci 1.3 and sata 3.0 specification.

There is a wrong bit in HOST_CAP of hip04 sata controller, which
enable unsupported feature of FBS, use AHCI_HFLAG_NO_FBS hflag to
disable it.

Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Kefeng Wang <kefeng.wang@linaro.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/devicetree/bindings/ata/ahci-platform.txt
drivers/ata/ahci_platform.c