All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/2] Introduce the BQ256XX family of chargers
@ 2020-12-30 23:01 Ricardo Rivera-Matos
  2020-12-30 23:01 ` [PATCH v7 1/2] dt-bindings: power: Add the bq256xx dt bindings Ricardo Rivera-Matos
  2020-12-30 23:01 ` [PATCH v7 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-12-30 23:01 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        | 1747 +++++++++++++++++
 4 files changed, 1869 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:[~2021-01-03 21:28 UTC | newest]

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

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.