Skip to content

Commit 9d82335

Browse files
Rahul Tanwargroeck
authored andcommitted
hwmon: Add hardware monitoring driver for Moortec MR75203 PVT controller
PVT controller (MR75203) is used to configure & control Moortec embedded analog IP which contains temprature sensor(TS), voltage monitor(VM) & process detector(PD) modules. Add hardware monitoring driver to support MR75203 PVT controller. Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Link: https://lore.kernel.org/r/05b59cd860d2a1aa0a68ab300829efe709645184.1601889876.git.rahul.tanwar@linux.intel.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 748022e commit 9d82335

3 files changed

Lines changed: 667 additions & 0 deletions

File tree

drivers/hwmon/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,16 @@ config SENSORS_MENF21BMC_HWMON
11121112
This driver can also be built as a module. If so the module
11131113
will be called menf21bmc_hwmon.
11141114

1115+
config SENSORS_MR75203
1116+
tristate "Moortec Semiconductor MR75203 PVT Controller"
1117+
select REGMAP_MMIO
1118+
help
1119+
If you say yes here you get support for Moortec MR75203
1120+
PVT controller.
1121+
1122+
This driver can also be built as a module. If so, the module
1123+
will be called mr75203.
1124+
11151125
config SENSORS_ADCXX
11161126
tristate "National Semiconductor ADCxxxSxxx"
11171127
depends on SPI_MASTER

drivers/hwmon/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ obj-$(CONFIG_SENSORS_MCP3021) += mcp3021.o
143143
obj-$(CONFIG_SENSORS_TC654) += tc654.o
144144
obj-$(CONFIG_SENSORS_MLXREG_FAN) += mlxreg-fan.o
145145
obj-$(CONFIG_SENSORS_MENF21BMC_HWMON) += menf21bmc_hwmon.o
146+
obj-$(CONFIG_SENSORS_MR75203) += mr75203.o
146147
obj-$(CONFIG_SENSORS_NCT6683) += nct6683.o
147148
obj-$(CONFIG_SENSORS_NCT6775) += nct6775.o
148149
obj-$(CONFIG_SENSORS_NCT7802) += nct7802.o

0 commit comments

Comments
 (0)