aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+2
2024-03-14Merge tag 'platform-drivers-x86-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-0/+1
2024-03-13Merge tag 'hwmon-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds52-178/+5978
2024-03-12platform/x86: wmi: Do not instantiate older WMI drivers multiple timesArmin Wolf1-0/+1
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2024-03-10hwmon: (dell-smm) Add XPS 9315 to fan control whitelistArmin Wolf1-0/+13
2024-03-07hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tachBilly Tsai3-0/+561
2024-03-07hwmon: (amc6821) add of_match tableJosua Mayer1-0/+11
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska2-2/+2
2024-02-25hwmon: (sis5595) drop unused DIV_TO_REG functionKrzysztof Kozlowski1-6/+2
2024-02-25hwmon: (pmbus/ir38064) Use PMBUS_REGULATOR_ONE to declare regulatorGuenter Roeck1-1/+1
2024-02-25hwmon: (pmbus/lm25066) Use PMBUS_REGULATOR_ONE to declare regulatorGuenter Roeck1-1/+1
2024-02-25hwmon: (pmbus/tda38640) Use PMBUS_REGULATOR_ONE to declare regulatorGuenter Roeck1-1/+1
2024-02-25hwmon: (axi-fan-control) Make use of dev_err_probe()Nuno Sa1-22/+18
2024-02-25hwmon: (axi-fan-control) Make use of sysfs_emit()Nuno Sa1-1/+1
2024-02-25hwmon: (axi-fan-control) Use device firmware agnostic APINuno Sa1-19/+20
2024-02-25hwmon: (oxp-sensors) Add support for Ayaneo Air Plus 7320u.Sebastian Kranz1-0/+10
2024-02-25hwmon: (chipcap2) fix return path in cc2_request_alarm_irqs()Javier Carrasco1-5/+9
2024-02-25hwmon: (chipcap2) fix uninitialized variable in cc2_get_reg_val()Javier Carrasco1-1/+3
2024-02-25hwmon: Add driver for Astera Labs PT5161L retimerCosmo Chou3-0/+678
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-21hwmon: (nct6775) Fix access to temperature configuration registersGuenter Roeck1-2/+12
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner1-1/+1
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Thomas Gleixner1-1/+1
2024-02-11hwmon: add fault attribute for voltage channelsNuno Sa1-0/+1
2024-02-11hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASKPatrick Rudolph1-1/+1