Re: [PATCH v1 3/4] firmware loader: allow distribution to choose default search paths

2013-06-07 Thread Ming Lei
On Fri, Jun 7, 2013 at 12:20 PM, Greg Kroah-Hartman wrote: > On Fri, Jun 07, 2013 at 09:24:25AM +0800, Ming Lei wrote: >> On Fri, Jun 7, 2013 at 3:47 AM, Greg Kroah-Hartman >> wrote: >> > On Thu, Jun 06, 2013 at 08:01:49PM +0800, Ming Lei wrote: >> >> For some distributions(e.g. android), firmwar

Re: [PATCH v1 3/4] firmware loader: allow distribution to choose default search paths

2013-06-06 Thread Greg Kroah-Hartman
On Fri, Jun 07, 2013 at 09:24:25AM +0800, Ming Lei wrote: > On Fri, Jun 7, 2013 at 3:47 AM, Greg Kroah-Hartman > wrote: > > On Thu, Jun 06, 2013 at 08:01:49PM +0800, Ming Lei wrote: > >> For some distributions(e.g. android), firmware images aren't put > >> under kernel built-in search paths, so in

Re: [PATCH v1 3/4] firmware loader: allow distribution to choose default search paths

2013-06-06 Thread Ming Lei
On Fri, Jun 7, 2013 at 3:47 AM, Greg Kroah-Hartman wrote: > On Thu, Jun 06, 2013 at 08:01:49PM +0800, Ming Lei wrote: >> For some distributions(e.g. android), firmware images aren't put >> under kernel built-in search paths, so introduce one Kconfig >> option to allow distributions or users to cho

Re: [PATCH v1 3/4] firmware loader: allow distribution to choose default search paths

2013-06-06 Thread Greg Kroah-Hartman
On Thu, Jun 06, 2013 at 08:01:49PM +0800, Ming Lei wrote: > For some distributions(e.g. android), firmware images aren't put > under kernel built-in search paths, so introduce one Kconfig > option to allow distributions or users to choose its specific default > search paths, which are always tried

[PATCH v1 3/4] firmware loader: allow distribution to choose default search paths

2013-06-06 Thread Ming Lei
For some distributions(e.g. android), firmware images aren't put under kernel built-in search paths, so introduce one Kconfig option to allow distributions or users to choose its specific default search paths, which are always tried before searching from kernel built-in paths in direct loading. Al