public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] Add support for tps65217 charger
@ 2015-09-24 19:44 Enric Balletbo i Serra
  2015-09-24 19:44 ` [PATCHv3 1/2] devicetree: Add TPS65217 charger binding Enric Balletbo i Serra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Enric Balletbo i Serra @ 2015-09-24 19:44 UTC (permalink / raw)
  To: devicetree, linux-omap, linux-kernel, linux-pm
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, sre,
	dbaryshkov, dwmw2, tony, sameo, lee.jones, sjoerd.simons, javier

Hi all,

The following series add initial support for tps65217 battery charger.

Changes since v2:
  - Requested by Sebastian Reichel
    - Assign prev_ac_online to ac_online is no longer needed at this place.
    - Remove power_supply_unregistersince it wouldb be called by managed resources.

Changes since v1:
  - Requested by Sebastian Reichel
    - Set prev_ac_online at the beginning of the tps56217_charger_irq()
    - Use devm_power_supply_register call.
  - Fix style problems reported by checkpatch.pl --strict

Best regards,

Enric Balletbo i Serra (2):
  devicetree: Add TPS65217 charger binding.
  power_supply: Add support for tps65217-charger.

 .../bindings/power_supply/tps65217_charger.txt     |  12 +
 drivers/power/Kconfig                              |   7 +
 drivers/power/Makefile                             |   1 +
 drivers/power/tps65217_charger.c                   | 264 +++++++++++++++++++++
 4 files changed, 284 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power_supply/tps65217_charger.txt
 create mode 100644 drivers/power/tps65217_charger.c

-- 
2.1.0


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

end of thread, other threads:[~2015-09-24 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 19:44 [PATCHv3 0/2] Add support for tps65217 charger Enric Balletbo i Serra
2015-09-24 19:44 ` [PATCHv3 1/2] devicetree: Add TPS65217 charger binding Enric Balletbo i Serra
2015-09-24 19:44 ` [PATCHv3 2/2] power_supply: Add support for tps65217-charger Enric Balletbo i Serra
2015-09-24 22:18 ` [PATCHv3 0/2] Add support for tps65217 charger Sebastian Reichel

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