Re: [PATCH] bq27x00_battery: register as non-wakeup power supply.

2015-02-25 Thread Sebastian Reichel
Hi, On Tue, Feb 24, 2015 at 02:17:32PM +1100, NeilBrown wrote: > power_supply status changes for the bq27x00 are only noticed via > polling, not via interrupts. So they are never the source of > events which should reliably wake the system from suspend. So it > is appropriate to register as a no

[PATCH] bq27x00_battery: register as non-wakeup power supply.

2015-02-23 Thread NeilBrown
power_supply status changes for the bq27x00 are only noticed via polling, not via interrupts. So they are never the source of events which should reliably wake the system from suspend. So it is appropriate to register as a no_ws power source, just like the ACPI battery. This removes some debuggi