All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add Richtek RT9756 Smart-Cap divider charger
@ 2025-10-31  7:19 cy_huang
  2025-10-31  7:19 ` [PATCH v4 1/3] dt-bindings: power: supply: Add Richtek RT9756 smart cap " cy_huang
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cy_huang @ 2025-10-31  7:19 UTC (permalink / raw)
  To: Sebastian Reichel, Krzysztof Kozlowski
  Cc: ob Herring, Conor Dooley, ChiYuan Huang, devicetree, linux-pm,
	linux-kernel

From: ChiYuan Huang <cy_huang@richtek.com>

This patch series adds support for RT9756 charger.

V4
- Fix sparse error that kernel test robot reported

V3
- Instead using customized attribute to report battery voltage and
  current, create a battery psy to report it

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      |  30 +
 .../bindings/power/supply/richtek,rt9756.yaml |  72 ++
 drivers/power/supply/Kconfig                  |  15 +
 drivers/power/supply/Makefile                 |   1 +
 drivers/power/supply/rt9756.c                 | 955 ++++++++++++++++++
 5 files changed, 1073 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

-- 
2.34.1


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

end of thread, other threads:[~2025-11-03  0:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31  7:19 [PATCH v4 0/3] Add Richtek RT9756 Smart-Cap divider charger cy_huang
2025-10-31  7:19 ` [PATCH v4 1/3] dt-bindings: power: supply: Add Richtek RT9756 smart cap " cy_huang
2025-10-31  7:19 ` [PATCH v4 2/3] power: supply: rt9756: " cy_huang
2025-10-31  7:19 ` [PATCH v4 3/3] Documentation: power: rt9756: Document exported sysfs entries cy_huang
2025-11-03  0:48 ` [PATCH v4 0/3] Add Richtek RT9756 Smart-Cap divider charger Sebastian Reichel

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.