From: Hermes Zhang <Hermes.Zhang@axis.com>
To: <sre@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
<robh+dt@kernel.org>
Cc: <linux-kernel@vger.kernel.org>, <kernel@axis.com>,
Hermes Zhang <chenhuiz@axis.com>
Subject: [PATCH 0/2] Add support for BQ24296
Date: Sat, 7 Oct 2023 10:06:59 +0800 [thread overview]
Message-ID: <20231007020701.1912553-1-Hermes.Zhang@axis.com> (raw)
From: Hermes Zhang <chenhuiz@axis.com>
In this patch series we add support for TI BQ24296 charger chip in
bq24190_charger.c. These chips are almost same in the main function
with small differences:
1. OTG config is split from CHG config (REG01)
2. ICHG (Fast Charge Current limit) range is smaller (<=3008mA)
3. NTC fault is simplified to 2 bits
Hermes Zhang (2):
dt-bindings: power: supply: bq24190: Add BQ24296 compatible
power: supply: bq24190_charger: Add support for BQ24296
.../bindings/power/supply/bq24190.yaml | 1 +
drivers/power/supply/bq24190_charger.c | 269 ++++++++++++++----
2 files changed, 218 insertions(+), 52 deletions(-)
--
2.30.2
next reply other threads:[~2023-10-07 2:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-07 2:06 Hermes Zhang [this message]
2023-10-07 2:07 ` [PATCH 1/2] dt-bindings: power: supply: bq24190: Add BQ24296 compatible Hermes Zhang
2023-10-07 10:36 ` Conor Dooley
2023-10-07 2:07 ` [PATCH 2/2] power: supply: bq24190_charger: Add support for BQ24296 Hermes Zhang
2023-10-21 1:07 ` Sebastian Reichel
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=20231007020701.1912553-1-Hermes.Zhang@axis.com \
--to=hermes.zhang@axis.com \
--cc=chenhuiz@axis.com \
--cc=kernel@axis.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@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 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.