Re: [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-27 Thread Zhang Rui
On Mon, 2014-04-28 at 00:19 +0200, Rafael J. Wysocki wrote: > On Monday, April 28, 2014 12:17:49 AM Rafael J. Wysocki wrote: > > On Tuesday, April 08, 2014 12:06:52 AM Zhang Rui wrote: > > > For CMOS RTC devices, the acpi pnp scan handler does not work because > > > there is already a cmos rtc

Re: [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-27 Thread Rafael J. Wysocki
On Monday, April 28, 2014 12:17:49 AM Rafael J. Wysocki wrote: > On Tuesday, April 08, 2014 12:06:52 AM Zhang Rui wrote: > > For CMOS RTC devices, the acpi pnp scan handler does not work because > > there is already a cmos rtc scan handler installed, thus we need to > > check those devices and

Re: [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-27 Thread Rafael J. Wysocki
On Tuesday, April 08, 2014 12:06:52 AM Zhang Rui wrote: > For CMOS RTC devices, the acpi pnp scan handler does not work because > there is already a cmos rtc scan handler installed, thus we need to > check those devices and enumerate them to PNP bus explicitly. > Plus, the cmos rtc scan handler

Re: [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-27 Thread Rafael J. Wysocki
On Tuesday, April 08, 2014 12:06:52 AM Zhang Rui wrote: For CMOS RTC devices, the acpi pnp scan handler does not work because there is already a cmos rtc scan handler installed, thus we need to check those devices and enumerate them to PNP bus explicitly. Plus, the cmos rtc scan handler needs

Re: [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-27 Thread Rafael J. Wysocki
On Monday, April 28, 2014 12:17:49 AM Rafael J. Wysocki wrote: On Tuesday, April 08, 2014 12:06:52 AM Zhang Rui wrote: For CMOS RTC devices, the acpi pnp scan handler does not work because there is already a cmos rtc scan handler installed, thus we need to check those devices and enumerate

Re: [PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-27 Thread Zhang Rui
On Mon, 2014-04-28 at 00:19 +0200, Rafael J. Wysocki wrote: On Monday, April 28, 2014 12:17:49 AM Rafael J. Wysocki wrote: On Tuesday, April 08, 2014 12:06:52 AM Zhang Rui wrote: For CMOS RTC devices, the acpi pnp scan handler does not work because there is already a cmos rtc scan handler

[PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-07 Thread Zhang Rui
For CMOS RTC devices, the acpi pnp scan handler does not work because there is already a cmos rtc scan handler installed, thus we need to check those devices and enumerate them to PNP bus explicitly. Plus, the cmos rtc scan handler needs to return 1 so that it will not be enumerated to platform

[PATCH V5 05/12] ACPI: check and enumerate CMOS RTC devices explicitly

2014-04-07 Thread Zhang Rui
For CMOS RTC devices, the acpi pnp scan handler does not work because there is already a cmos rtc scan handler installed, thus we need to check those devices and enumerate them to PNP bus explicitly. Plus, the cmos rtc scan handler needs to return 1 so that it will not be enumerated to platform