linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Richtek RT9756 Smart-Cap dividor charger
@ 2025-07-29  4:21 cy_huang
  2025-07-29  4:21 ` [PATCH 1/3] dt-bindings: power: supply: Add Richtek RT9756 smart cap divider charger cy_huang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: cy_huang @ 2025-07-29  4:21 UTC (permalink / raw)
  To: Sebastian Reichel, Rob Herring, Krzysztof Kozlowski
  Cc: Conor Dooley, ChiYuan Huang, devicetree, linux-pm, linux-kernel

From: ChiYuan Huang <cy_huang@richtek.com>

This patch series adds support for RT9756 charger.

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 |  70 ++
 drivers/power/supply/Kconfig                  |  15 +
 drivers/power/supply/Makefile                 |   1 +
 drivers/power/supply/rt9756.c                 | 932 ++++++++++++++++++
 5 files changed, 1070 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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-07-30  9:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29  4:21 [PATCH 0/3] Add Richtek RT9756 Smart-Cap dividor charger cy_huang
2025-07-29  4:21 ` [PATCH 1/3] dt-bindings: power: supply: Add Richtek RT9756 smart cap divider charger cy_huang
2025-07-29 15:40   ` Krzysztof Kozlowski
2025-07-30  2:07     ` ChiYuan Huang
2025-07-30  7:39       ` Krzysztof Kozlowski
2025-07-30  7:50         ` Krzysztof Kozlowski
2025-07-30  9:06           ` cy_huang
2025-07-29  4:21 ` [PATCH 2/3] power: supply: rt9756: " cy_huang
2025-07-29  4:21 ` [PATCH 3/3] Documentation: power: rt9756: Document exported sysfs entries cy_huang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).