summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2024-06-08hwmon: (dme1737) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-08hwmon: (aht10) Remove use of i2c_match_id()Andrew Davis1-2/+1
2024-06-08hwmon: (adt7475) Remove use of i2c_match_id()Andrew Davis1-10/+6
2024-06-08hwmon: (ads7828) Remove use of i2c_match_id()Andrew Davis1-6/+1
2024-06-08hwmon: (adm1031) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-08hwmon: (adm1021) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-08hwmon: (ad7418) Remove use of i2c_match_id()Andrew Davis1-6/+1
2024-06-08hwmon: lm70: simplify with spi_get_device_match_data()Krzysztof Kozlowski1-5/+1
2024-06-07hwmon: (cros_ec) Fix access to restricted __le16Guenter Roeck1-2/+3
2024-06-07hwmon: (cros_ec) Prevent read overflow in probe()Dan Carpenter1-1/+1
2024-06-04hwmon: g672: add support for g761Christian Marangi1-3/+30
2024-06-03hwmon: (max31827) Add PEC supportRadu Sabau1-6/+12
2024-06-03hwmon: (lm90) Convert to use PEC support from hwmon coreGuenter Roeck1-54/+2
2024-06-03hwmon: Add PEC attribute support to hardware monitoring coreGuenter Roeck1-16/+131
2024-06-03hwmon: add ChromeOS EC driverThomas Weißschuh3-0/+294
2024-05-30hwmon: (shtc1) Fix property misspellingGuenter Roeck1-1/+1
2024-05-30hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensorPeter Colberg1-1/+1
2024-05-29hwmon: (nzxt-smart2) Add support for another version of NZXT RGB & Fan Contro...Aleksandr Mezin1-0/+1
2024-05-29hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()Javier Carrasco1-1/+3
2024-05-29hwmon: corsair-psu: add USB id of HX1200i Series 2023 psuWilken Gottwalt1-3/+4
2024-05-29hwmon: (dell-smm) Add Dell G15 5511 to fan control whitelistArmin Wolf1-0/+8
2024-05-29hwmon: (nct6683) Display warning when enabling driver for unknown customerGuenter Roeck1-0/+2
2024-05-29hwmon: (corsair-cpro) Add firmware and bootloader informationMarius Zachmann1-0/+88
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-21/+8
2024-05-14Merge tag 'pwm/for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+12
2024-05-14Merge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds118-771/+1984
2024-05-14Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-69/+26
2024-05-12hwmon: (nzxt-kraken3) Bail out for unsupported device variantsGuenter Roeck1-1/+2
2024-05-12hwmon: (emc1403) Add support for EMC1428 and EMC1438.Lars Petter Mostad1-11/+110
2024-05-09hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0...Uwe Kleine-König4-5/+5
2024-05-09hwmon: (pmbus/ucd9000) Increase delay from 250 to 500usLakshmi Yadlapati1-3/+3
2024-05-07hwmon: (emc1403) Add support for conversion interval configurationGuenter Roeck1-0/+67
2024-05-07hwmon: (emc1403) Support 11 bit accuracyGuenter Roeck1-3/+52
2024-05-07hwmon: (emc1403) Convert to with_info APIGuenter Roeck1-291/+332
2024-05-07hwmon: (adc128d818) simplify final return in probeDavid Lechner1-3/+1
2024-05-04hwmon: Use device_show_string() helper for sysfs attributesLukas Wunner2-21/+8
2024-05-04hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlockAleksa Savic1-5/+19
2024-05-04hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_eve...Aleksa Savic1-1/+1
2024-05-04hwmon: (corsair-cpro) Use a separate buffer for sending commandsAleksa Savic1-7/+12
2024-05-03hwmon: (max6639) Use regmapNaresh Solanki2-190/+150
2024-05-03hwmon: (da9052) Use devm_regulator_get_enable_read_voltage()David Lechner1-28/+10
2024-05-03hwmon: (adc128d818) Use devm_regulator_get_enable_read_voltage()David Lechner1-40/+17
2024-05-01hwmon: (npcm750-pwm-fan) Remove another unused field in struct npcm7xx_coolin...Christophe JAILLET1-3/+3
2024-05-01hwmon: (npcm750-pwm-fan) Remove an unused field in struct npcm7xx_cooling_deviceChristophe JAILLET1-1/+0
2024-05-01hwmon: (stts751) Remove an unused field in struct stts751_privChristophe JAILLET1-1/+0
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König99-118/+118
2024-05-01hwmon: (max31790) revise the scale to write pwmDelphine CC Chiu1-1/+7
2024-04-30hwmon: (nzxt-kraken3) Add support for NZXT Kraken 2023 (standard and Elite) m...Aleksa Savic1-8/+30
2024-04-30hwmon: (nzxt-kraken3) Decouple device names from kindsAleksa Savic1-10/+7
2024-04-30hwmon: (it87) Remove tests nolonger requiredFrank Crawford1-48/+0