Re: [PATCH 2/2] hwmon: (gsc): add 16bit pre-scaled voltage mode

2020-06-23 Thread Guenter Roeck
On Tue, Jun 09, 2020 at 07:57:20AM -0700, Tim Harvey wrote: > add a 16-bit pre-scaled voltage mode to adc and clarify that existing > pre-scaled mode is 24bit. > > Signed-off-by: Tim Harvey > Reviewed-by: Guenter Roeck Applied. Thanks, Guenter > --- > drivers/hwmon/gsc-hwmon.c

Re: [PATCH 2/2] hwmon: (gsc): add 16bit pre-scaled voltage mode

2020-06-11 Thread Guenter Roeck
On 6/9/20 7:57 AM, Tim Harvey wrote: > add a 16-bit pre-scaled voltage mode to adc and clarify that existing > pre-scaled mode is 24bit. > > Signed-off-by: Tim Harvey For my reference: Reviewed-by: Guenter Roeck We'll have to wait for DT approval. Guenter > --- > drivers/hwmon/gsc-hwmon.c

[PATCH 2/2] hwmon: (gsc): add 16bit pre-scaled voltage mode

2020-06-09 Thread Tim Harvey
add a 16-bit pre-scaled voltage mode to adc and clarify that existing pre-scaled mode is 24bit. Signed-off-by: Tim Harvey --- drivers/hwmon/gsc-hwmon.c | 8 +--- include/linux/platform_data/gsc_hwmon.h | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git