Merge tag 'hwmon-for-linus-v3.18' of...
Merge tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging Pull hwmon updates from Guenter Roeck: - new driver for menf21bmc. - convert k10temp, smsc47b397, da9052, da9055 to new hwmon API. - register ntc_thermistor driver with thermal subsystem. - add support for F15h M60h to k10temp driver. - add driver for MEN14F021P00 BMC HWMON driver; this required a merge with tag mfd-hwmon-leds-watchdog-v3.18 * tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (ab8500) Call kernel_power_off instead of pm_power_off hwmon: (menf21bmc) Introduce MEN14F021P00 BMC HWMON driver leds: leds-menf21bmc: Introduce MEN 14F021P00 BMC LED driver watchdog: menf21bmc_wdt: Introduce MEN 14F021P00 BMC Watchdog driver mfd: menf21bmc: Introduce MEN 14F021P00 BMC MFD Core driver hwmon: (ntc_thermistor) Add ntc thermistor to thermal subsystem as a sensor. hwmon: (smsc47b397) Convert to devm_hwmon_device_register_with_groups MAINTAINERS: add entry for the PWM fan driver hwmon: (k10temp) Convert to devm_hwmon_device_register_with_groups hwmon: (k10temp) Add support for F15h M60h hwmon: (da9052) Convert to devm_hwmon_device_register_with_groups hwmon: (da9055) Convert to devm_hwmon_device_register_with_groups hwmon: (ads1015) Use of_property_read_u32 at appropriate places
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/hwmon/ntc_thermistor.txt 3 additions, 0 deletionsDocumentation/devicetree/bindings/hwmon/ntc_thermistor.txt
- Documentation/hwmon/k10temp 1 addition, 1 deletionDocumentation/hwmon/k10temp
- Documentation/hwmon/menf21bmc 50 additions, 0 deletionsDocumentation/hwmon/menf21bmc
- MAINTAINERS 8 additions, 0 deletionsMAINTAINERS
- drivers/hwmon/Kconfig 13 additions, 2 deletionsdrivers/hwmon/Kconfig
- drivers/hwmon/Makefile 1 addition, 0 deletionsdrivers/hwmon/Makefile
- drivers/hwmon/ab8500.c 3 additions, 2 deletionsdrivers/hwmon/ab8500.c
- drivers/hwmon/ads1015.c 8 additions, 13 deletionsdrivers/hwmon/ads1015.c
- drivers/hwmon/da9052-hwmon.c 9 additions, 45 deletionsdrivers/hwmon/da9052-hwmon.c
- drivers/hwmon/da9055-hwmon.c 9 additions, 43 deletionsdrivers/hwmon/da9055-hwmon.c
- drivers/hwmon/k10temp.c 79 additions, 78 deletionsdrivers/hwmon/k10temp.c
- drivers/hwmon/menf21bmc_hwmon.c 230 additions, 0 deletionsdrivers/hwmon/menf21bmc_hwmon.c
- drivers/hwmon/ntc_thermistor.c 25 additions, 0 deletionsdrivers/hwmon/ntc_thermistor.c
- drivers/hwmon/smsc47b397.c 7 additions, 44 deletionsdrivers/hwmon/smsc47b397.c
- drivers/leds/Kconfig 9 additions, 0 deletionsdrivers/leds/Kconfig
- drivers/leds/Makefile 1 addition, 0 deletionsdrivers/leds/Makefile
- drivers/leds/leds-menf21bmc.c 131 additions, 0 deletionsdrivers/leds/leds-menf21bmc.c
- drivers/mfd/Kconfig 15 additions, 0 deletionsdrivers/mfd/Kconfig
- drivers/mfd/Makefile 1 addition, 0 deletionsdrivers/mfd/Makefile
- drivers/mfd/menf21bmc.c 132 additions, 0 deletionsdrivers/mfd/menf21bmc.c
Loading
Please register or sign in to comment