summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (npcm750-pwm-fan) Fix crash observed when instantiating nuvoton,npcm75...Guenter Roeck2024-01-141-2/+5
* Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-121-4/+4
|\
| * pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young2023-12-201-4/+4
* | hwmon: (gigabyte_waterforce) Mark status report as received under a spinlockAleksa Savic2024-01-081-0/+2
* | hwmon: (lm75) Fix tmp112 default configAbdel Alkuor2024-01-081-2/+3
* | hwmon: (lm75) Add AMS AS6200 temperature sensorAbdel Alkuor2024-01-021-14/+94
* | hwmon: (lm75) remove now-unused includeLuca Ceresoli2024-01-021-1/+0
* | hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controllerPeter Yin2024-01-023-0/+476
* | hwmon: (aquacomputer_d5next) Remove unneeded CONFIG_DEBUG_FS #ifdefAleksa Savic2024-01-021-10/+0
* | hwmon: (k10temp) Add support for AMD Family 19h Model 8hJami Kurki2024-01-021-0/+1
* | hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolersAleksa Savic2024-01-023-0/+439
* | hwmon: (smsc47m1) Rename global platform device variableUwe Kleine-König2024-01-021-8/+8
* | hwmon: (smsc47m1) Simplify device registrationUwe Kleine-König2024-01-021-30/+13
* | hwmon: (smsc47m1) Convert to platform remove callback returning voidUwe Kleine-König2024-01-021-4/+2
* | hwmon: (smsc47m1) Mark driver struct with __refdata to prevent section mismatchUwe Kleine-König2024-01-021-1/+7
* | hwmon: (pmbus) Add ltc4286 driverDelphine CC Chiu2024-01-023-0/+186
* | hwmon: (max31827) Add custom attribute for resolutionDaniel Matyas2023-12-111-11/+111
* | hwmon: (max31827) Return closest value in update_intervalDaniel Matyas2023-12-111-3/+2
* | hwmon: (max31827) Update bits with shutdown_write()Daniel Matyas2023-12-111-4/+11
* | hwmon: (max31827) Add support for max31828 and max31829Daniel Matyas2023-12-111-11/+53
* | hwmon: (max31827) Handle new properties from the devicetreeDaniel Matyas2023-12-111-6/+69
* | hwmon: (corsair-cpro) use NULL instead of 0Marius Zachmann2023-12-111-1/+1
* | hwmon: (dell-smm) Add Optiplex 7000 to fan control whitelistArmin Wolf2023-12-111-0/+8
* | hwmon: (dell-smm) Add support for WMI SMM interfaceArmin Wolf2023-12-112-19/+181
* | hwmon: (dell-smm) Introduce helper function for data initArmin Wolf2023-12-111-18/+28
* | hwmon: (dell-smm) Move config entries out of i8k_dmi_tableArmin Wolf2023-12-111-56/+73
* | hwmon: (dell-smm) Move DMI config handling to module initArmin Wolf2023-12-111-16/+15
* | hwmon: (dell-smm) Move whitelist handling to module initArmin Wolf2023-12-111-14/+17
* | hwmon: (dell-smm) Move blacklist handling to module initArmin Wolf2023-12-111-29/+34
* | hwmon: (dell-smm) Prepare for multiple SMM calling backendsArmin Wolf2023-12-111-52/+79
* | hwmon: (hp-wmi-sensors) Fix failure to load on EliteDesk 800 G6James Seo2023-12-111-16/+111
* | hwmon: (tmp513) Use SI constants from units.hAndy Shevchenko2023-12-111-11/+10
* | hwmon: (tmp513) Simplify with dev_err_probe()Andy Shevchenko2023-12-111-20/+15
* | hwmon: (tmp513) Don't use "proxy" headersAndy Shevchenko2023-12-111-2/+6
* | hwmon: (peci/dimmtemp) Bump timeoutPatrick Rudolph2023-12-111-1/+1
* | hwmon: (pc87360) Bounds check data->innr usageKees Cook2023-12-111-1/+5
* | hwmon: (nct6775) Fix fan speed set failure in automatic modeXing Tong Wu2023-12-111-0/+7
* | hwmon: (nct6775) Add support for 2 additional fan controlsXing Tong Wu2023-12-111-4/+4
* | hwmon: (pmbus) Add support for MPS Multi-phase mp5990Peter Yin2023-12-113-0/+189
* | hwmon: (lm25066) Use i2c_get_match_data()Rob Herring2023-12-111-11/+3
* | hwmon: (nct6775-core) Explicitly initialize nct6775_device_names indexesGuenter Roeck2023-12-111-13/+13
* | hwmon: (nct6775-platform) Explicitly initialize nct6775_sio_names indexesKees Cook2023-12-111-13/+13
* | hwmon: (nct6775-i2c) Use i2c_get_match_data()Rob Herring2023-12-112-13/+3
* | hwmon: (max6650) Use i2c_get_match_data()Rob Herring2023-12-111-5/+3
* | hwmon: (aspeed-pwm-tacho) Fix -Wstringop-overflow warning in aspeed_create_fa...Gustavo A. R. Silva2023-12-111-7/+19
* | hwmon: Fix some kernel-doc commentsYang Li2023-12-111-1/+2
* | hwmon: (emc1403) Add support for EMC1442Delphine CC Chiu2023-12-111-1/+5
* | hwmon: (ltc2991) remove device reference from stateAntoniu Miclaus2023-12-111-11/+9
* | hwmon: (npcm750-pwm-fan) Add NPCM8xx supportTomer Maimon2023-12-111-4/+26
* | hwmon: (corsair-psu) Fix probe when built-inArmin Wolf2023-12-081-1/+17