Hi, On Mon, Apr 03, 2017 at 01:16:47PM +0200, Hans de Goede wrote: > This commit adds support for the Maxim MAX17047 Fuel Gauge chip. > > This was tested on a GPDwin x86 Cherry Trail machine which uses the > Maxim MAX17047 Fuel Gauge in combination with a TI bq24292i charger. > > Signed-off-by: Hans de Goede > > --- > drivers/power/supply/Kconfig | 7 + > drivers/power/supply/Makefile | 1 + > drivers/power/supply/max17047_battery.c | 286 ++++++++++++++++++++++++++++++++ > 3 files changed, 294 insertions(+) > create mode 100644 drivers/power/supply/max17047_battery.c max17047 is already supported by drivers/power/supply/max17042_battery.c -- Sebastian