Re: [PATCH 2/3] hwmon: ltc2992: Add support for GPIOs.

2020-11-08 Thread Guenter Roeck
On Thu, Oct 29, 2020 at 11:49:10AM +0200, alexandru.tach...@analog.com wrote: > From: Alexandru Tachici > > LTC2992 has 4 open-drain GPIOS. This patch exports to user > space the 4 GPIOs using the GPIO driver Linux API. > > Signed-off-by: Alexandru Tachici > Reported-by: kernel test robot Ple

Re: [PATCH 2/3] hwmon: ltc2992: Add support for GPIOs.

2020-11-01 Thread kernel test robot
Hi, I love your patch! Perhaps something to improve: [auto build test WARNING on hwmon/hwmon-next] [also build test WARNING on linus/master linux/master v5.10-rc1 next-20201030] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '-

Re: [PATCH 2/3] hwmon: ltc2992: Add support for GPIOs.

2020-10-30 Thread kernel test robot
Hi, I love your patch! Perhaps something to improve: [auto build test WARNING on hwmon/hwmon-next] [also build test WARNING on linus/master linux/master v5.10-rc1 next-20201029] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '-

[PATCH 2/3] hwmon: ltc2992: Add support for GPIOs.

2020-10-29 Thread alexandru.tachici
From: Alexandru Tachici LTC2992 has 4 open-drain GPIOS. This patch exports to user space the 4 GPIOs using the GPIO driver Linux API. Signed-off-by: Alexandru Tachici --- drivers/hwmon/Kconfig | 1 + drivers/hwmon/ltc2992.c | 160 2 files changed, 1