All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv3 0/2] Add support for tps65217 charger
@ 2015-09-24 19:44 ` Enric Balletbo i Serra
  0 siblings, 0 replies; 5+ messages in thread
From: Enric Balletbo i Serra @ 2015-09-24 19:44 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 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

--
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 22:18 UTC | newest]

Thread overview: 5+ 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 ` 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.