summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-24Merge tag 'i3c/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds-7/+1
2025-01-22Merge tag 'hwmon-for-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-241/+1015
2025-01-22Merge tag 'mfd-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-0/+377
2025-01-21Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+7
2025-01-15hwmon: (ltc2991) Fix mixed signed/unsigned in DIV_ROUND_CLOSESTDavid Lechner-1/+1
2025-01-15hwmon: (drivetemp) Set scsi command timeout to 10sRussell Harmon-1/+1
2025-01-15hwmon: (acpi_power_meter) Fix a check for the return value of read_domain_dev...Kazuhiro Abe-1/+1
2025-01-14hwmon: (tmp513) Fix division of negative numbersDavid Lechner-3/+4
2025-01-13hwmon: pmbus: dps920ab: Add ability to instantiate through i2cDenis Kirjanov-0/+7
2025-01-13hwmon: (pwm-fan) Default to the Maximum cooling level if providedPeter Korsgaard-6/+12
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-6/+12
2025-01-12hwmon: (spd5118) Use generic parity calculationWolfram Sang-7/+1
2025-01-12hwmon: (asus_atk0110) Use str_enabled_disabled() and str_enable_disable() hel...Thorsten Blum-9/+6
2025-01-12hwmon: Fix help text for aspeed-g6-pwm-tachJoel Stanley-2/+2
2025-01-09hwmon: (dell-smm) Add Dell XPS 9370 to fan control whitelistPovilas Kanapickas-0/+8
2025-01-09hwmon: (acpi_power_meter) Fix update the power trip points on failureHuisong Li-5/+7
2025-01-09hwmon: (acpi_power_meter) Fix uninitialized variablesHuisong Li-4/+23
2025-01-09hwmon: (core) Use device name as a fallback in devm_hwmon_device_register_wit...Heiner Kallweit-0/+6
2025-01-08hwmon: (pmbus/max15301) Add support for MAX15303Nuno Sa-1/+2
2025-01-08x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello-2/+2
2025-01-08x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id()Mario Limonciello-0/+5
2025-01-07hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occurDaniil Stas-2/+6
2025-01-07hwmon: (pmbus/adm1275) add adm1273 supportJohn Erasmus Mari Geronimo-5/+7
2025-01-06hwmon: (nct6683) Add another customer ID for MSIJohn Audia-0/+3
2025-01-06hwmon: (pwm-fan): Make use of device properties everywherePeter Korsgaard-4/+4
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-1/+1
2024-12-22hwmon: (lm75) add I3C support for P3T1755Wolfram Sang-4/+119
2024-12-20hwmon: (lm75) separate probe into common and I2C partsWolfram Sang-30/+38
2024-12-20hwmon: (lm75) Remove superfluous 'client' member from private structWolfram Sang-8/+5
2024-12-20hwmon: (lm75) simplify regulator handlingWolfram Sang-22/+3
2024-12-20hwmon: (lm75) simplify lm75_write_config()Wolfram Sang-10/+4
2024-12-20hwmon: (lm75) Hide register size differences in regmap access functionsGuenter Roeck-69/+62
2024-12-18hwmon: (pmbus/crps) Add Intel CRPS185 power supplyNinad Palsule-0/+84
2024-12-18hwmon: (lm75) Add NXP P3T1755 supportWolfram Sang-0/+13
2024-12-17hwmon: add driver for the hwmon parts of qnap-mcu devicesHeiko Stuebner-0/+377
2024-12-16hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov-1/+1
2024-12-16hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov-1/+1
2024-12-16hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov-2/+4
2024-12-16hwmon: (pmbus/core) Add PMBUS_REVISION in debugfsNinad Palsule-2/+11
2024-12-15hwmon: (occ/p9_sbe) Constify 'struct bin_attribute'Thomas Weißschuh-2/+2
2024-12-15hwmon: (nct6683) Add customer ID for ASRock B650 Steel Legend WiFiMax Ammann-0/+3
2024-12-14hwmon: (isl28022) Drop explicit initialization of struct i2c_device_id::drive...Uwe Kleine-König-1/+1
2024-12-14hwmon: (tmp108) Drop of_match_ptr() protectionGuenter Roeck-5/+3
2024-12-14hwmon: (tmp108) Add basic regulator supportStanislav Jakubek-0/+5
2024-12-14hwmon: (asus-ec-sensors) Add TUF GAMING X670E PLUSLi XingYang-0/+11
2024-12-14hwmon: (asus-ec-sensors) Add support for fan cpu opt on AMD 600 motherboardsLi XingYang-0/+2
2024-12-14hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol namespaceUwe Kleine-König-3/+3
2024-12-14hwmon: (pmbus/tps25990) Add initial supportJerome Brunet-0/+454
2024-12-14hwmon: (pmbus/core) add wp module paramJerome Brunet-0/+29