Re: [RFC PATCH 11/13] driver core: firmware: introduce devices_cache/uncache_firmwares

2012-07-26 Thread Ming Lei
On Thu, Jul 26, 2012 at 12:52 AM, Borislav Petkov wrote: > On Wed, Jul 25, 2012 at 01:00:11AM +0800, Ming Lei wrote: >> This patches introduces the three helpers below: >> >> void device_cache_firmwares(void) >> void device_uncache_firmwares(void) >> void device_uncache_firmwares

Re: [RFC PATCH 11/13] driver core: firmware: introduce devices_cache/uncache_firmwares

2012-07-25 Thread Borislav Petkov
On Wed, Jul 25, 2012 at 01:00:11AM +0800, Ming Lei wrote: > This patches introduces the three helpers below: > > void device_cache_firmwares(void) > void device_uncache_firmwares(void) > void device_uncache_firmwares_delay(unsigned long) I kinda don't like the plural of firmware

[RFC PATCH 11/13] driver core: firmware: introduce devices_cache/uncache_firmwares

2012-07-24 Thread Ming Lei
This patches introduces the three helpers below: void device_cache_firmwares(void) void device_uncache_firmwares(void) void device_uncache_firmwares_delay(unsigned long) so we can call device_cache_firmwares() to cache firmwares for all devices which need firmwares to work