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


Groups > linux.kernel > #1220583

[PATCH 0/3] Add support for tps65217 charger

From Enric Balletbo i Serra <eballetbo@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] Add support for tps65217 charger
Date 2015-09-08 10:20 +0200
Message-ID <q6mie-72x-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi all,

The following series add initial support for tps65217 battery charger. This
series is a first attempt and will have mistake so all comments and
suggestions are welcomed.

Best regards,

Enric Balletbo i Serra (3):
  devicetree: Add TPS65217 charger binding.
  power_supply: Add support for tps65217-charger.
  mfd: Add battery charger as subdevice to the tps65217.

 .../bindings/power_supply/tps65217_charger.txt     |  12 +
 drivers/mfd/tps65217.c                             |   4 +
 drivers/power/Kconfig                              |   7 +
 drivers/power/Makefile                             |   1 +
 drivers/power/tps65217_charger.c                   | 269 +++++++++++++++++++++
 5 files changed, 293 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 linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[PATCH 0/3] Add support for tps65217 charger Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 1/3] devicetree: Add TPS65217 charger binding. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 2/3] power_supply: Add support for tps65217-charger. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
    Re: [PATCH 3/3] mfd: Add battery charger as subdevice to the  tps65217. Lee Jones <lee.jones@linaro.org> - 2015-09-20 06:30 +0200
      Re: [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217. Enric Balletbo Serra <eballetbo@gmail.com> - 2015-09-22 09:50 +0200

csiph-web