| commit | 4edf7856bed8ea3ba9d3dc50710350ef0916b7f4 | [log] [tgz] |
|---|---|---|
| author | Luis R. Rodriguez <mcgrof@kernel.org> | Tue Feb 27 12:24:39 2018 -0800 |
| committer | Luis R. Rodriguez <mcgrof@kernel.org> | Tue Feb 27 14:56:26 2018 -0800 |
| tree | 19b4d78d4044a2043b4741dd1ca7bb01be1eb38e | |
| parent | 70fd5aa4247f2017d0d94f202db3b434eaef9d66 [diff] |
mt7601u: use request_firmware_cache() to address cache on reboot request_firmware_cache() will ensure the firmware is available on resume from suspend if on reboot the device retains the firmware. This optimization is in place given otherwise on reboot we have to reload the firmware, the opmization saves us about max 1s, minimum 10ms. Reported-by: Cantabile <cantabile.desu@gmail.com> Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>