summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
3 dayshwmon: (shtc1) Fix property misspellingGuenter Roeck1-1/+1
3 dayshwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensorPeter Colberg1-1/+1
3 dayshwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()Javier Carrasco1-1/+3
3 dayshwmon: (dell-smm) Add Dell G15 5511 to fan control whitelistArmin Wolf1-0/+8
11 daysMerge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-21/+8
2024-05-15Merge tag 'pwm/for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+12
2024-05-15Merge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds118-771/+1984
2024-05-15Merge tag 'regulator-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-69/+26
2024-05-13hwmon: (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
2024-04-30hwmon: (it87) Test for chipset before entering configuration modeFrank Crawford1-5/+47
2024-04-30hwmon: (it87) Do not enter configuration mode for some chiptypesFrank Crawford1-6/+7
2024-04-30hwmon: (it87) Rename FEAT_CONF_NOEXIT to FEAT_NOCONF as more descriptive of r...Frank Crawford1-9/+9
2024-04-30hwmon: (pmbus) Add support for Infineon XDP710Peter Yin3-0/+141
2024-04-30hwmon: (aquacomputer_d5next) Add support for Octo flow sensor pulsesAleksa Savic1-4/+13
2024-04-30hwmon: (aquacomputer_d5next) Add support for Octo flow sensorAleksa Savic1-13/+21
2024-04-30hwmon: Add EC Chip driver for Lenovo ThinkStation motherboardsDavid Ober3-0/+613
2024-04-28hwmon: (pmbus/adm1275) add adm1281 supportJose Ramon San Buenaventura2-4/+7
2024-04-28hwmon: (coretemp) Extend the bitmask to read temperature to 0xffRicardo Neri1-1/+1
2024-04-28hwmon: (jc42) Remove I2C_CLASS_SPD supportHeiner Kallweit1-1/+1
2024-04-28hwmon: (aspeed-g6-pwm-tach) Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-04-28hwmon: (pwm-fan) Make use of device propertiesAndy Shevchenko2-12/+11
2024-04-28hwmon: (pwm-fan) Convert to use of_property_read_u32_array()Andy Shevchenko1-10/+18
2024-04-28hwmon: add HAS_IOPORT dependenciesNiklas Schnelle1-5/+20
2024-04-28hwmon: (pmbus/mp2975) Use i2c_get_match_data()Andy Shevchenko1-23/+33
2024-04-28hwmon: (pmbus/mp2975) Constify local pointers to pmbus_driver_infoAndy Shevchenko1-2/+2
2024-04-28hwmon: (pmbus/mp2975) Replace home made version of __assign_bit()Andy Shevchenko1-16/+15
2024-04-28hwmon: (pmbus/adp1050) Don't use "proxy" headersAndy Shevchenko1-4/+2
2024-04-28hwmon: (dell-smm) Add Dell Precision 7540 to fan control whitelistSeiji Nishikawa1-0/+8