commit | e6d1f6a8c446477f56a18aad0efdb4590bec9891 | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Tue Apr 11 17:07:02 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:28 2023 -0400 |
tree | 384da0827c2efe2f843e0a399962cd4c0d4f772c | |
parent | 8a9b246f41793fa8161e306aadfca25705514cdf [diff] |
ata: pci: enable bus mastering The non DM code path already would enable pci bus mastering. Do the same for the DM code path. Fixes AHCI problems I am seeing on an Intel Apollolake device. Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [trini: Use ahci_dev not dev in the calls] Signed-off-by: Tom Rini <trini@konsulko.com>