summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2024-02-21hwmon: (nct6775) Fix access to temperature configuration registersGuenter Roeck-2/+12
2024-02-04hwmon: (coretemp) Enlarge per package core count limitZhang Rui-1/+1
2024-02-04hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui-13/+19
2024-02-04hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui-6/+2
2024-02-04hwmon: (aspeed-pwm-tacho) mutex for tach readingLoic Prylli-0/+7
2024-01-27hwmon: (pmbus/mp2975) Correct comment inside 'mp2975_read_byte_data'Konstantin Aladyshev-4/+3
2024-01-26hwmon: (pmbus/mp2975) Fix driver initialization for MP2975 deviceKonstantin Aladyshev-0/+17
2024-01-26hwmon: gigabyte_waterforce: Fix locking bug in waterforce_get_status()Harshit Mogalapalli-1/+1
2024-01-14hwmon: (npcm750-pwm-fan) Fix crash observed when instantiating nuvoton,npcm75...Guenter Roeck-2/+5
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+4
2024-01-08hwmon: (gigabyte_waterforce) Mark status report as received under a spinlockAleksa Savic-0/+2
2024-01-08hwmon: (lm75) Fix tmp112 default configAbdel Alkuor-2/+3
2024-01-02hwmon: (lm75) Add AMS AS6200 temperature sensorAbdel Alkuor-14/+94
2024-01-02hwmon: (lm75) remove now-unused includeLuca Ceresoli-1/+0
2024-01-02hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controllerPeter Yin-0/+476
2024-01-02hwmon: (aquacomputer_d5next) Remove unneeded CONFIG_DEBUG_FS #ifdefAleksa Savic-10/+0
2024-01-02hwmon: (k10temp) Add support for AMD Family 19h Model 8hJami Kurki-0/+1
2024-01-02hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolersAleksa Savic-0/+439
2024-01-02hwmon: (smsc47m1) Rename global platform device variableUwe Kleine-König-8/+8
2024-01-02hwmon: (smsc47m1) Simplify device registrationUwe Kleine-König-30/+13
2024-01-02hwmon: (smsc47m1) Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-01-02hwmon: (smsc47m1) Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König-1/+7
2024-01-02hwmon: (pmbus) Add ltc4286 driverDelphine CC Chiu-0/+186
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young-4/+4
2023-12-11hwmon: (max31827) Add custom attribute for resolutionDaniel Matyas-11/+111
2023-12-11hwmon: (max31827) Return closest value in update_intervalDaniel Matyas-3/+2
2023-12-11hwmon: (max31827) Update bits with shutdown_write()Daniel Matyas-4/+11
2023-12-11hwmon: (max31827) Add support for max31828 and max31829Daniel Matyas-11/+53
2023-12-11hwmon: (max31827) Handle new properties from the devicetreeDaniel Matyas-6/+69
2023-12-11hwmon: (corsair-cpro) use NULL instead of 0Marius Zachmann-1/+1
2023-12-11hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelistArmin Wolf-0/+8
2023-12-11hwmon: (dell-smm) Add support for WMI SMM interfaceArmin Wolf-19/+181
2023-12-11hwmon: (dell-smm) Introduce helper function for data initArmin Wolf-18/+28
2023-12-11hwmon: (dell-smm) Move config entries out of i8k_dmi_tableArmin Wolf-56/+73
2023-12-11hwmon: (dell-smm) Move DMI config handling to module initArmin Wolf-16/+15
2023-12-11hwmon: (dell-smm) Move whitelist handling to module initArmin Wolf-14/+17
2023-12-11hwmon: (dell-smm) Move blacklist handling to module initArmin Wolf-29/+34
2023-12-11hwmon: (dell-smm) Prepare for multiple SMM calling backendsArmin Wolf-52/+79
2023-12-11hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6James Seo-16/+111
2023-12-11hwmon: (tmp513) Use SI constants from units.hAndy Shevchenko-11/+10
2023-12-11hwmon: (tmp513) Simplify with dev_err_probe()Andy Shevchenko-20/+15
2023-12-11hwmon: (tmp513) Don't use "proxy" headersAndy Shevchenko-2/+6
2023-12-11hwmon: (peci/dimmtemp) Bump timeoutPatrick Rudolph-1/+1
2023-12-11hwmon: (pc87360) Bounds check data->innr usageKees Cook-1/+5
2023-12-11hwmon: (nct6775) Fix fan speed set failure in automatic modeXing Tong Wu-0/+7
2023-12-11hwmon: (nct6775) Add support for 2 additional fan controlsXing Tong Wu-4/+4
2023-12-11hwmon: (pmbus) Add support for MPS Multi-phase mp5990Peter Yin-0/+189
2023-12-11hwmon: (lm25066) Use i2c_get_match_data()Rob Herring-11/+3
2023-12-11hwmon: (nct6775-core) Explicitly initialize nct6775_device_names indexesGuenter Roeck-13/+13
2023-12-11hwmon: (nct6775-platform) Explicitly initialize nct6775_sio_names indexesKees Cook-13/+13