commit | 1a0600d112e32eac893d2120207da7887f345495 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Fri Jan 17 15:53:12 2020 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jan 17 17:14:18 2020 -0700 |
tree | 2c25a9b70808924363852dbdf7590fef73590016 | |
parent | 6fedae3cad8b122c8b0afb26a0569d9910255edd [diff] |
ata: ahci_brcm: Perform reset after obtaining resources Resources such as clocks, PHYs, regulators are likely to get a probe deferral return code, which could lead to the AHCI controller being reset a few times until it gets successfully probed. Since this is typically the most time consuming operation, move it after the resources have been acquired. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>