linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add pm8916 VM-BMS and LBC
@ 2023-07-31 17:06 Nikita Travkin
  2023-07-31 17:06 ` [PATCH v2 1/4] dt-bindings: power: supply: Add pm8916 VM-BMS Nikita Travkin
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Nikita Travkin @ 2023-07-31 17:06 UTC (permalink / raw)
  To: Sebastian Reichel, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-pm, devicetree, linux-kernel, linux-arm-msm, Nikita Travkin

This series adds charger and "fuel-gauge" found in Qualcomm pm8916 PMIC.

The LBC - Linear Battery Charger is a simple CC/CV charger, that works
autonomously after the current and voltage limits are set.

The VM-BMS - Voltage Mode BMS is a simple hardware block that provides
average voltage on the battery terminals.

These two hardware blocks are used as the battery charging and
management solution in some old Qualcomm devices.

Signed-off-by: Nikita Travkin <nikita@trvn.ru>
---
Changes in v2:
- Add full interrupt list in the DT bindings. (Conor)
- Link to v1: https://lore.kernel.org/r/20230728-pm8916-bms-lbc-v1-0-56da32467487@trvn.ru

---
Nikita Travkin (4):
      dt-bindings: power: supply: Add pm8916 VM-BMS
      dt-bindings: power: supply: Add pm8916 LBC
      power: supply: Add pm8916 VM-BMS support
      power: supply: Add driver for pm8916 lbc

 .../bindings/power/supply/qcom,pm8916-bms-vm.yaml  |  83 +++++
 .../bindings/power/supply/qcom,pm8916-lbc.yaml     | 128 +++++++
 drivers/power/supply/Kconfig                       |  22 ++
 drivers/power/supply/Makefile                      |   2 +
 drivers/power/supply/pm8916_bms_vm.c               | 296 ++++++++++++++++
 drivers/power/supply/pm8916_lbc.c                  | 383 +++++++++++++++++++++
 6 files changed, 914 insertions(+)
---
base-commit: ec89391563792edd11d138a853901bce76d11f44
change-id: 20230727-pm8916-bms-lbc-3f80305326a2

Best regards,
-- 
Nikita Travkin <nikita@trvn.ru>


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

end of thread, other threads:[~2023-09-14 14:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31 17:06 [PATCH v2 0/4] Add pm8916 VM-BMS and LBC Nikita Travkin
2023-07-31 17:06 ` [PATCH v2 1/4] dt-bindings: power: supply: Add pm8916 VM-BMS Nikita Travkin
2023-08-11 18:06   ` Rob Herring
2023-07-31 17:06 ` [PATCH v2 2/4] dt-bindings: power: supply: Add pm8916 LBC Nikita Travkin
2023-08-11 18:08   ` Rob Herring
2023-07-31 17:06 ` [PATCH v2 3/4] power: supply: Add pm8916 VM-BMS support Nikita Travkin
2023-09-14 14:35   ` Sebastian Reichel
2023-09-14 14:58     ` Nikita Travkin
2023-07-31 17:06 ` [PATCH v2 4/4] power: supply: Add driver for pm8916 lbc Nikita Travkin
2023-09-14 14:25   ` Sebastian Reichel
2023-09-14 14:55     ` Nikita Travkin

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).