diff options
author | Zev Weiss <zev@bewilderbeest.net> | 2022-04-28 04:27:07 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2022-05-22 21:32:31 +0300 |
commit | 6bb77c55b05fccea588fdc069008fa81e7359679 (patch) | |
tree | 78ea9f486df6664c85df6acdfc441cd4e1d02134 /MAINTAINERS | |
parent | 801549da5d71254198328ffb2c610dd86fe62803 (diff) | |
download | linux-6bb77c55b05fccea588fdc069008fa81e7359679.tar.xz |
hwmon: (nct6775) Add i2c driver
This driver provides an i2c I/O mechanism for the core nct6775 driver,
as might be used by a BMC. Because the Super I/O chip is shared with
the host CPU in such a scenario (and the host should ultimately be in
control of it), the i2c driver is strictly read-only to avoid
interfering with any usage by the host (aside from the bank-select
register, which seems to be replicated for the i2c interface).
Signed-off-by: Zev Weiss <zev@bewilderbeest.net>
Tested-by: Renze Nicolai <renze@rnplus.nl>
Link: https://lore.kernel.org/r/20220428012707.24921-3-zev@bewilderbeest.net
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6ee5f2cf4ad2..b3ffdd103e53 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13546,6 +13546,13 @@ F: drivers/hwmon/nct6775-core.c F: drivers/hwmon/nct6775-platform.c F: drivers/hwmon/nct6775.h +NCT6775 HARDWARE MONITOR DRIVER - I2C DRIVER +M: Zev Weiss <zev@bewilderbeest.net> +L: linux-hwmon@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/hwmon/nuvoton,nct6775.yaml +F: drivers/hwmon/nct6775-i2c.c + NETDEVSIM M: Jakub Kicinski <kuba@kernel.org> S: Maintained |