summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2024-02-25hwmon: (coretemp) Use dynamic allocated memory for core temp_dataZhang Rui1-3/+21
2024-02-25hwmon: (coretemp) Remove redundant temp_data->is_pkg_dataZhang Rui1-8/+11
2024-02-25hwmon: (coretemp) Split package temp_data and core temp_dataZhang Rui1-23/+14
2024-02-25hwmon: (coretemp) Abstract core_temp helpersZhang Rui1-54/+64
2024-02-25hwmon: (coretemp) Remove redundant pdata->cpu_map[]Zhang Rui1-10/+6
2024-02-25hwmon: (coretemp) Replace sensor_device_attribute with device_attributeZhang Rui1-16/+12
2024-02-25hwmon: (coretemp) Remove unnecessary dependency of array indexZhang Rui1-13/+7
2024-02-25hwmon: (coretemp) Introduce enum for attr indexZhang Rui1-2/+10
2024-02-25hwmon: Add driver for ASUS ROG RYUJIN II 360 AIO coolerAleksa Savic3-0/+620
2024-02-25hwmon: Add driver for NZXT Kraken X and Z series AIO CPU coolersAleksa Savic3-0/+1019
2024-02-25hwmon: Add support for Amphenol ChipCap 2Javier Carrasco3-0/+827
2024-02-25hwmon: (core) Add support for humidity min/max alarmJavier Carrasco1-0/+2
2024-02-25hwmon: (tmp401) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (sch5627) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (nct7802) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (max31760) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (lm83) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (jc42) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (ina3221) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (emc1403) convert to use maple tree register cacheBo Liu1-1/+1
2024-02-25hwmon: (adt7x10) convert to use maple tree register cacheBo Liu2-2/+2
2024-02-25hwmon: (sht3x) read out sensor serial numberStefan Gloor1-1/+65
2024-02-25hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down ConverterCharles Hsu3-0/+100
2024-02-25hwmon: add fan speed monitoring driver for Surface devicesIvor Wanders3-0/+106
2024-02-25hwmon: Add driver for LTC4282Nuno Sa3-0/+1794
2024-02-12hwmon: add fault attribute for voltage channelsNuno Sa1-0/+1
2024-02-12hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASKPatrick Rudolph1-1/+1
2024-02-12hwmon: Drop non-functional I2C_CLASS_HWMON support for drivers w/o detect()Heiner Kallweit2-7/+0
2024-02-12hwmon: Remove I2C_CLASS_HWMON from drivers w/o detect() and address_listHeiner Kallweit17-17/+0
2024-02-12hwmon: (nct6683) Add another customer ID for MSIForest Crossman1-0/+3
2024-02-04hwmon: (coretemp) Enlarge per package core count limitZhang Rui1-1/+1
2024-02-04hwmon: (coretemp) Fix bogus core_id to attr name mappingZhang Rui1-13/+19
2024-02-04hwmon: (coretemp) Fix out-of-bounds memory accessZhang Rui1-6/+2
2024-02-04hwmon: (aspeed-pwm-tacho) mutex for tach readingLoic Prylli1-0/+7
2024-01-27hwmon: (pmbus/mp2975) Correct comment inside 'mp2975_read_byte_data'Konstantin Aladyshev1-4/+3
2024-01-27hwmon: (pmbus/mp2975) Fix driver initialization for MP2975 deviceKonstantin Aladyshev1-0/+17
2024-01-26hwmon: gigabyte_waterforce: Fix locking bug in waterforce_get_status()Harshit Mogalapalli1-1/+1
2024-01-14hwmon: (npcm750-pwm-fan) Fix crash observed when instantiating nuvoton,npcm75...Guenter Roeck1-2/+5
2024-01-13Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2024-01-08hwmon: (gigabyte_waterforce) Mark status report as received under a spinlockAleksa Savic1-0/+2
2024-01-08hwmon: (lm75) Fix tmp112 default configAbdel Alkuor1-2/+3
2024-01-02hwmon: (lm75) Add AMS AS6200 temperature sensorAbdel Alkuor1-14/+94
2024-01-02hwmon: (lm75) remove now-unused includeLuca Ceresoli1-1/+0
2024-01-02hwmon: (pmbus) Add support for MPS Multi-phase mp2856/mp2857 controllerPeter Yin3-0/+476
2024-01-02hwmon: (aquacomputer_d5next) Remove unneeded CONFIG_DEBUG_FS #ifdefAleksa Savic1-10/+0
2024-01-02hwmon: (k10temp) Add support for AMD Family 19h Model 8hJami Kurki1-0/+1
2024-01-02hwmon: Add driver for Gigabyte AORUS Waterforce AIO coolersAleksa Savic3-0/+439
2024-01-02hwmon: (smsc47m1) Rename global platform device variableUwe Kleine-König1-8/+8
2024-01-02hwmon: (smsc47m1) Simplify device registrationUwe Kleine-König1-30/+13
2024-01-02hwmon: (smsc47m1) Convert to platform remove callback returning voidUwe Kleine-König1-4/+2