diff options
author | Tim Harvey <tharvey@gateworks.com> | 2020-05-15 10:57:08 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-05-20 10:29:17 +0100 |
commit | 3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7 (patch) | |
tree | c0cfc0537f52ee9384c9eb8ac1a929147046d1ee /MAINTAINERS | |
parent | d85234994b2fb2d88fadd3d9e60385b02b244dac (diff) |
hwmon: Add Gateworks System Controller support
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 <tharvey@gateworks.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a5d5e5d963f1..d9cee5698bcc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7035,6 +7035,9 @@ S: Maintained F: Documentation/devicetree/bindings/mfd/gateworks-gsc.yaml F: drivers/mfd/gateworks-gsc.c F: include/linux/mfd/gsc.h +F: Documentation/hwmon/gsc-hwmon.rst +F: drivers/hwmon/gsc-hwmon.c +F: include/linux/platform_data/gsc_hwmon.h GASKET DRIVER FRAMEWORK M: Rob Springer <rspringer@google.com> |