commit | df46e6a4c06c89a728e59073517001510a63955b | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Tue Mar 14 12:04:51 2017 +0100 |
committer | Tejun Heo <tj@kernel.org> | Fri Mar 24 11:40:03 2017 -0400 |
tree | 494152f10f54da9e76ae9705fa7025d17dff573a | |
parent | 3075b62d15df424b8e87447eb13e1604240293f2 [diff] |
ata: ahci: add support for DaVinci DM816 SATA controller 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>