Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH V3 0/1] power: sbs-battery: Use gpio_desc and sleeping calls for battery detect
@ 2016-08-31  9:35 Phil Reid
  2016-08-31  9:35 ` [PATCH V3 1/1] " Phil Reid
  0 siblings, 1 reply; 3+ messages in thread
From: Phil Reid @ 2016-08-31  9:35 UTC (permalink / raw)
  To: sre, dbaryshkov, dwmw2, preid, linux-pm

Update for: [PATCH v2 4/4] power: sbs-battery: Use gpio_desc and sleeping calls for battery detect
Patches 1-3 of the seris have already been applied.

Changes from V2:
- add the correct gpiod include: <include/linux/gpio/consumer.h>
- rebase on power-supply's next branch
- remove battery_detect and battery_detect_present from the
  struct sbs_platform_data and always use the gpiod API.
- Ensure pdata is always valid and remove pdata null checks.

Changes from V1:
- Fix sbs_of_populate_pdata params for non OF builds.
- Fix title of summary message.


Phil Reid (1):
  power: sbs-battery: Use gpio_desc and sleeping calls for battery
    detect

 drivers/power/supply/sbs-battery.c | 129 ++++++++++++++-----------------------
 include/linux/power/sbs-battery.h  |   6 +-
 2 files changed, 51 insertions(+), 84 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-31 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-31  9:35 [PATCH V3 0/1] power: sbs-battery: Use gpio_desc and sleeping calls for battery detect Phil Reid
2016-08-31  9:35 ` [PATCH V3 1/1] " Phil Reid
2016-08-31 15:46   ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox