summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2024-07-08hwmon: (amc6821) Add support for pwm1_mode attributeGuenter Roeck1-1/+15
2024-07-08hwmon: (amc6821) Convert to with_info APIGuenter Roeck1-326/+362
2024-07-08hwmon: (amc6821) Convert to use regmapGuenter Roeck2-444/+384
2024-07-08hwmon: (amc6821) Drop unnecessary enum chipsGuenter Roeck1-4/+1
2024-07-08hwmon: (amc6821) Use BIT() and GENMASK()Guenter Roeck1-40/+41
2024-07-08hwmon: (amc6821) Use tabs for column alignment in definesGuenter Roeck1-71/+71
2024-07-08hwmon: (amc6821) Reorder include files, drop unnecessary onesGuenter Roeck1-7/+6
2024-07-08hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4Guenter Roeck1-8/+17
2024-07-08hwmon: (amc6821) Rename fan1_div to fan1_pulsesGuenter Roeck1-13/+13
2024-07-08hwmon: (amc6821) Make reading and writing fan speed limits consistentGuenter Roeck1-4/+9
2024-07-08hwmon: (amc6821) Stop accepting invalid pwm valuesGuenter Roeck1-6/+8
2024-07-07hwmon: (w83627ehf) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
2024-07-07hwmon: (nct6775-core) Fix underflows seen when writing limit attributesGuenter Roeck1-1/+1
2024-07-07hwmon: (lm95234) Fix underflows seen when writing limit attributesGuenter Roeck1-4/+5
2024-07-07hwmon: (adc128d818) Fix underflows seen when writing limit attributesGuenter Roeck1-2/+2
2024-07-06hwmon: (gsc-hwmon) constify read-only struct regmap_busJavier Carrasco1-1/+1
2024-07-05hwmon: (ltc2991) re-order conditions to fix off by one bugDan Carpenter1-2/+2
2024-07-02hwmon: add MP5920 driverAlex Vdovydchenko3-0/+100
2024-07-02hwmon: (tps23861) Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-02hwmon: (tmp513) Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-02hwmon: (ina238) Constify struct regmap_configJavier Carrasco1-1/+1
2024-07-02hwmon: (adt7475) Fix default duty on fan is disabledWayne Tung1-1/+1
2024-06-30hwmon: (jc42) Strengthen detect functionGuenter Roeck1-1/+5
2024-06-30hwmon: (jc42) Use common device ID for TSE2004av compliant sensorsGuenter Roeck1-33/+10
2024-06-30hwmon: (dell-smm) Add Dell OptiPlex 7060 to DMI tableArmin Wolf1-0/+7
2024-06-28hwmon: add MP2891 driverNoah Wang3-0/+610
2024-06-21hwmon: iio: Use iio_read_channel_processed_scale for IIO_POWERSean Anderson1-5/+6
2024-06-19hwmon: (spd5118) Add support for Renesas/ITD SPD5118 hub controllersGuenter Roeck1-0/+56
2024-06-19hwmon: (spd5118) Use regmap to implement pagingGuenter Roeck1-29/+18
2024-06-14hwmon: (max6639) : Add additional hwmon attributes for fan and pwmNaresh Solanki1-4/+86
2024-06-14hwmon: (max6639) : Update hwmon init using info structureNaresh Solanki1-171/+287
2024-06-14hwmon: (core) Make hwmon_class constThomas Weißschuh1-1/+1
2024-06-13hwmon: add MP9941 driverNoah Wang3-0/+329
2024-06-12hwmon: add MP2993 driverNoah Wang3-0/+271
2024-06-12hwmon: (ina2xx) Add device tree support to pass alert polarityAmna Waseem1-0/+32
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