aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_dm816.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24ata: ahci: add support for DaVinci DM816 SATA controllerBartosz Golaszewski1-0/+200
This SATA controller is quite similar to the one present on the DA850 SoC, but the PHY configuration is different and it supports two HBA ports. The IP suffers from the same PMP issue the DA850 does - if we enable PMP but don't use it - softreset fails. Appropriate workaround was implemented in this driver as well. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Tejun Heo <tj@kernel.org>