devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for BQ25890 charger chip
@ 2015-05-19 13:24 Laurentiu Palcu
  2015-05-19 13:24 ` [PATCH v2 1/2] Documentation: devicetree: Add TI BQ25890 bindings Laurentiu Palcu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Laurentiu Palcu @ 2015-05-19 13:24 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Sebastian Reichel, Krzysztof Kozlowski, Dmitry Eremin-Solenikov,
	David Woodhouse
  Cc: Laurentiu Palcu, devicetree, linux-kernel, linux-pm

Changes since v1:
 * add comment in DT bindings regarding default driver behavior when
   "ti,thermal-regulation-threshold" property is missing;
 * addressed all Krzysztof's comments, including addition of a reset
   check counter. Better to be safe than sorry :)

Hi,

This series adds support for BQ25890 USB charger chip. Information about
the chip can be found here:

http://www.ti.com/product/bq25890

Thanks,
laurentiu

Laurentiu Palcu (2):
  Documentation: devicetree: Add TI BQ25890 bindings
  power_supply: Add support for TI BQ25890 charger chip

 .../devicetree/bindings/power/bq25890.txt          |  46 +
 drivers/power/Kconfig                              |   7 +
 drivers/power/Makefile                             |   1 +
 drivers/power/bq25890_charger.c                    | 999 +++++++++++++++++++++
 4 files changed, 1053 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/bq25890.txt
 create mode 100644 drivers/power/bq25890_charger.c

-- 
1.9.1


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

end of thread, other threads:[~2015-05-24 19:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-19 13:24 [PATCH v2 0/2] Add support for BQ25890 charger chip Laurentiu Palcu
2015-05-19 13:24 ` [PATCH v2 1/2] Documentation: devicetree: Add TI BQ25890 bindings Laurentiu Palcu
2015-05-20  0:42   ` Krzysztof Kozlowski
2015-05-19 13:24 ` [PATCH v2 2/2] power_supply: Add support for TI BQ25890 charger chip Laurentiu Palcu
2015-05-20  0:47   ` Krzysztof Kozlowski
2015-05-24 19:48 ` [PATCH v2 0/2] Add support for " Sebastian Reichel

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).