mbox series

[v3,0/3] MM8013 fg driver

Message ID 20230621-topic-mm8013-v3-0-781da361ec60@linaro.org
Headers show
Series MM8013 fg driver | expand

Message

Konrad Dybcio Sept. 13, 2023, 3:28 p.m. UTC
This series brings support for the Mitsumi MM8013 Li-Ion fuel gauge.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Changes in v3:
- Reference power-supply.yaml in bindings
- Link to v2: https://lore.kernel.org/r/20230621-topic-mm8013-v2-0-9f1b41f4bc06@linaro.org

Changes in v2:
- Fix typo in patch 2 commit message
- Drop driver.owner in patch 3
- Add PRESENT psy property
- Pick up tags
- Link to v1: https://lore.kernel.org/r/20230621-topic-mm8013-v1-0-4407c6260053@linaro.org

---
Konrad Dybcio (3):
      dt-bindings: vendor-prefixes: Add Mitsumi Electric Co., Ltd.
      dt-bindings: power: supply: Document Mitsumi MM8013 fuel gauge
      power: supply: Introduce MM8013 fuel gauge driver

 .../bindings/power/supply/mitsumi,mm8013.yaml      |  38 +++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 MAINTAINERS                                        |   5 +
 drivers/power/supply/Kconfig                       |   9 +
 drivers/power/supply/Makefile                      |   1 +
 drivers/power/supply/mm8013.c                      | 283 +++++++++++++++++++++
 6 files changed, 338 insertions(+)
---
base-commit: e143016b56ecb0fcda5bb6026b0a25fe55274f56
change-id: 20230621-topic-mm8013-376759e98b28

Best regards,

Comments

Sebastian Reichel Sept. 14, 2023, 3:37 p.m. UTC | #1
Hi,

On Wed, Sep 13, 2023 at 05:28:42PM +0200, Konrad Dybcio wrote:
> This series brings support for the Mitsumi MM8013 Li-Ion fuel gauge.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> Changes in v3:
> - Reference power-supply.yaml in bindings
> - Link to v2: https://lore.kernel.org/r/20230621-topic-mm8013-v2-0-9f1b41f4bc06@linaro.org

I also provided feedback to the driver in v2, since that did not
change between v2 and v3 the feedback still applies.

-- Sebastian