Re: [PATCH v3] acpi: handle the acpi hotplug schedule error

2017-07-07 Thread jlee
Hi Rafael, On Fri, Jul 07, 2017 at 03:16:40PM +0200, Rafael J. Wysocki wrote: > On Friday, July 07, 2017 02:22:42 PM Lee, Chun-Yi wrote: > > Kernel should decrements the reference count of acpi device > > when the scheduling of acpi hotplug work failed, and evaluates > > _OST to notify BIOS the fa

Re: [PATCH v3] acpi: handle the acpi hotplug schedule error

2017-07-07 Thread Rafael J. Wysocki
On Friday, July 07, 2017 02:22:42 PM Lee, Chun-Yi wrote: > Kernel should decrements the reference count of acpi device > when the scheduling of acpi hotplug work failed, and evaluates > _OST to notify BIOS the failure. > > v3: > More simplify the code. (Rafael J. Wysocki) > > v2: > To simplify th

[PATCH v3] acpi: handle the acpi hotplug schedule error

2017-07-06 Thread Lee, Chun-Yi
Kernel should decrements the reference count of acpi device when the scheduling of acpi hotplug work failed, and evaluates _OST to notify BIOS the failure. v3: More simplify the code. (Rafael J. Wysocki) v2: To simplify the code. (Andy Shevchenko) Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: Mich

[PATCH v3] acpi: handle the acpi hotplug schedule error

2017-06-30 Thread Lee, Chun-Yi
Kernel should decrements the reference count of acpi device when the scheduling of acpi hotplug work failed, and evaluates _OST to notify BIOS the failure. v3: More simplify the code. (Rafael J. Wysocki) v2: To simplify the code. (Andy Shevchenko) Cc: "Rafael J. Wysocki" Cc: Len Brown Cc: Mich