Re: [PATCH 3/3] hwmon: add Gateworks System Controller support

2020-05-20 Thread Lee Jones
On Fri, 15 May 2020, Tim Harvey wrote: > The Gateworks System Controller has a hwmon sub-component that exposes > up to 16 ADC's, some of which are temperature sensors, others which are > voltage inputs. The ADC configuration (register mapping and name) is > configured via device-tree and varies b

[PATCH 3/3] hwmon: add Gateworks System Controller support

2020-05-15 Thread Tim Harvey
The Gateworks System Controller has a hwmon sub-component that exposes up to 16 ADC's, some of which are temperature sensors, others which are voltage inputs. The ADC configuration (register mapping and name) is configured via device-tree and varies board to board. Signed-off-by: Tim Harvey Revie