mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v4 0/7] power: supply: max17040 support compatible devices
@ 2020-09-06 21:30 Iskren Chernev
  2020-09-06 21:30 ` [PATCH v4 1/7] power: supply: max17040: Use devm_ to automate remove Iskren Chernev
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Iskren Chernev @ 2020-09-06 21:30 UTC (permalink / raw)
  To: Sebastian Reichel, Rob Herring
  Cc: linux-pm, devicetree, linux-kernel, ~postmarketos/upstreaming,
	Jonathan Bakker, Vladimir Barinov, Iskren Chernev

From: Iskren Chernev <me@iskren.info>

The max17040 fuel gauge is part of a family of 8 chips that have very similar
mode of operations and registers.

This patch set adds:
- compatible strings for all supported devices and handles the minor
  differences between them;
- handling for devices reporting double capacity via maxim,double-soc;
- handling for setting rcomp, a compensation value for more accurate reading,
  affected by battery chemistry and operating temps;
- suppot for SOC alerts (capacity changes by +/- 1%), to prevent polling every
  second;
- improved max17040 driver with regmap and devm_

The datasheets of the supported devices are linked [0] [1] [2] [3].

[0] https://datasheets.maximintegrated.com/en/ds/MAX17040-MAX17041.pdf
[1] https://datasheets.maximintegrated.com/en/ds/MAX17043-MAX17044.pdf
[2] https://datasheets.maximintegrated.com/en/ds/MAX17048-MAX17049.pdf
[3] https://datasheets.maximintegrated.com/en/ds/MAX17058-MAX17059.pdf

v3: https://lkml.org/lkml/2020/6/24/874
v2: https://lkml.org/lkml/2020/6/18/260
v1: https://lkml.org/lkml/2020/6/8/682

Changes in v4:
- split refactor patch into devm_ and regmap patches (as suggested by
  Sebastian Reichel)
- correct handling of soc alert for double-soc devices
- rebased on 5.9-rc, incorporating upstream work

Iskren Chernev (7):
  power: supply: max17040: Use devm_ to automate remove
  power: supply: max17040: Use regmap i2c
  dt-bindings: power: supply: Extend max17040 compatibility
  power: supply: max17040: Support compatible devices
  dt-bindings: power: supply: max17040: Add maxim,rcomp
  power: supply: max17040: Support setting rcomp
  power: supply: max17040: Support soc alert

 .../power/supply/max17040_battery.txt         |  21 +-
 drivers/power/supply/Kconfig                  |  11 +-
 drivers/power/supply/max17040_battery.c       | 488 ++++++++++++------
 3 files changed, 366 insertions(+), 154 deletions(-)


base-commit: b36c969764ab12faebb74711c942fa3e6eaf1e96
--
2.28.0


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

end of thread, other threads:[~2020-09-07  6:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-06 21:30 [PATCH v4 0/7] power: supply: max17040 support compatible devices Iskren Chernev
2020-09-06 21:30 ` [PATCH v4 1/7] power: supply: max17040: Use devm_ to automate remove Iskren Chernev
2020-09-06 21:30 ` [PATCH v4 2/7] power: supply: max17040: Use regmap i2c Iskren Chernev
2020-09-06 21:30 ` [PATCH v4 3/7] dt-bindings: power: supply: Extend max17040 compatibility Iskren Chernev
2020-09-06 21:30 ` [PATCH v4 4/7] power: supply: max17040: Support compatible devices Iskren Chernev
2020-09-07  6:48   ` kernel test robot
2020-09-06 21:30 ` [PATCH v4 5/7] dt-bindings: power: supply: max17040: Add maxim,rcomp Iskren Chernev
2020-09-06 21:30 ` [PATCH v4 6/7] power: supply: max17040: Support setting rcomp Iskren Chernev
2020-09-06 21:30 ` [PATCH v4 7/7] power: supply: max17040: Support soc alert Iskren Chernev

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

all inboxes | Powered by JetHome®