Re: [PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-30 Thread Sebastian Reichel
Hi, On Sun, Apr 30, 2017 at 08:32:10PM +0300, Михайлов Алексей Анатольевич wrote: > > IIRC we already had problems with small THERMAL_NAME_LENGTH before. > > I suggest to add another patch, that increases THERMAL_NAME_LENGTH > > (don't forget to Cc/To the thermal subsystem people). > May be

Re: [PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-30 Thread Sebastian Reichel
Hi, On Sun, Apr 30, 2017 at 08:32:10PM +0300, Михайлов Алексей Анатольевич wrote: > > IIRC we already had problems with small THERMAL_NAME_LENGTH before. > > I suggest to add another patch, that increases THERMAL_NAME_LENGTH > > (don't forget to Cc/To the thermal subsystem people). > May be

Re: [PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-30 Thread Михайлов Алексей Анатольевич
Hi! [...] +* FixMe: +* Device without no_thermal = true not register (err -22) +* Len of platform device name "max17211-battery.X.auto" +* more than 20 chars limit in THERMAL_NAME_LENGTH from +* include/uapi/linux/thermal.h +*/ IIRC we already

Re: [PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-30 Thread Михайлов Алексей Анатольевич
Hi! [...] +* FixMe: +* Device without no_thermal = true not register (err -22) +* Len of platform device name "max17211-battery.X.auto" +* more than 20 chars limit in THERMAL_NAME_LENGTH from +* include/uapi/linux/thermal.h +*/ IIRC we already

Re: [PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-29 Thread Sebastian Reichel
Hi, Please make sure you Cc the relevant people / mailing lists. You can use ./scripts/get_maintainer.pl to find out who should receive the patches. On Sat, Apr 29, 2017 at 05:34:29PM +0300, Alex A. Mihaylov wrote: > Maxim Semiconductor MAX17211/MAX17215 single/multi-cell fuel gauge > monitor

Re: [PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-29 Thread Sebastian Reichel
Hi, Please make sure you Cc the relevant people / mailing lists. You can use ./scripts/get_maintainer.pl to find out who should receive the patches. On Sat, Apr 29, 2017 at 05:34:29PM +0300, Alex A. Mihaylov wrote: > Maxim Semiconductor MAX17211/MAX17215 single/multi-cell fuel gauge > monitor

[PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-29 Thread Alex A. Mihaylov
Maxim Semiconductor MAX17211/MAX17215 single/multi-cell fuel gauge monitor with M5 Fuel Gauge algorithm This driver provide userspace access to MAX17211/MAX17215 data with power_supply class drivers. --- drivers/power/supply/Kconfig| 8 + drivers/power/supply/Makefile |

[PATCH 2/2] Add driver for MAX17211/MAX17215 fuel gauge

2017-04-29 Thread Alex A. Mihaylov
Maxim Semiconductor MAX17211/MAX17215 single/multi-cell fuel gauge monitor with M5 Fuel Gauge algorithm This driver provide userspace access to MAX17211/MAX17215 data with power_supply class drivers. --- drivers/power/supply/Kconfig| 8 + drivers/power/supply/Makefile |