summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2022-06-15hwmon: (asus-ec-sensors) add missing comma in board name list.Michael Carns-1/+1
2022-06-07hwmon: (occ) Lock mutex in shutdown to prevent race with occ_activeEddie James-0/+5
2022-05-22hwmon: (aquacomputer_d5next) Fix an error handling path in aqc_probe()Christophe JAILLET-2/+4
2022-05-22hwmon: (sl28cpld) Fix typo in commentJulia Lawall-1/+1
2022-05-22hwmon: (pmbus) Check PEC support before reading other registersAdam Wujek-13/+15
2022-05-22hwmon: (dimmtemp) Fix bitmap handlingGuenter Roeck-3/+3
2022-05-22hwmon: (lm90) enable extended range according to DTS nodeHolger Brunck-0/+4
2022-05-22hwmon: (ibmaem) Directly use ida_alloc()/free()keliu-5/+5
2022-05-22hwmon: Directly use ida_alloc()/free()keliu-3/+3
2022-05-22hwmon: (asus-ec-sensors) fix Formula VIII definitionEugene Shalygin-10/+2
2022-05-22hwmon: (sl28cpld-hwmon) Use HWMON_CHANNEL_INFO macroGuenter Roeck-11/+1
2022-05-22hwmon: (pwm-fan) Use HWMON_CHANNEL_INFO macroGuenter Roeck-11/+1
2022-05-22hwmon: (peci/dimmtemp) Use HWMON_CHANNEL_INFO macroGuenter Roeck-11/+3
2022-05-22hwmon: (peci/cputemp) Use HWMON_CHANNEL_INFO macroGuenter Roeck-22/+16
2022-05-22hwmon: (mr75203) Use HWMON_CHANNEL_INFO macroGuenter Roeck-11/+1
2022-05-22hwmon: (ltc2992) Use HWMON_CHANNEL_INFO macroGuenter Roeck-61/+25
2022-05-22hwmon: (as370-hwmon) Use HWMON_CHANNEL_INFO macroGuenter Roeck-11/+1
2022-05-22hwmon: Make chip parameter for with_info API mandatoryGuenter Roeck-9/+7
2022-05-22hwmon: Introduce hwmon_device_register_for_thermalGuenter Roeck-0/+25
2022-05-22hwmon: (acpi_power_meter) Fix style issuesCorentin Labbe-8/+9
2022-05-22hwmon: (asus-ec-sensors) add ROG STRIX X570-E GAMING WIFI IIDebabrata Banerjee-0/+8
2022-05-22hwmon: (nct6775) Add i2c driverZev Weiss-0/+213
2022-05-22hwmon: (nct6775) add ASUS PRO H410T / PRIME H410M-R / ROG X570-E GAMING WIFI IIDenis Pauk-0/+3
2022-05-22hwmon: (lm83) Remove unused include directivesKarl Mehltretter-2/+0
2022-05-22hwmon: (pmbus) Add get_voltage/set_voltage opsMårten Lindahl-0/+67
2022-05-22hwmon: (pmbus) Register with thermal for PSC_TEMPERATUREEduardo Valentin-0/+68
2022-05-22hwmon: (adt7475) Use enum chips when loading attenuator settingsChris Packham-13/+10
2022-05-22hwmon: (adt7475) Add support for pin configurationChris Packham-0/+96
2022-05-22hwmon: add driver for the Microchip LAN966x SoCMichael Walle-0/+431
2022-05-22hwmon: (bt1-pvt) use generic polynomial functionsMichael Walle-37/+14
2022-05-22hwmon: (pmbus) Add support for Infineon Digital Multi-phase xdp152 family con...Greg.Schwendimann@infineon.com-0/+85
2022-05-20hwmon: (pmbus/ltc2978) Add chip specific write_byte_dataMårten Lindahl-0/+12
2022-05-20hwmon: (pmbus) Use _pmbus_read_byte_data with callbackMårten Lindahl-23/+23
2022-05-20hwmon: (pmbus) Introduce and use write_byte_data callbackMårten Lindahl-3/+23
2022-05-20hwmon: (asus-ec-sensors) add PRIME X470-PRO boardEugene Shalygin-0/+43
2022-05-20hwmon: (asus-ec-sensors) add support for board familiesEugene Shalygin-5/+35
2022-05-20hwmon: (asus-ec-sensors) implement locking via the ACPI global lockEugene Shalygin-26/+99
2022-05-20hwmon: (asus-ec-sensors) introduce ec_board_info struct for board dataEugene Shalygin-89/+123
2022-05-20hwmon: (occ) Delay hwmon registration until user requestEddie James-90/+156
2022-05-20hwmon: (nct6775) Split core and platform driverZev Weiss-1431/+1522
2022-05-20hwmon: (nct6775) Convert S_I* permissions macros to octalZev Weiss-95/+64
2022-05-20hwmon: (nct6775) Add read-only modeZev Weiss-6/+12
2022-05-20hwmon: (nct6775) Rearrange attr-group initializationZev Weiss-42/+42
2022-05-20hwmon: (nct6775) Convert register access to regmap APIZev Weiss-315/+662
2022-05-20hwmon: (dell-smm) Warn if SMM call took a very long time to executeArmin Wolf-0/+6
2022-05-20hwmon: (dell-smm) Cleanup init codeArmin Wolf-6/+3
2022-05-20hwmon: (dell-smm) Avoid unnecessary SMM calls during initArmin Wolf-23/+14
2022-05-20hwmon: (lm75) Add Atmel AT30TS74 supportPeter Rosin-0/+15
2022-05-20hwmon: (tmp401) Fix incorrect return value of tmp401_init_clientCamel Guo-1/+1
2022-05-20hwmon: (pmbus/max16601) Add MAX16602 supportAtif Ofluoglu-7/+10