Searched full:mm8013 (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | mitsumi,mm8013.yaml | 4 $id: http://devicetree.org/schemas/power/supply/mitsumi,mm8013.yaml# 7 title: Mitsumi MM8013 fuel gauge 17 const: mitsumi,mm8013 35 compatible = "mitsumi,mm8013";
|
/linux/drivers/power/supply/ |
H A D | mm8013.c | 232 .name = "mm8013", 274 return dev_err_probe(dev, ret, "MM8013 not found\n"); in mm8013_probe() 287 { "mm8013" }, 293 { .compatible = "mitsumi,mm8013" }, 301 .name = "mm8013", 307 MODULE_DESCRIPTION("MM8013 fuel gauge driver");
|
H A D | Makefile | 119 obj-$(CONFIG_FUEL_GAUGE_MM8013) += mm8013.o
|
H A D | Kconfig | 1012 tristate "Mitsumi MM8013 fuel gauge driver" 1016 Say Y here to enable the Mitsumi MM8013 fuel gauge driver.
|
/linux/ |
H A D | MAINTAINERS | 15563 MITSUMI MM8013 FG DRIVER 15565 F: Documentation/devicetree/bindings/power/supply/mitsumi,mm8013.yaml 15566 F: drivers/power/supply/mm8013.c
|