[PATCH RESEND v2 0/3] Add Richtek RT9756 Smart-Cap divider charger

cy_huang@richtek.com posted 3 patches 1 month, 3 weeks ago
.../ABI/testing/sysfs-class-power-rt9756      |  52 +
.../bindings/power/supply/richtek,rt9756.yaml |  72 ++
drivers/power/supply/Kconfig                  |  15 +
drivers/power/supply/Makefile                 |   1 +
drivers/power/supply/rt9756.c                 | 932 ++++++++++++++++++
5 files changed, 1072 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-class-power-rt9756
create mode 100644 Documentation/devicetree/bindings/power/supply/richtek,rt9756.yaml
create mode 100644 drivers/power/supply/rt9756.c
[PATCH RESEND v2 0/3] Add Richtek RT9756 Smart-Cap divider charger
Posted by cy_huang@richtek.com 1 month, 3 weeks ago
From: ChiYuan Huang <cy_huang@richtek.com>

This patch series adds support for RT9756 charger.

RESEND V2
- Add 'Reviewed-by' tag in dt-binding patch

V2
- Add reference to 'power-supply.yaml'
- Remove 'wakeup-source' from required property list
- Use 'unevaluatedProperties' to replace 'additionalProperties'

ChiYuan Huang (3):
  dt-bindings: power: supply: Add Richtek RT9756 smart cap divider
    charger
  power: supply: rt9756: Add Richtek RT9756 smart cap divider charger
  Documentation: power: rt9756: Document exported sysfs entries

 .../ABI/testing/sysfs-class-power-rt9756      |  52 +
 .../bindings/power/supply/richtek,rt9756.yaml |  72 ++
 drivers/power/supply/Kconfig                  |  15 +
 drivers/power/supply/Makefile                 |   1 +
 drivers/power/supply/rt9756.c                 | 932 ++++++++++++++++++
 5 files changed, 1072 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-class-power-rt9756
 create mode 100644 Documentation/devicetree/bindings/power/supply/richtek,rt9756.yaml
 create mode 100644 drivers/power/supply/rt9756.c


base-commit: 038d61fd642278bab63ee8ef722c50d10ab01e8f
-- 
2.34.1
Re: [PATCH RESEND v2 0/3] Add Richtek RT9756 Smart-Cap divider charger
Posted by ChiYuan Huang 1 month ago
On Thu, Aug 14, 2025 at 03:31:05PM +0800, cy_huang@richtek.com wrote:
> From: ChiYuan Huang <cy_huang@richtek.com>
> 
> This patch series adds support for RT9756 charger.
> 
> RESEND V2
> - Add 'Reviewed-by' tag in dt-binding patch
> 
> V2
> - Add reference to 'power-supply.yaml'
> - Remove 'wakeup-source' from required property list
> - Use 'unevaluatedProperties' to replace 'additionalProperties'

Ping......
It's been one month not receive any patch review comment.

Regards,
ChiYuan.
Re: [PATCH RESEND v2 0/3] Add Richtek RT9756 Smart-Cap divider charger
Posted by ChiYuan Huang 2 weeks, 3 days ago
On Tue, Sep 02, 2025 at 08:19:09AM +0800, ChiYuan Huang wrote:
> On Thu, Aug 14, 2025 at 03:31:05PM +0800, cy_huang@richtek.com wrote:
> > From: ChiYuan Huang <cy_huang@richtek.com>
> > 
> > This patch series adds support for RT9756 charger.
> > 
> > RESEND V2
> > - Add 'Reviewed-by' tag in dt-binding patch
> > 
> > V2
> > - Add reference to 'power-supply.yaml'
> > - Remove 'wakeup-source' from required property list
> > - Use 'unevaluatedProperties' to replace 'additionalProperties'
> 
> Ping......
> It's been one month not receive any patch review comment.
> 
Ping again.
> Regards,
> ChiYuan.