summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (nct6775) add G15CF to ASUS WMI monitoring listDenis Pauk2024-10-101-0/+1
* hwmon: (ntc_thermistor) fix module autoloadingYuntao Liu2024-10-041-0/+1
* hwmon: (max16065) Fix alarm attributesGuenter Roeck2024-10-041-2/+10
* hwmon: (max16065) Remove use of i2c_match_id()Andrew Davis2024-10-041-6/+4
* hwmon: (max16065) Fix overflows seen when writing limitsGuenter Roeck2024-10-041-2/+3
* hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMINGRoss Brown2024-09-301-1/+1
* hwmon: (pmbus) Conditionally clear individual status bits for pmbus rev >= 1.2Patryk Biel2024-09-182-3/+20
* hwmon: (w83627ehf) Fix underflows seen when writing limit attributesGuenter Roeck2024-09-121-2/+2
* hwmon: (nct6775-core) Fix underflows seen when writing limit attributesGuenter Roeck2024-09-121-1/+1
* hwmon: (lm95234) Fix underflows seen when writing limit attributesGuenter Roeck2024-09-121-4/+5
* hwmon: (adc128d818) Fix underflows seen when writing limit attributesGuenter Roeck2024-09-121-2/+2
* hwmon: (hp-wmi-sensors) Check if WMI event data existsArmin Wolf2024-09-121-0/+2
* hwmon: ltc2991: fix register bits definesPawel Dembicki2024-09-121-3/+3
* hwmon: (k10temp) Check return value of amd_smn_read()Yazen Ghannam2024-09-081-9/+27
* hwmon: (pt5161l) Fix invalid temperature readingCosmo Chou2024-09-041-2/+2
* hwmon: corsair-psu: add USB id of HX1200i Series 2023 psuWilken Gottwalt2024-08-141-3/+4
* hwmon: (max6697) Fix swapped temp{1,8} critical alarmsGuenter Roeck2024-08-031-2/+2
* hwmon: (max6697) Fix underflow when writing limit attributesGuenter Roeck2024-08-031-0/+1
* hwmon: (ltc2991) re-order conditions to fix off by one bugDan Carpenter2024-08-031-2/+2
* hwmon: (adt7475) Fix default duty on fan is disabledWayne Tung2024-08-031-1/+1
* hwmon: (shtc1) Fix property misspellingGuenter Roeck2024-05-301-1/+1
* hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensorPeter Colberg2024-05-301-1/+1
* hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()Javier Carrasco2024-05-291-1/+3
* hwmon: (dell-smm) Add Dell G15 5511 to fan control whitelistArmin Wolf2024-05-291-0/+8
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-222-21/+8
|\
| * hwmon: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-042-21/+8
* | Merge tag 'pwm/for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-141-9/+12
|\ \
| * | hwmon: (aspeed-g6-pwm-tacho): Make use of devm_pwmchip_alloc() functionUwe Kleine-König2024-04-261-6/+9
| * | hwmon: (aspeed-g6-pwm-tacho): Make use of pwmchip_parent() accessorUwe Kleine-König2024-04-261-3/+3
| |/
* | Merge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-05-14118-771/+1984
|\ \
| * | hwmon: (nzxt-kraken3) Bail out for unsupported device variantsGuenter Roeck2024-05-121-1/+2
| * | hwmon: (emc1403) Add support for EMC1428 and EMC1438.Lars Petter Mostad2024-05-121-11/+110
| * | hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0...Uwe Kleine-König2024-05-094-5/+5
| * | hwmon: (emc1403) Add support for conversion interval configurationGuenter Roeck2024-05-071-0/+67
| * | hwmon: (emc1403) Support 11 bit accuracyGuenter Roeck2024-05-071-3/+52
| * | hwmon: (emc1403) Convert to with_info APIGuenter Roeck2024-05-071-291/+332
| * | hwmon: (max6639) Use regmapNaresh Solanki2024-05-032-190/+150
| * | hwmon: (npcm750-pwm-fan) Remove another unused field in struct npcm7xx_coolin...Christophe JAILLET2024-05-011-3/+3
| * | hwmon: (npcm750-pwm-fan) Remove an unused field in struct npcm7xx_cooling_deviceChristophe JAILLET2024-05-011-1/+0
| * | hwmon: (stts751) Remove an unused field in struct stts751_privChristophe JAILLET2024-05-011-1/+0
| * | hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-0199-118/+118
| * | hwmon: (max31790) revise the scale to write pwmDelphine CC Chiu2024-05-011-1/+7
| * | hwmon: (nzxt-kraken3) Add support for NZXT Kraken 2023 (standard and Elite) m...Aleksa Savic2024-04-301-8/+30
| * | hwmon: (nzxt-kraken3) Decouple device names from kindsAleksa Savic2024-04-301-10/+7
| * | hwmon: (it87) Remove tests nolonger requiredFrank Crawford2024-04-301-48/+0
| * | hwmon: (it87) Test for chipset before entering configuration modeFrank Crawford2024-04-301-5/+47
| * | hwmon: (it87) Do not enter configuration mode for some chiptypesFrank Crawford2024-04-301-6/+7
| * | hwmon: (it87) Rename FEAT_CONF_NOEXIT to FEAT_NOCONF as more descriptive of r...Frank Crawford2024-04-301-9/+9
| * | hwmon: (pmbus) Add support for Infineon XDP710Peter Yin2024-04-303-0/+141
| * | hwmon: (aquacomputer_d5next) Add support for Octo flow sensor pulsesAleksa Savic2024-04-301-4/+13