Re: [PATCH V5 08/12] ACPI: introduce dummy lpss scan handler

2014-04-27 Thread Zhang Rui
On Mon, 2014-04-28 at 00:23 +0200, Rafael J. Wysocki wrote: > On Tuesday, April 08, 2014 12:06:55 AM Zhang Rui wrote: > > When the lpss scan handler is compiled out, aka, CONFIG_X86_INTEL_LPSS > > is cleared, those ACPI device objects will be recgonized as regular > > _HID devices, and a platform

Re: [PATCH V5 08/12] ACPI: introduce dummy lpss scan handler

2014-04-27 Thread Rafael J. Wysocki
On Tuesday, April 08, 2014 12:06:55 AM Zhang Rui wrote: > When the lpss scan handler is compiled out, aka, CONFIG_X86_INTEL_LPSS > is cleared, those ACPI device objects will be recgonized as regular > _HID devices, and a platform device would be created for each of them. > This is wrong because

Re: [PATCH V5 08/12] ACPI: introduce dummy lpss scan handler

2014-04-27 Thread Rafael J. Wysocki
On Tuesday, April 08, 2014 12:06:55 AM Zhang Rui wrote: When the lpss scan handler is compiled out, aka, CONFIG_X86_INTEL_LPSS is cleared, those ACPI device objects will be recgonized as regular _HID devices, and a platform device would be created for each of them. This is wrong because the

Re: [PATCH V5 08/12] ACPI: introduce dummy lpss scan handler

2014-04-27 Thread Zhang Rui
On Mon, 2014-04-28 at 00:23 +0200, Rafael J. Wysocki wrote: On Tuesday, April 08, 2014 12:06:55 AM Zhang Rui wrote: When the lpss scan handler is compiled out, aka, CONFIG_X86_INTEL_LPSS is cleared, those ACPI device objects will be recgonized as regular _HID devices, and a platform device

[PATCH V5 08/12] ACPI: introduce dummy lpss scan handler

2014-04-07 Thread Zhang Rui
When the lpss scan handler is compiled out, aka, CONFIG_X86_INTEL_LPSS is cleared, those ACPI device objects will be recgonized as regular _HID devices, and a platform device would be created for each of them. This is wrong because the platform drivers for those devices would be loaded, but with

[PATCH V5 08/12] ACPI: introduce dummy lpss scan handler

2014-04-07 Thread Zhang Rui
When the lpss scan handler is compiled out, aka, CONFIG_X86_INTEL_LPSS is cleared, those ACPI device objects will be recgonized as regular _HID devices, and a platform device would be created for each of them. This is wrong because the platform drivers for those devices would be loaded, but with