OSDN Git Service

hwmon: Add Gateworks System Controller support
authorTim Harvey <tharvey@gateworks.com>
Fri, 15 May 2020 17:57:08 +0000 (10:57 -0700)
committerLee Jones <lee.jones@linaro.org>
Wed, 20 May 2020 09:29:17 +0000 (10:29 +0100)
commit3bce5377ef66a8700dcf7a9cb89b7aeb99326cb7
treec0cfc0537f52ee9384c9eb8ac1a929147046d1ee
parentd85234994b2fb2d88fadd3d9e60385b02b244dac
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>
Documentation/hwmon/gsc-hwmon.rst [new file with mode: 0644]
Documentation/hwmon/index.rst
MAINTAINERS
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/gsc-hwmon.c [new file with mode: 0644]
include/linux/platform_data/gsc_hwmon.h [new file with mode: 0644]