summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-04-261-10/+19
|\
| * hwmon: acpi_power_meter: Get rid of ACPICA message printingRafael J. Wysocki2021-03-081-10/+19
* | Merge tag 'hwmon-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-2678-1496/+2665
|\ \
| * | hwmon: Remove amd_energy driverGuenter Roeck2021-04-202-389/+0
| * | hwmon: (pmbus) Introduce PMBUS symbol namespaceGuenter Roeck2021-04-2036-19/+54
| * | hwmon: (pmbus) Add pmbus driver for MAX15301Erik Rosen2021-04-203-0/+199
| * | hwmon: (sch5627) Remove unnecessary error pathArmin Wolf2021-04-201-45/+25
| * | hwmon: (sch5627) Use devres functionArmin Wolf2021-04-201-10/+5
| * | hwmon: (pmbus/pxe1610) don't bail out when not all pages are activePaul Fertser2021-04-201-0/+9
| * | hwmon: Add driver for fsp-3y PSUs and PDUsVáclav Kubernát2021-04-203-0/+264
| * | hwmon: (intel-m10-bmc-hwmon) add sensor support of Intel D5005 cardMatthew Gerlach2021-04-201-0/+122
| * | hwmon: (sch5627) Split sch5627_update_device()Armin Wolf2021-04-201-33/+69
| * | hwmon: (sch5627) Convert to hwmon_device_register_with_info()Armin Wolf2021-04-201-232/+112
| * | hwmon: (nct6683) remove useless functionJiapeng Chong2021-04-201-11/+0
| * | hwmon: (dell-smm) Add Dell Latitude E7440 to fan control whitelistSebastian Oechsle2021-04-201-0/+8
| * | hwmon: (mlxreg-fan) Add support for fan drawers capability and present registersVadim Pasternak2021-04-201-1/+50
| * | hwmon: (pmbus/tps53679) Add support for TI TPS53676Erik Rosen2021-04-202-3/+52
| * | hwmon: (ftsteutates) Rudimentary typo fixesBhaskar Chowdhury2021-04-201-1/+1
| * | hwmon: (pmbus) Add driver for BluTek BPA-RS600Chris Packham2021-04-203-0/+182
| * | hwmon: replace snprintf in show functions with sysfs_emitGuenter Roeck2021-04-2024-150/+151
| * | hwmon: (pmbus) Replace - with _ in device names before registrationChris Packham2021-04-201-1/+7
| * | hwmon: add driver for NZXT Kraken X42/X52/X62/X72Jonas Malaco2021-04-203-0/+245
| * | hwmon: (ina2xx) Convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang2021-04-201-5/+4
| * | hwmon: Use kobj_to_dev()Guenter Roeck2021-04-206-12/+12
| * | hwmon: (ds1621) Use kobj_to_dev()Tian Tao2021-04-201-1/+1
| * | hwmon: (ftsteutates) Fix spelling typozuoqilin2021-04-201-1/+1
| * | hwmon: (corsair-psu) add support for critical valuesWilken Gottwalt2021-04-201-55/+270
| * | hwmon: (pmbus/stpddc60) Add ST STPDDC60 pmbus driverErik Rosen2021-04-203-0/+259
| * | hwmon: (pmbus) Add pmbus_set_update() function to set update flagErik Rosen2021-04-202-0/+12
| * | hwmon: (nct6683) Support NCT6686DJiqi Li2021-04-201-2/+9
| * | hwmon: (pmbus) Add driver for Infineon IR36021Chris Packham2021-04-203-0/+89
| * | hwmon: (corsair-psu) Update calculation of LINEAR11 valuesWilken Gottwalt2021-04-201-22/+8
| * | hwmon: Switch to using the new API kobj_to_dev()Yang Li2021-04-201-1/+1
| * | hwmon: (adm9240) Convert to devm_hwmon_device_register_with_info APIGuenter Roeck2021-04-201-495/+445
| * | hwmon: (adm9240) Store i2c device instead of client in local dataGuenter Roeck2021-04-201-15/+14
| * | hwmon: (adm9240) Drop log messages from detect functionGuenter Roeck2021-04-201-12/+5
| |/
* | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-9/+15
|\ \
| * | hwmon: (scmi) port driver to the new scmi_sensor_proto_ops interfaceCristian Marussi2021-03-301-9/+15
| |/
* | Merge tag 'staging-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-9/+18
|\ \
| * | hwmon: (ntc_thermistor): try reading processedLinus Walleij2021-03-251-9/+18
| |/
* / hwmon: raspberry-pi: Clean-up few drivers by using managed work initMatti Vaittinen2021-03-231-11/+6
|/
* Merge tag 'devicetree-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-15/+5
|\
| * hwmon: (lm70) Use device_get_match_data()Stephen Boyd2021-01-281-15/+5
* | Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-221-1/+0
|\ \
| * | thermal/core: Make cooling device state change privateDaniel Lezcano2021-01-191-1/+0
| |/
* | Merge tag 'hwmon-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-2226-913/+1173
|\ \
| * | hwmon: add Texas Instruments TPS23861 driverRobert Marko2021-02-123-0/+613
| * | hwmon: (da9052) Switch to using the new API kobj_to_dev()Tian Tao2021-02-111-1/+1
| * | hwmon: (amd_energy) Add AMD family 19h model 30h x86 matchNaveen Krishna Chatradhi2021-02-111-0/+1
| * | hwmon: (pmbus/max31785) Support revision "B"Matthew Barth2021-02-011-4/+9