[v1,0/4] Add optional properties to MAX17040

Message ID 20230308084419.11934-1-clamor95@gmail.com
Headers
Series Add optional properties to MAX17040 |

Message

Svyatoslav Ryhel March 8, 2023, 8:44 a.m. UTC
  Extend properties supported by max17040 fuel gauge with static
simple battery cell properties, some supplier properties (like
health and status) and thermal data from external sensor.

Svyatoslav Ryhel (4):
  dt-bindings: power: supply: maxim,max17040: update properties
  power: max17040: add simple battery cell support
  power: max17040: add passing props from supplier
  power: max17040: get thermal data from adc if available

 .../bindings/power/supply/maxim,max17040.yaml | 37 +++++++++++
 drivers/power/supply/max17040_battery.c       | 66 +++++++++++++++++++
 2 files changed, 103 insertions(+)