Introduce the BQ256XX family of chargers
From: | Ricardo Rivera-Matos <r-rivera-matos-AT-ti.com> | |
To: | sre-AT-kernel.org, robh+dt-AT-kernel.org, linux-pm-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org | |
Subject: | [PATCH v7 0/2] Introduce the BQ256XX family of chargers | |
Date: | Wed, 30 Dec 2020 17:01:14 -0600 | |
Message-ID: | <20201230230116.29697-1-r-rivera-matos@ti.com> | |
Cc: | dmurphy-AT-ti.com, Ricardo Rivera-Matos <r-rivera-matos-AT-ti.com> | |
Archive-link: | Article |
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