Re: [PATCH V2] ACPI/Battery: Retry to get Battery information if failed during probing

2014-06-18 Thread Lan Tianyu
On 2014年06月19日 07:00, Rafael J. Wysocki wrote: > On Wednesday, June 18, 2014 03:15:47 PM David Rientjes wrote: >> On Tue, 17 Jun 2014, Rafael J. Wysocki wrote: >> diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c index e48fc98..8ed93a3 100644 --- a/drivers/acpi/battery.c >

Re: [PATCH V2] ACPI/Battery: Retry to get Battery information if failed during probing

2014-06-18 Thread Rafael J. Wysocki
On Wednesday, June 18, 2014 03:15:47 PM David Rientjes wrote: > On Tue, 17 Jun 2014, Rafael J. Wysocki wrote: > > > > diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c > > > index e48fc98..8ed93a3 100644 > > > --- a/drivers/acpi/battery.c > > > +++ b/drivers/acpi/battery.c > > > @@ -34,

Re: [PATCH V2] ACPI/Battery: Retry to get Battery information if failed during probing

2014-06-18 Thread David Rientjes
On Tue, 17 Jun 2014, Rafael J. Wysocki wrote: > > diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c > > index e48fc98..8ed93a3 100644 > > --- a/drivers/acpi/battery.c > > +++ b/drivers/acpi/battery.c > > @@ -34,6 +34,7 @@ > > #include > > #include > > #include > > +#include > >

Re: [PATCH V2] ACPI/Battery: Retry to get Battery information if failed during probing

2014-06-17 Thread Rafael J. Wysocki
On Tuesday, June 17, 2014 03:09:54 PM Lan Tianyu wrote: > Some machines'(E,G Lenovo Z480) ECs are not stable during boot up > and causes battery driver fails to be loaded due to failure of getting > battery information from EC sometimes. After several retries, the > operation will work. This patch

[PATCH V2] ACPI/Battery: Retry to get Battery information if failed during probing

2014-06-17 Thread Lan Tianyu
Some machines'(E,G Lenovo Z480) ECs are not stable during boot up and causes battery driver fails to be loaded due to failure of getting battery information from EC sometimes. After several retries, the operation will work. This patch is to retry to get battery information 5 times if the first try