summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
...
* | | hwmon: (w83791d) use simple i2c probeStephen Kitt2020-09-231-5/+3
* | | hwmon: (w83793) use simple i2c probeStephen Kitt2020-09-231-5/+3
* | | hwmon: (adm1029) use simple i2c probeStephen Kitt2020-09-231-3/+2
* | | hwmon: (adm1177) use simple i2c probeStephen Kitt2020-09-231-3/+2
* | | hwmon: use simple i2c probe functionStephen Kitt2020-09-2387-285/+250
* | | hwmon (pmbus) use simple i2c probe functionStephen Kitt2020-09-2328-132/+127
* | | hwmon: (pmbus/core) Add support for rated attributesZbigniew Lukwinski2020-09-232-8/+54
* | | hwmon: (core) Add support for rated attributesZbigniew Lukwinski2020-09-231-0/+10
* | | hwmon: (w83627ehf) Fix a resource leak in probeDan Carpenter2020-09-231-1/+5
* | | hwmon: (pmbus/max34440) Fix status register reads for MAX344{51,60,61}Guenter Roeck2020-09-231-3/+0
* | | hwmon: (sparx5) Fix initial reading of temperatureLars Povlsen2020-09-231-1/+1
| |/ |/|
* | Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-294-18/+25
|\ \
| * | hwmon: (gsc-hwmon) Scale temperature to millidegreesTim Harvey2020-08-271-0/+1
| * | hwmon: (applesmc) check status earlier.Tom Rix2020-08-211-15/+16
| * | hwmon: (nct7904) Correct divide by 0Jason Baron2020-08-211-2/+2
| * | hwmon: (pmbus/isl68137) remove READ_TEMPERATURE_1 telemetry for RAA228228Grant Peltier2020-08-161-1/+6
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2310-18/+18
|/
* Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-141-1/+1
|\
| * hwmon: pwm-fan: Use 64-bit division macroGuru Das Srinagesh2020-06-161-1/+1
* | Merge tag 'hwmon-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2020-08-0526-101/+1007
|\ \
| * | hwmon: (adc128d818) Fix advanced configuration register initRoy van Doormaal2020-08-041-12/+12
| * | hwmon: (axi-fan-control) remove duplicate macrosAlexandru Ardelean2020-08-041-4/+0
| * | hwmon: (i5k_amb, vt8231) Drop uses of pci_read_config_*() return valueSaheed O. Bolarinwa2020-08-042-8/+12
| * | hwmon: (sparx5) Make symbol 's5_temp_match' staticWei Yongjun2020-07-241-1/+1
| * | hwmon: (corsair-cpro) add reading pwm valuesMarius Zachmann2020-07-241-20/+44
| * | hwmon: sparx5: Add Sparx5 SoC temperature driverLars Povlsen2020-07-243-0/+179
| * | hwmon: (ina2xx) Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-241-5/+5
| * | hwmon: (ina209) Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-241-1/+1
| * | hwmon: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-246-8/+8
| * | hwmon: (adm1025) Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-241-1/+1
| * | hwmon: add Corsair Commander Pro driverMarius Zachmann2020-07-243-0/+569
| * | hwmon: (max6697) Allow max6581 to create tempX_offsetChu Lin2020-07-241-2/+94
| * | hwmon: (tmmp513) Replace HTTP links with HTTPS linksAlexander A. Klimov2020-07-241-2/+2
| * | hwmon: (pmbus/core) Use s64 instead of long for calculationsJosh Lehan2020-07-241-35/+31
| * | hwmon: (pmbus/max20730) Add max20710 supportUgur Usug2020-07-242-8/+45
| * | hwmon: (gsc) add 16bit pre-scaled voltage modeTim Harvey2020-07-191-3/+5
| * | hwmon: (adm1275) Enable adm1278 ADM1278_TEMP1_ENManikandan Elumalai2020-07-191-7/+6
| * | hwmon: (dell-smm) Add Latitude 5480 to fan control whitelistJeffrey Lin2020-07-191-0/+8
| * | hwmon: (nct6683) Replace container_of() with kobj_to_dev()Wang Qing2020-07-191-4/+4
| * | hwmon: (i5k_amb) remove redundant assignment to variable resColin Ian King2020-07-191-1/+1
* | | Merge branch 'x86/urgent' into x86/cleanupsIngo Molnar2020-07-2612-23/+77
|\| |
| * | hwmon: (drivetemp) Avoid SCT usage on Toshiba DT01ACA family drivesMaciej S. Szmigiero2020-07-181-0/+43
| * | hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe()Cristian Marussi2020-07-151-1/+1
| * | hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798DGuenter Roeck2020-07-141-3/+3
| * | hwmon: (adm1275) Make sure we are reading enough data for different chipsChu Lin2020-07-091-2/+8
| * | hwmon: (emc2103) fix unable to change fan pwm1_enable attributeVishwas M2020-07-071-1/+1
| * | hwmon: (amd_energy) match for supported modelsNaveen Krishna Chatradhi2020-07-071-1/+1
| * | hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflowEvgeny Novikov2020-07-051-0/+2
| * | hwmon: (pmbus) fix a typo in Kconfig SENSORS_IR35221 optionTao Ren2020-07-021-1/+1
| * | hwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add()Misono Tomohiro2020-06-251-1/+3