From: Ricardo Rivera-Matos <r-rivera-matos@ti.com>
To: <sre@kernel.org>, <robh+dt@kernel.org>,
<linux-pm@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Cc: <dmurphy@ti.com>, Ricardo Rivera-Matos <r-rivera-matos@ti.com>
Subject: [PATCH v2 0/2] Introduce the BQ256XX family of chargers
Date: Fri, 28 Aug 2020 14:52:17 -0500 [thread overview]
Message-ID: <20200828195219.15560-1-r-rivera-matos@ti.com> (raw)
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 | 97 +
drivers/power/supply/Kconfig | 11 +
drivers/power/supply/Makefile | 1 +
drivers/power/supply/bq256xx_charger.c | 1769 +++++++++++++++++
4 files changed, 1878 insertions(+)
create mode 100644 Documentation/devicetree/bindings/power/supply/bq256xx.yaml
create mode 100644 drivers/power/supply/bq256xx_charger.c
--
2.28.0
next reply other threads:[~2020-08-28 19:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-28 19:52 Ricardo Rivera-Matos [this message]
2020-08-28 19:52 ` [PATCH v2 1/2] dt-bindings: power: Add the bq256xx dt bindings Ricardo Rivera-Matos
2020-08-28 21:41 ` Rob Herring
2020-08-28 19:52 ` [PATCH v2 2/2] power: supply: bq256xx: Introduce the BQ256XX charger driver Ricardo Rivera-Matos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200828195219.15560-1-r-rivera-matos@ti.com \
--to=r-rivera-matos@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=dmurphy@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox