summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman2-6/+12
2025-01-13hwmon: (spd5118) Use generic parity calculationWolfram Sang1-7/+1
2025-01-12hwmon: (asus_atk0110) Use str_enabled_disabled() and str_enable_disable() hel...Thorsten Blum1-9/+6
2025-01-12hwmon: Fix help text for aspeed-g6-pwm-tachJoel Stanley1-2/+2
2025-01-10hwmon: (dell-smm) Add Dell XPS 9370 to fan control whitelistPovilas Kanapickas1-0/+8
2025-01-09hwmon: (acpi_power_meter) Fix update the power trip points on failureHuisong Li1-5/+7
2025-01-09hwmon: (acpi_power_meter) Fix uninitialized variablesHuisong Li1-4/+23
2025-01-09hwmon: (core) Use device name as a fallback in devm_hwmon_device_register_wit...Heiner Kallweit1-0/+6
2025-01-08hwmon: (pmbus/max15301) Add support for MAX15303Nuno Sa2-1/+2
2025-01-08x86/amd_nb: Move SMN access code to a new amd_node driverMario Limonciello2-2/+2
2025-01-08x86/amd_nb, hwmon: (k10temp): Simplify amd_pci_dev_to_node_id()Mario Limonciello1-0/+5
2025-01-08hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occurDaniil Stas1-2/+6
2025-01-07hwmon: (pmbus/adm1275) add adm1273 supportJohn Erasmus Mari Geronimo2-5/+7
2025-01-07hwmon: (nct6683) Add another customer ID for MSIJohn Audia1-0/+3
2025-01-06hwmon: (pwm-fan): Make use of device properties everywherePeter Korsgaard1-4/+4
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2024-12-22hwmon: (lm75) add I3C support for P3T1755Wolfram Sang2-4/+119
2024-12-20hwmon: (lm75) separate probe into common and I2C partsWolfram Sang1-30/+38
2024-12-20hwmon: (lm75) Remove superfluous 'client' member from private structWolfram Sang1-8/+5
2024-12-20hwmon: (lm75) simplify regulator handlingWolfram Sang1-22/+3
2024-12-20hwmon: (lm75) simplify lm75_write_config()Wolfram Sang1-10/+4
2024-12-20hwmon: (lm75) Hide register size differences in regmap access functionsGuenter Roeck1-69/+62
2024-12-18hwmon: (pmbus/crps) Add Intel CRPS185 power supplyNinad Palsule3-0/+84
2024-12-18hwmon: (lm75) Add NXP P3T1755 supportWolfram Sang1-0/+13
2024-12-17hwmon: add driver for the hwmon parts of qnap-mcu devicesHeiko Stuebner3-0/+377
2024-12-17hwmon: (tmp513) Fix interpretation of values of Temperature Result and Limit ...Murad Masimov1-1/+1
2024-12-17hwmon: (tmp513) Fix Current Register value interpretationMurad Masimov1-1/+1
2024-12-17hwmon: (tmp513) Fix interpretation of values of Shunt Voltage and Limit Regis...Murad Masimov1-2/+4
2024-12-16hwmon: (pmbus/core) Add PMBUS_REVISION in debugfsNinad Palsule1-2/+11
2024-12-16hwmon: (occ/p9_sbe) Constify 'struct bin_attribute'Thomas Weißschuh1-2/+2
2024-12-16hwmon: (nct6683) Add customer ID for ASRock B650 Steel Legend WiFiMax Ammann1-0/+3
2024-12-14hwmon: (isl28022) Drop explicit initialization of struct i2c_device_id::drive...Uwe Kleine-König1-1/+1
2024-12-14hwmon: (tmp108) Drop of_match_ptr() protectionGuenter Roeck1-5/+3
2024-12-14hwmon: (tmp108) Add basic regulator supportStanislav Jakubek1-0/+5
2024-12-14hwmon: (asus-ec-sensors) Add TUF GAMING X670E PLUSLi XingYang1-0/+11
2024-12-14hwmon: (asus-ec-sensors) Add support for fan cpu opt on AMD 600 motherboardsLi XingYang1-0/+2
2024-12-14hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol namespaceUwe Kleine-König1-3/+3
2024-12-14hwmon: (pmbus/tps25990) Add initial supportJerome Brunet3-0/+454
2024-12-14hwmon: (pmbus/core) add wp module paramJerome Brunet1-0/+29
2024-12-14hwmon: (pmbus/core) improve handling of write protected regulatorsJerome Brunet2-6/+50
2024-12-14hwmon: (raspberrypi) Add PM suspend/resume supportStefan Wahren1-0/+22
2024-12-14hwmon: (core) Avoid ifdef CONFIG_THERMAL in C source fileThomas Weißschuh1-15/+6
2024-12-14hwmon: (chipcap2) Switch to guard() for mutext handlingJavier Carrasco1-45/+18
2024-12-14hwmon: (isl28022) apply coding style to module init/exitWolfram Sang1-6/+3
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra63-83/+83
2024-11-24hwmon: (aquacomputer_d5next) Fix length of speed_input arrayAleksa Savic1-1/+1
2024-11-23hwmon: (tps23861) Fix reporting of negative temperaturesMurad Masimov1-1/+1
2024-11-23hwmon: (tmp108) Do not fail in I3C probe when I3C regmap is a moduleJarkko Nikula1-5/+0
2024-11-19Merge tag 'hwmon-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds59-198/+1794