Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1621624

[PATCH v2 0/3] LEGO MINDSTORMS EV3 Battery

From David Lechner <david@lechnology.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] LEGO MINDSTORMS EV3 Battery
Date 2017-04-11 23:10 +0200
Message-ID <tvbcZ-3RY-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] LEGO MINDSTORMS EV3 Battery David Lechner <david@lechnology.com> - 2017-04-11 23:10 +0200
  [PATCH v2 3/3] ARM: dts: da850: Add node for LEGO MINDSTORMS EV3 Battery David Lechner <david@lechnology.com> - 2017-04-11 23:10 +0200
    Re: [PATCH v2 3/3] ARM: dts: da850: Add node for LEGO MINDSTORMS EV3  Battery Sekhar Nori <nsekhar@ti.com> - 2017-04-14 14:20 +0200
  [PATCH v2 2/3] power: supply: New driver for LEGO MINDSTORMS EV3 battery David Lechner <david@lechnology.com> - 2017-04-11 23:10 +0200
    Re: [PATCH v2 2/3] power: supply: New driver for LEGO MINDSTORMS EV3  battery Sebastian Reichel <sre@kernel.org> - 2017-04-12 17:00 +0200

csiph-web