public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] power: supply: fixes and improvements for max77(705,976) chargers
@ 2025-09-11 17:57 Dzmitry Sankouski
  2025-09-11 17:57 ` [PATCH v3 1/9] power: supply: max77705_charger: move active discharge setting to mfd parent Dzmitry Sankouski
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Dzmitry Sankouski @ 2025-09-11 17:57 UTC (permalink / raw)
  To: Chanwoo Choi, Krzysztof Kozlowski, Lee Jones, Sebastian Reichel,
	Luca Ceresoli
  Cc: Krzysztof Kozlowski, Sebastian Reichel, linux-kernel, linux-pm,
	Dzmitry Sankouski

This series consists of:
- max77705: interrupt handling fix
- max77705: make input current limit and charge current limit properties
  writable
- max77705: add adaptive input current limit feature
- max77705: switch to regfields
- max77705: refactoring
- max77976: change property for current charge limit value

Signed-off-by: Dzmitry Sankouski <dsankouski@gmail.com>
---
Changes in v3:
- move interrupt request before interrupt handler work initialization
- Link to v2: https://lore.kernel.org/r/20250909-max77705_77976_charger_improvement-v2-0-a8d2fba47159@gmail.com

Changes in v2:
- fix charger register protection unlock
- Link to v1: https://lore.kernel.org/r/20250830-max77705_77976_charger_improvement-v1-0-e976db3fd432@gmail.com

---
Dzmitry Sankouski (9):
      power: supply: max77705_charger: move active discharge setting to mfd parent
      power: supply: max77705_charger: refactoring: rename charger to chg
      power: supply: max77705_charger: use regfields for config registers
      power: supply: max77705_charger: return error when config fails
      power: supply: max77705_charger: add writable properties
      power: supply: max77705_charger: rework interrupts
      power: supply: max77705_charger: use REGMAP_IRQ_REG_LINE macro
      power: supply: max77705_charger: implement aicl feature
      power: supply: max77976_charger: fix constant current reporting

 drivers/mfd/max77705.c                  |   3 +
 drivers/power/supply/max77705_charger.c | 396 ++++++++++++++++++++++----------
 drivers/power/supply/max77976_charger.c |  12 +-
 include/linux/power/max77705_charger.h  | 149 ++++++------
 4 files changed, 355 insertions(+), 205 deletions(-)
---
base-commit: be5d4872e528796df9d7425f2bd9b3893eb3a42c
change-id: 20250830-max77705_77976_charger_improvement-e3f417bfaa56

Best regards,
-- 
Dzmitry Sankouski <dsankouski@gmail.com>


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

end of thread, other threads:[~2025-09-16  8:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11 17:57 [PATCH v3 0/9] power: supply: fixes and improvements for max77(705,976) chargers Dzmitry Sankouski
2025-09-11 17:57 ` [PATCH v3 1/9] power: supply: max77705_charger: move active discharge setting to mfd parent Dzmitry Sankouski
2025-09-15 15:42   ` [PATCH v3 1/9] mfd: max77705: " Sebastian Reichel
2025-09-16  8:45     ` Lee Jones
2025-09-16  8:43   ` [PATCH v3 1/9] power: supply: " Lee Jones
2025-09-11 17:57 ` [PATCH v3 2/9] power: supply: max77705_charger: refactoring: rename charger to chg Dzmitry Sankouski
2025-09-11 17:57 ` [PATCH v3 3/9] power: supply: max77705_charger: use regfields for config registers Dzmitry Sankouski
2025-09-11 17:57 ` [PATCH v3 4/9] power: supply: max77705_charger: return error when config fails Dzmitry Sankouski
2025-09-11 17:57 ` [PATCH v3 5/9] power: supply: max77705_charger: add writable properties Dzmitry Sankouski
2025-09-11 17:57 ` [PATCH v3 6/9] power: supply: max77705_charger: rework interrupts Dzmitry Sankouski
2025-09-15 15:34   ` Sebastian Reichel
2025-09-11 17:57 ` [PATCH v3 7/9] power: supply: max77705_charger: use REGMAP_IRQ_REG_LINE macro Dzmitry Sankouski
2025-09-11 17:57 ` [PATCH v3 8/9] power: supply: max77705_charger: implement aicl feature Dzmitry Sankouski
2025-09-11 17:57 ` [PATCH v3 9/9] power: supply: max77976_charger: fix constant current reporting Dzmitry Sankouski
2025-09-15 15:25   ` Sebastian Reichel

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