Re: [PATCH v2.5 2/3] firmware: Add support for loading compressed files

2019-06-20 Thread Takashi Iwai
On Thu, 20 Jun 2019 10:10:03 +0200, Greg Kroah-Hartman wrote: > > On Thu, Jun 20, 2019 at 09:36:03AM +0200, Takashi Iwai wrote: > > On Thu, 20 Jun 2019 01:26:47 +0200, > > Luis Chamberlain wrote: > > > > > > Sorry for the late review... Ah! > > > > No problem, thanks for review. > > > > > On Tu

Re: [PATCH v2.5 2/3] firmware: Add support for loading compressed files

2019-06-20 Thread Greg Kroah-Hartman
On Thu, Jun 20, 2019 at 09:36:03AM +0200, Takashi Iwai wrote: > On Thu, 20 Jun 2019 01:26:47 +0200, > Luis Chamberlain wrote: > > > > Sorry for the late review... Ah! > > No problem, thanks for review. > > > On Tue, Jun 11, 2019 at 02:26:25PM +0200, Takashi Iwai wrote: > > > @@ -354,7 +454,12 @@

Re: [PATCH v2.5 2/3] firmware: Add support for loading compressed files

2019-06-20 Thread Takashi Iwai
On Thu, 20 Jun 2019 01:26:47 +0200, Luis Chamberlain wrote: > > Sorry for the late review... Ah! No problem, thanks for review. > On Tue, Jun 11, 2019 at 02:26:25PM +0200, Takashi Iwai wrote: > > @@ -354,7 +454,12 @@ module_param_string(path, fw_path_para, > > sizeof(fw_path_para), 0644); > >

Re: [PATCH v2.5 2/3] firmware: Add support for loading compressed files

2019-06-19 Thread Luis Chamberlain
Sorry for the late review... Ah! On Tue, Jun 11, 2019 at 02:26:25PM +0200, Takashi Iwai wrote: > @@ -354,7 +454,12 @@ module_param_string(path, fw_path_para, > sizeof(fw_path_para), 0644); > MODULE_PARM_DESC(path, "customized firmware image search path with a higher > priority than default path

[PATCH v2.5 2/3] firmware: Add support for loading compressed files

2019-06-11 Thread Takashi Iwai
This patch adds the support for loading compressed firmware files. The primary motivation is to reduce the storage size; e.g. currently the files in /lib/firmware on my machine counts up to 419MB, while they can be reduced to 130MB by file compression. The patch introduces a new kconfig option CON