devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Introduce the BQ256XX family of chargers
@ 2020-10-01 21:40 Ricardo Rivera-Matos
  2020-10-01 21:40 ` [PATCH v5 1/2] dt-bindings: power: Add the bq256xx dt bindings Ricardo Rivera-Matos
  2020-10-01 21:40 ` [PATCH v5 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver Ricardo Rivera-Matos
  0 siblings, 2 replies; 5+ messages in thread
From: Ricardo Rivera-Matos @ 2020-10-01 21:40 UTC (permalink / raw)
  To: sre, robh+dt, linux-pm, devicetree, linux-kernel
  Cc: dmurphy, Ricardo Rivera-Matos

Hello,

This patchset introduces the bq256xx family of charging ICs. The bq256xx
ICs are highly integrated, buck, switching chargers intended for use in 
smartphones, tablets, and portable electronics.

Ricardo Rivera-Matos (2):
  dt-bindings: power: Add the bq256xx dt bindings
  power: supply: bq256xx: Introduce the BQ256XX charger driver

 .../bindings/power/supply/bq256xx.yaml        |  110 +
 drivers/power/supply/Kconfig                  |   11 +
 drivers/power/supply/Makefile                 |    1 +
 drivers/power/supply/bq256xx_charger.c        | 1785 +++++++++++++++++
 4 files changed, 1907 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/supply/bq256xx.yaml
 create mode 100644 drivers/power/supply/bq256xx_charger.c

-- 
2.28.0


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

end of thread, other threads:[~2020-10-05 17:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-01 21:40 [PATCH v5 0/2] Introduce the BQ256XX family of chargers Ricardo Rivera-Matos
2020-10-01 21:40 ` [PATCH v5 1/2] dt-bindings: power: Add the bq256xx dt bindings Ricardo Rivera-Matos
2020-10-01 21:40 ` [PATCH v5 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver Ricardo Rivera-Matos
2020-10-03 10:54   ` Sebastian Reichel
2020-10-05 17:33     ` [EXTERNAL] " Ricardo Rivera-Matos

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