On Wed, 2022-06-15 at 23:03 +0200, Christian Lamparter wrote: > > A driver usually loads the firmware in .probe(). It stays around because > of .suspend()+.resume() > Does it, though? the firmware cache thing is a bit odd, it sometimes seems to me that it only re-requests/loads the firmware when suspending, and drops the cache when resumed, just in case it's requested inbetween. johannes