From: ChiYuan Huang <cy_huang@richtek.com>
To: Sebastian Reichel <sre@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>,
Allen Chiang <allen_chiang@richtek.com>,
"open list:POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS"
<linux-pm@vger.kernel.org>,
open list <linux-kernel@vger.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>
Subject: Re: [PATCH RESEND v4 0/3] Add Richtek RT9759 smart cap divider charger support
Date: Thu, 13 Jul 2023 09:26:41 +0800 [thread overview]
Message-ID: <20230713012641.GB2003@linuxcarl2.richtek.com> (raw)
In-Reply-To: <1688371229-1089-1-git-send-email-cy_huang@richtek.com>
On Mon, Jul 03, 2023 at 04:00:26PM +0800, cy_huang@richtek.com wrote:
> From: ChiYuan Huang <cy_huang@richtek.com>
>
> This patch set is to add Richtek RT9759 smart cap divider charger.
>
> The RT9759 is a high efficiency and high charge current charger.
> The efficiency is up to 97.8% when VBAT=4.2V, IBAT=2.5A, and the maximum
> charge current is up to 8A. The device integrates smart cap divider topology
> with a dual-phase charge pump core and 9 channel high speed ADCs to monitor
> the charging process.
>
Hi,
Did I miss to mail loop any reviewer or cc mailing list?
I trace the mail record. This patch series is already pending above one half year.
Do I need to still resend the patch series or restart a new one from v1?
> Since v4:
> - Since it's 2023 now, change date from 2022 to 2023 for source code and ABI.
>
> Since v3:
> - Fix 0002 patch title typo (from 'rt9471' to 'rt9759')
> - Remove unused R_VAC_OVP range.
> - Refer to ABI document, use 'status' to control battery charging, not 'online'
> - Refer to ABI document, use 'online' to indicate bus state
>
> Since v2:
> - Add Reviewed-by tag for dt-binding patch
> - Change ABI document date from Oct 2022 to Nov 2022 and KernelVersion
> from 6.1 to 6.2
>
> ChiYuan Huang (3):
> dt-bindings: power: supply: Add Richtek RT9759 smart cap divider
> charger
> power: supply: Add Richtek RT9759 smart cap divider charger
> Documentation: power: rt9759: Document exported sysfs entries
>
> .../ABI/testing/sysfs-class-power-rt9759 | 37 ++
> .../bindings/power/supply/richtek,rt9759.yaml | 61 ++
> drivers/power/supply/Kconfig | 15 +
> drivers/power/supply/Makefile | 1 +
> drivers/power/supply/rt9759.c | 613 ++++++++++++++++++
> 5 files changed, 727 insertions(+)
> create mode 100644 Documentation/ABI/testing/sysfs-class-power-rt9759
> create mode 100644 Documentation/devicetree/bindings/power/supply/richtek,rt9759.yaml
> create mode 100644 drivers/power/supply/rt9759.c
>
>
> base-commit: a901a3568fd26ca9c4a82d8bc5ed5b3ed844d451
> --
> 2.40.1
>
prev parent reply other threads:[~2023-07-13 1:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-03 8:00 [PATCH RESEND v4 0/3] Add Richtek RT9759 smart cap divider charger support cy_huang
2023-07-03 8:00 ` [PATCH RESEND v4 1/3] dt-bindings: power: supply: Add Richtek RT9759 smart cap divider charger cy_huang
2023-07-03 8:00 ` [PATCH RESEND v4 2/3] " cy_huang
2023-07-03 8:00 ` [PATCH RESEND v4 3/3] Documentation: power: rt9759: Document exported sysfs entries cy_huang
2023-07-13 1:26 ` ChiYuan Huang [this message]
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=20230713012641.GB2003@linuxcarl2.richtek.com \
--to=cy_huang@richtek.com \
--cc=allen_chiang@richtek.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--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 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.