summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2024-06-12hwmon: (k10temp) Define a helper function to read CCD temperatureYazen Ghannam1-5/+9
2024-06-12hwmon: (k10temp) Check return value of amd_smn_read()Yazen Ghannam1-9/+27
2024-06-11hwmon: (pmbus/lm25066) Let enum chips start with index 0Guenter Roeck1-1/+1
2024-06-11hwmon: (nct6775) Let enum kinds start with index 0Guenter Roeck1-1/+1
2024-06-11hwmon: (pmbus/mp2856) Let enum chips start with index 0Guenter Roeck1-4/+4
2024-06-11hwmon: (pmbus/max31827) Explain why enum chips must not start with 0Guenter Roeck1-0/+5
2024-06-10hwmon: (asus-ec-sensors) add ProArt X670E-CREATOR WIFIEugene Shalygin1-0/+10
2024-06-10hwmon: (spd5118) Add configuration option for auto-detectionGuenter Roeck2-2/+21
2024-06-10hwmon: (spd5118) Add support for reading SPD dataGuenter Roeck1-4/+142
2024-06-10hwmon: (spd5118) Add suspend/resume supportGuenter Roeck1-0/+39
2024-06-10hwmon: Add support for SPD5118 compliant temperature sensorsGuenter Roeck3-0/+494
2024-06-09hwmon: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-06-09hwmon: (gsc-hwmon) use device_for_each_child_node_scoped()Javier Carrasco1-6/+1
2024-06-09hwmon: (ltc2991) use device_for_each_child_node_scoped()Javier Carrasco1-8/+3
2024-06-09hwmon: (w83795): Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (w83781d) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (tmp464) Remove use of i2c_match_id()Andrew Davis1-4/+1
2024-06-09hwmon: (tmp421) Remove use of i2c_match_id()Andrew Davis1-5/+1
2024-06-09hwmon: (tmp401) Remove use of i2c_match_id()Andrew Davis1-1/+1
2024-06-09hwmon: (thmc50) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (shtc1) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (sht3x) Remove use of i2c_match_id()Andrew Davis1-10/+10
2024-06-09hwmon: (powr1220) Remove use of i2c_match_id()Andrew Davis1-3/+3
2024-06-09hwmon: (mcp3021) Remove use of i2c_match_id()Andrew Davis1-3/+3
2024-06-09hwmon: (max6697) Remove use of i2c_match_id()Andrew Davis1-6/+1
2024-06-09hwmon: (max1668) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (max16065) Remove use of i2c_match_id()Andrew Davis1-6/+4
2024-06-09hwmon: (lm95234) Remove use of i2c_match_id()Andrew Davis1-3/+2
2024-06-09hwmon: (lm90) Remove use of i2c_match_id()Andrew Davis1-4/+1
2024-06-09hwmon: (lm85) Remove use of i2c_match_id()Andrew Davis1-6/+1
2024-06-09hwmon: (lm83) Remove use of i2c_match_id()Andrew Davis1-8/+8
2024-06-09hwmon: (lm78) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (lm75) Remove use of i2c_match_id()Andrew Davis1-9/+1
2024-06-09hwmon: (lm63) Remove use of i2c_match_id()Andrew Davis1-4/+1
2024-06-09hwmon: (ina2xx) Remove use of i2c_match_id()Andrew Davis1-6/+1
2024-06-09hwmon: (fschmd) Remove use of i2c_match_id()Andrew Davis1-1/+1
2024-06-09hwmon: (f75375s) Remove use of i2c_match_id()Andrew Davis1-26/+20
2024-06-09hwmon: (ds1621) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (dme1737) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (aht10) Remove use of i2c_match_id()Andrew Davis1-2/+1
2024-06-09hwmon: (adt7475) Remove use of i2c_match_id()Andrew Davis1-10/+6
2024-06-09hwmon: (ads7828) Remove use of i2c_match_id()Andrew Davis1-6/+1
2024-06-09hwmon: (adm1031) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (adm1021) Remove use of i2c_match_id()Andrew Davis1-3/+1
2024-06-09hwmon: (ad7418) Remove use of i2c_match_id()Andrew Davis1-6/+1
2024-06-09hwmon: 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-04hwmon: (max31827) Add PEC supportRadu Sabau1-6/+12