Re: [PATCH v5 3/4] device property: export code duplicating array of property entries

2017-02-03 Thread Dmitry Torokhov
On Fri, Feb 03, 2017 at 01:45:30PM +0200, Andy Shevchenko wrote: > On Thu, 2017-02-02 at 17:41 -0800, Dmitry Torokhov wrote: > > When augmenting ACPI-enumerated devices with additional property data > > based > > on DMI info, a module has often several potential property sets, with > > only > > one

Re: [PATCH v5 3/4] device property: export code duplicating array of property entries

2017-02-03 Thread Andy Shevchenko
On Thu, 2017-02-02 at 17:41 -0800, Dmitry Torokhov wrote: > When augmenting ACPI-enumerated devices with additional property data > based > on DMI info, a module has often several potential property sets, with > only > one being active on a given box. In order to save memory it should be > possible

[PATCH v5 3/4] device property: export code duplicating array of property entries

2017-02-02 Thread Dmitry Torokhov
When augmenting ACPI-enumerated devices with additional property data based on DMI info, a module has often several potential property sets, with only one being active on a given box. In order to save memory it should be possible to mark everything and __initdata or __initconst, execute DMI match e