public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] power: supply: Add STC3117 Fuel Gauge
@ 2024-11-27 15:19 Bhavin Sharma
  2024-11-27 15:19 ` [PATCH v4 1/2] dt-bindings: " Bhavin Sharma
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bhavin Sharma @ 2024-11-27 15:19 UTC (permalink / raw)
  To: sre, krzk+dt, robh, conor+dt
  Cc: Hardevsinh Palaniya, Bhavin Sharma, linux-pm, devicetree,
	linux-kernel

From: Hardevsinh Palaniya <hardevsinh.palaniya@siliconsignals.io>

Adds initial support for the STC3117 fuel gauge.

v3 -> v4

- Added support for current, soc, temp, and status properties.
- Addressed comments and feedback provided by Krzysztof and Sebastian.
 
Link for v3: https://lore.kernel.org/linux-pm/20240205051321.4079933-1-bhavin.sharma@siliconsignals.io/T/#t

v2 -> v3

- Resolved DTC warnings and errors
- Formatted the changelogs
- Added monitored battery properties
- Replaced 'additionalProperties' with 'unevaluatedProperties'
- Replaced '&i2c6' with 'i2c'

Link for v2: https://lore.kernel.org/linux-pm/202401080530.0hMWnrIg-lkp@intel.com/T/#t

v1 -> v2

- String value is redundantly quoted with any quotes (quoted-strings)
- Found character '\t' that cannot start any token

Link for v1: https://lore.kernel.org/linux-pm/46bba29c-330d-417d-ad84-ceb5207fdb55@wanadoo.fr/T/#t

Hardevsinh Palaniya(1):
  dt-bindings: power: supply: Add STC3117 Fuel Gauge

Bhavin Sharma(2):
  power: supply: Add STC3117 fuel gauge unit driver

 .../bindings/power/supply/st,stc3117.yaml     |  53 ++
 MAINTAINERS                                   |   8 +
 drivers/power/supply/Kconfig                  |   7 +
 drivers/power/supply/Makefile                 |   1 +
 drivers/power/supply/stc3117_fuel_gauge.c     | 625 ++++++++++++++++++
 5 files changed, 694 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/supply/st,stc3117.yaml
 create mode 100644 drivers/power/supply/stc3117_fuel_gauge.c

-- 
2.43.0


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

end of thread, other threads:[~2024-11-28 10:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-27 15:19 [PATCH v4 0/2] power: supply: Add STC3117 Fuel Gauge Bhavin Sharma
2024-11-27 15:19 ` [PATCH v4 1/2] dt-bindings: " Bhavin Sharma
2024-11-27 18:22   ` Krzysztof Kozlowski
2024-11-28  8:33     ` Krzysztof Kozlowski
2024-11-28  9:22       ` Bhavin Sharma
2024-11-28 10:08         ` Krzysztof Kozlowski
2024-11-28  8:41     ` Bhavin Sharma
2024-11-27 15:19 ` [PATCH v4 2/2] power: supply: Add STC3117 fuel gauge unit driver Bhavin Sharma
2024-11-27 18:24   ` Krzysztof Kozlowski
2024-11-28  8:44     ` Bhavin Sharma
2024-11-28  8:55       ` Krzysztof Kozlowski
2024-11-27 18:18 ` [PATCH v4 0/2] power: supply: Add STC3117 Fuel Gauge Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox