Re: [PATCH 0/4] ACPI: Reorganize the core device management/enumeration code

2015-07-31 Thread Rafael J. Wysocki
On Thursday, July 30, 2015 12:54:39 PM Mika Westerberg wrote: > On Tue, Jul 14, 2015 at 01:16:12AM +0200, Rafael J. Wysocki wrote: > > Hi, > > > > The size and complexity of drivers/acpi/scan.c has bothered me for quite > > a while and since I'm working on a feature that will benefit from exposing

Re: [PATCH 0/4] ACPI: Reorganize the core device management/enumeration code

2015-07-30 Thread Mika Westerberg
On Tue, Jul 14, 2015 at 01:16:12AM +0200, Rafael J. Wysocki wrote: > Hi, > > The size and complexity of drivers/acpi/scan.c has bothered me for quite > a while and since I'm working on a feature that will benefit from exposing > some additional information under ACPI device objects in sysfs, I've