summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-161-3/+1
|\
| * hwmon/drivers/core: Simplify complex dependencyDaniel Lezcano2019-05-061-3/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-05-165-104/+61
|\ \
| * | hwmon: (pwm-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-44/+29
| * | hwmon: (npcm750-pwm-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-4/+2
| * | hwmon: (mlxreg-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-21/+10
| * | hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-16/+9
| * | hwmon: (aspeed-pwm-tacho) Use devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-4/+2
| |/
* | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds2019-05-072-2/+2
|\ \
| * | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-062-2/+2
| |/
* | hwmon: (lm75) Add support for TMP75BIker Perez del Palomar Sustatxa2019-05-031-0/+11
* | hwmon: (s3c) Use dev_get_drvdata()Kefeng Wang2019-04-231-2/+2
* | hwmon: (max6650) Drop call to thermal_cdev_updateGuenter Roeck2019-04-231-2/+0
* | hwmon: (max6650) add thermal cooling device capabilityJean-Francois Dagenais2019-04-202-1/+90
* | hwmon: (ina3221) Add voltage conversion time settingsNicolin Chen2019-04-181-8/+50
* | hwmon: (ina3221) Do not read-back to cache reg_configNicolin Chen2019-04-181-9/+10
* | docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab2019-04-174-7/+7
* | hwmon: (occ) Add more details to Kconfig help textEddie James2019-04-161-4/+8
* | hwmon: (occ) Prevent sysfs error attribute from returning errorEddie James2019-04-161-6/+13
* | hwmon: (occ) Store error condition for rate-limited pollsEddie James2019-04-162-1/+6
* | hwmon: (ina3221) Add averaging mode supportNicolin Chen2019-04-161-1/+66
* | hwmon: (pmbus/isl68137) Add driver for Intersil ISL68137 PWM ControllerMaxim Sloyko2019-04-153-0/+179
* | pmbus: support for custom sysfs attributeskrzysztof.adamski@nokia.com2019-04-152-1/+15
* | hwmon: Add support for samples attributesGuenter Roeck2019-04-151-0/+5
* | hwmon: (lm25066) Support SAMPLES_FOR_AVG registerAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-04-151-1/+16
* | hwmon: (pmbus) Introduce PMBUS_VIRT_*_SAMPLES registersAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-04-152-0/+125
* | hwmon: (pmbus_core) Replace S_<PERMS> with octal valuesGuenter Roeck2019-04-151-3/+3
* | hwmon: (pmbus/ir38064) Add driver for Infineon IR38064 Voltage RegulatorMaxim Sloyko2019-04-153-0/+75
* | hwmon: (pwm-fan) Report probe errors consistentlyRobin Murphy2019-04-151-5/+8
* | hwmon: (pwm-fan) Add RPM support via external interruptStefan Wahren2019-04-151-4/+101
* | hwmon: OCC drivers are ARM-onlyJean Delvare2019-04-151-0/+2
* | hwmon: (occ) Move common code to a separate moduleJean Delvare2019-04-154-4/+14
* | hwmon: (vt1211) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-04-151-3/+12
* | hwmon: (w83627hf) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-04-151-5/+37
* | hwmon: (smsc47m1) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-04-151-9/+19
* | hwmon: (adm1029) Use permission specific [SENSOR_][DEVICE_]ATTR variantsGuenter Roeck2019-04-151-20/+21
* | hwmon: (w83627hf) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-141/+116
* | hwmon: (smsc47m1) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-37/+41
* | hwmon: (smsc47m192) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-68/+78
* | hwmon: (vt8231) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-81/+85
* | hwmon: (sis5595) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-48/+44
* | hwmon: (menf21bmc_hwmon) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-19/+24
* | hwmon: (via686a) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-75/+73
* | hwmon: (lm85) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-166/+174
* | hwmon: (lm78) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-58/+56
* | hwmon: (lm87) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-78/+87
* | hwmon: (adm1031) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-104/+97
* | hwmon: (thmc50) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-42/+41
* | hwmon: (adm9240) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-70/+65
* | hwmon: (adm1026) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2019-04-151-200/+216