All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] LEGO MINDSTORMS EV3 Battery
@ 2017-04-11 21:05 ` David Lechner
  0 siblings, 0 replies; 15+ messages in thread
From: David Lechner @ 2017-04-11 21:05 UTC (permalink / raw)
  To: linux-pm, linux-arm-kernel
  Cc: David Lechner, Sebastian Reichel, Sekhar Nori, Kevin Hilman,
	linux-kernel

This series adds support for the LEGO MINDSTORMS EV3 battery.

v2 changes:
* use devm_power_supply_register()

David Lechner (3):
  dt-bindings: power: supply: New bindings for LEGO MINDSTORMS EV3
    battery
  power: supply: New driver for LEGO MINDSTORMS EV3 battery
  ARM: dts: da850: Add node for LEGO MINDSTORMS EV3 Battery

 .../bindings/power/supply/lego_ev3_battery.txt     |  21 ++
 arch/arm/boot/dts/da850-lego-ev3.dts               |  28 +++
 drivers/power/supply/Kconfig                       |   6 +
 drivers/power/supply/Makefile                      |   1 +
 drivers/power/supply/lego_ev3_battery.c            | 228 +++++++++++++++++++++
 5 files changed, 284 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/supply/lego_ev3_battery.txt
 create mode 100644 drivers/power/supply/lego_ev3_battery.c

-- 
2.7.4

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

end of thread, other threads:[~2017-04-14 12:14 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11 21:05 [PATCH v2 0/3] LEGO MINDSTORMS EV3 Battery David Lechner
2017-04-11 21:05 ` David Lechner
2017-04-11 21:05 ` [PATCH v2 1/3] dt-bindings: power: supply: New bindings for LEGO MINDSTORMS EV3 battery David Lechner
2017-04-11 21:05   ` David Lechner
2017-04-12 14:53   ` Sebastian Reichel
2017-04-12 14:53     ` Sebastian Reichel
2017-04-11 21:05 ` [PATCH v2 2/3] power: supply: New driver " David Lechner
2017-04-11 21:05   ` David Lechner
2017-04-12 14:53   ` Sebastian Reichel
2017-04-12 14:53     ` Sebastian Reichel
2017-04-11 21:05 ` [PATCH v2 3/3] ARM: dts: da850: Add node for LEGO MINDSTORMS EV3 Battery David Lechner
2017-04-11 21:05   ` David Lechner
2017-04-14 12:12   ` Sekhar Nori
2017-04-14 12:12     ` Sekhar Nori
2017-04-14 12:12     ` Sekhar Nori

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.