Re: [Update][PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-31 Thread Zhang Rui
On Sat, 2014-05-31 at 13:56 +0800, Zhang Rui wrote: > On Fri, 2014-05-30 at 14:35 +0200, Rafael J. Wysocki wrote: > > From: Zhang Rui > > > > Because of the growing demand for enumerating ACPI devices to > > platform bus, change the code to enumerate ACPI device objects to > > platform bus by

Re: [Update][PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-31 Thread Zhang Rui
On Sat, 2014-05-31 at 13:56 +0800, Zhang Rui wrote: On Fri, 2014-05-30 at 14:35 +0200, Rafael J. Wysocki wrote: From: Zhang Rui rui.zh...@intel.com Because of the growing demand for enumerating ACPI devices to platform bus, change the code to enumerate ACPI device objects to platform

Re: [Update][PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-30 Thread Zhang Rui
On Fri, 2014-05-30 at 14:35 +0200, Rafael J. Wysocki wrote: > From: Zhang Rui > > Because of the growing demand for enumerating ACPI devices to > platform bus, change the code to enumerate ACPI device objects to > platform bus by default. Namely, create platform devices for the > ACPI device

[Update][PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-30 Thread Rafael J. Wysocki
From: Zhang Rui Because of the growing demand for enumerating ACPI devices to platform bus, change the code to enumerate ACPI device objects to platform bus by default. Namely, create platform devices for the ACPI device objects that 1. Have pnp.type.platform_id set (device objects with _HID

[Update][PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-30 Thread Rafael J. Wysocki
From: Zhang Rui rui.zh...@intel.com Because of the growing demand for enumerating ACPI devices to platform bus, change the code to enumerate ACPI device objects to platform bus by default. Namely, create platform devices for the ACPI device objects that 1. Have pnp.type.platform_id set (device

Re: [Update][PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-30 Thread Zhang Rui
On Fri, 2014-05-30 at 14:35 +0200, Rafael J. Wysocki wrote: From: Zhang Rui rui.zh...@intel.com Because of the growing demand for enumerating ACPI devices to platform bus, change the code to enumerate ACPI device objects to platform bus by default. Namely, create platform devices for the

[PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-29 Thread Rafael J. Wysocki
From: Zhang Rui Because of the growing demand for enumerating ACPI devices to platform bus, change the code to enumerate ACPI devices to platform bus by default. That will happen if the device object 1. Has pnp.type.platform_id set (device objects with _HID currently). 2. Does not have a scan

[PATCH 10/10] ACPI / scan: use platform bus type by default for _HID enumeration

2014-05-29 Thread Rafael J. Wysocki
From: Zhang Rui rui.zh...@intel.com Because of the growing demand for enumerating ACPI devices to platform bus, change the code to enumerate ACPI devices to platform bus by default. That will happen if the device object 1. Has pnp.type.platform_id set (device objects with _HID currently). 2.