devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/2] Add support for tps65217 charger
@ 2015-09-24  7:23 Enric Balletbo i Serra
  2015-09-24  7:23 ` [PATCHv2 1/2] devicetree: Add TPS65217 charger binding Enric Balletbo i Serra
  2015-09-24  7:23 ` [PATCHv2 2/2] power_supply: Add support for tps65217-charger Enric Balletbo i Serra
  0 siblings, 2 replies; 5+ messages in thread
From: Enric Balletbo i Serra @ 2015-09-24  7:23 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-pm-u79uwXL29TY76Z2rM5mHXA
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, pawel.moll-5wv7dgnIgG8,
	mark.rutland-5wv7dgnIgG8, ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ, sre-DgEjT+Ai2ygdnm+yROfE0A,
	dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ,
	tony-4v6yS6AI5VpBDgjK7y7TUQ, sameo-VuQAYsv1563Yd54FQh9/CA,
	lee.jones-QSEj5FYQhm4dnm+yROfE0A,
	sjoerd.simons-ZGY8ohtN/8pPYcu2f3hruQ,
	javier-0uQlZySMnqxg9hUCZPvPmw

Hi all,

The following series add initial support for tps65217 battery charger.

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                   | 267 +++++++++++++++++++++
 4 files changed, 287 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power_supply/tps65217_charger.txt
 create mode 100644 drivers/power/tps65217_charger.c

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24  7:23 [PATCHv2 0/2] Add support for tps65217 charger Enric Balletbo i Serra
2015-09-24  7:23 ` [PATCHv2 1/2] devicetree: Add TPS65217 charger binding Enric Balletbo i Serra
2015-09-24  7:23 ` [PATCHv2 2/2] power_supply: Add support for tps65217-charger Enric Balletbo i Serra
2015-09-24 15:45   ` Sebastian Reichel
2015-09-24 15:55     ` Enric Balletbo Serra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).