Re: [PATCH V7 10/11] ACPI: use platform bus as the default bus for _HID enumeration

2014-05-28 Thread Zhang Rui
On Mon, 2014-05-26 at 13:21 +0300, Mika Westerberg wrote: > On Fri, May 23, 2014 at 02:02:32AM +0800, Zhang Rui wrote: > > Because of the growing demand for enumerating ACPI devices to > > platform bus, this patch changes the code to enumerate ACPI > > devices to platform bus by default, if the

Re: [PATCH V7 10/11] ACPI: use platform bus as the default bus for _HID enumeration

2014-05-28 Thread Zhang Rui
On Mon, 2014-05-26 at 13:21 +0300, Mika Westerberg wrote: On Fri, May 23, 2014 at 02:02:32AM +0800, Zhang Rui wrote: Because of the growing demand for enumerating ACPI devices to platform bus, this patch changes the code to enumerate ACPI devices to platform bus by default, if the device

Re: [PATCH V7 10/11] ACPI: use platform bus as the default bus for _HID enumeration

2014-05-26 Thread Mika Westerberg
On Fri, May 23, 2014 at 02:02:32AM +0800, Zhang Rui wrote: > Because of the growing demand for enumerating ACPI devices to > platform bus, this patch changes the code to enumerate ACPI > devices to platform bus by default, if the device > 1. has _HID. > 2. does not have a scan handler attached. >

Re: [PATCH V7 10/11] ACPI: use platform bus as the default bus for _HID enumeration

2014-05-26 Thread Mika Westerberg
On Fri, May 23, 2014 at 02:02:32AM +0800, Zhang Rui wrote: Because of the growing demand for enumerating ACPI devices to platform bus, this patch changes the code to enumerate ACPI devices to platform bus by default, if the device 1. has _HID. 2. does not have a scan handler attached. 3. is

[PATCH V7 10/11] ACPI: use platform bus as the default bus for _HID enumeration

2014-05-22 Thread Zhang Rui
Because of the growing demand for enumerating ACPI devices to platform bus, this patch changes the code to enumerate ACPI devices to platform bus by default, if the device 1. has _HID. 2. does not have a scan handler attached. 3. is not SPB slave device, which should be enumerated by its parent.

[PATCH V7 10/11] ACPI: use platform bus as the default bus for _HID enumeration

2014-05-22 Thread Zhang Rui
Because of the growing demand for enumerating ACPI devices to platform bus, this patch changes the code to enumerate ACPI devices to platform bus by default, if the device 1. has _HID. 2. does not have a scan handler attached. 3. is not SPB slave device, which should be enumerated by its parent.