public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for ltc4162-f/s and ltc4015
@ 2024-10-27  7:18 Kim Seer Paller
  2024-10-27  7:18 ` [PATCH 1/2] dt-bindings: power/supply: Add " Kim Seer Paller
  2024-10-27  7:18 ` [PATCH 2/2] power/supply: Add support for " Kim Seer Paller
  0 siblings, 2 replies; 5+ messages in thread
From: Kim Seer Paller @ 2024-10-27  7:18 UTC (permalink / raw)
  To: linux-pm, devicetree, linux-kernel
  Cc: Sebastian Reichel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Mike Looijmans

This patch series adds support for:
  * LTC4162-F 35V/3.2A Multi-Cell LiFePO4 Step-Down Battery Charger
  * LTC4162-S 35V/3.2A Lead-Acid Step-Down Battery Charger
  * LTC4015 35V/3.2A Multichemistry Buck Battery Charger Controller

Bindings:
  * Add compatible entries for ltc4162-f/s and ltc4015
  * Include datasheets for new devices

ltc4162:
  * Add chip_info struct to hold the chip specific data and functions.
  * Modify functions for battery voltage/current, input voltage/current,
    charge voltage, die temp, and force telemetry to handle different
    battery chemistries.

Kim Seer Paller (2):
  dt-bindings: power/supply: Add ltc4162-f/s and ltc4015
  power/supply: Add support for ltc4162-f/s and ltc4015

 .../bindings/power/supply/ltc4162-l.yaml      |   6 +
 drivers/power/supply/ltc4162-l-charger.c      | 434 ++++++++++++++++--
 2 files changed, 389 insertions(+), 51 deletions(-)


base-commit: 83bce34420eaf91506957703bf9a31d8581ed6cb
-- 
2.34.1


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

end of thread, other threads:[~2024-11-04  5:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-27  7:18 [PATCH 0/2] Add support for ltc4162-f/s and ltc4015 Kim Seer Paller
2024-10-27  7:18 ` [PATCH 1/2] dt-bindings: power/supply: Add " Kim Seer Paller
2024-10-27 23:13   ` Rob Herring
2024-11-04  5:30     ` Paller, Kim Seer
2024-10-27  7:18 ` [PATCH 2/2] power/supply: Add support for " Kim Seer Paller

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