aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-22hwmon: (sl28cpld) Fix typo in commentJulia Lawall1-1/+1
2022-05-22hwmon: (pmbus) Check PEC support before reading other registersAdam Wujek1-13/+15
2022-05-22hwmon: (dimmtemp) Fix bitmap handlingGuenter Roeck1-3/+3
2022-05-22hwmon: (lm90) enable extended range according to DTS nodeHolger Brunck1-0/+4
2022-05-22dt-bindings: hwmon: lm90: add ti,extended-range-enable propertyHolger Brunck1-0/+19
2022-05-22dt-bindings: hwmon: lm90: add missing ti,tmp461Holger Brunck1-0/+1
2022-05-22hwmon: (ibmaem) Directly use ida_alloc()/free()keliu1-5/+5
2022-05-22hwmon: Directly use ida_alloc()/free()keliu1-3/+3
2022-05-22hwmon: (asus-ec-sensors) fix Formula VIII definitionEugene Shalygin1-10/+2
2022-05-22dt-bindings: trivial-devices: Add xdp152Greg.Schwendimann@infineon.com1-0/+4
2022-05-22hwmon: (sl28cpld-hwmon) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+1
2022-05-22hwmon: (pwm-fan) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+1
2022-05-22hwmon: (peci/dimmtemp) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+3
2022-05-22hwmon: (peci/cputemp) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-22/+16
2022-05-22hwmon: (mr75203) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+1
2022-05-22hwmon: (ltc2992) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-61/+25
2022-05-22hwmon: (as370-hwmon) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-11/+1
2022-05-22hwmon: Make chip parameter for with_info API mandatoryGuenter Roeck2-10/+8
2022-05-22thermal/drivers/thermal_hwmon: Use hwmon_device_register_for_thermal()Guenter Roeck1-2/+4
2022-05-22hwmon: Introduce hwmon_device_register_for_thermalGuenter Roeck2-0/+28
2022-05-22hwmon: (acpi_power_meter) Fix style issuesCorentin Labbe1-8/+9
2022-05-22hwmon: (asus-ec-sensors) add ROG STRIX X570-E GAMING WIFI IIDebabrata Banerjee2-11/+20
2022-05-22hwmon: (nct6775) Add i2c driverZev Weiss4-0/+220
2022-05-22dt-bindings: hwmon: Add nuvoton,nct6775Zev Weiss1-0/+57
2022-05-22hwmon: (nct6775) add ASUS PRO H410T / PRIME H410M-R / ROG X570-E GAMING WIFI IIDenis Pauk1-0/+3
2022-05-22hwmon: (lm83) Remove unused include directivesKarl Mehltretter1-2/+0
2022-05-22hwmon: (pmbus) Add get_voltage/set_voltage opsMårten Lindahl1-0/+67
2022-05-22hwmon: (pmbus) Register with thermal for PSC_TEMPERATUREEduardo Valentin1-0/+68
2022-05-22hwmon: (adt7475) Use enum chips when loading attenuator settingsChris Packham1-13/+10
2022-05-22hwmon: (adt7475) Add support for pin configurationChris Packham1-0/+96
2022-05-22dt-bindings: hwmon: Document adt7475 pin-function propertiesChris Packham1-0/+22
2022-05-22hwmon: add driver for the Microchip LAN966x SoCMichael Walle5-0/+472
2022-05-22dt-bindings: hwmon: add Microchip LAN966x bindingsMichael Walle1-0/+53
2022-05-22hwmon: (bt1-pvt) use generic polynomial functionsMichael Walle2-37/+14
2022-05-22lib: add generic polynomial calculationMichael Walle4-0/+148
2022-05-22hwmon: (pmbus) Add support for Infineon Digital Multi-phase xdp152 family controllersGreg.Schwendimann@infineon.com5-0/+204
2022-05-20hwmon: (pmbus/ltc2978) Add chip specific write_byte_dataMårten Lindahl1-0/+12
2022-05-20hwmon: (pmbus) Use _pmbus_read_byte_data with callbackMårten Lindahl1-23/+23
2022-05-20hwmon: (pmbus) Introduce and use write_byte_data callbackMårten Lindahl2-3/+23
2022-05-20hwmon: (asus-ec-sensors) add doc entry for PRIME X470-PROEugene Shalygin1-0/+1
2022-05-20hwmon: (asus-ec-sensors) add PRIME X470-PRO boardEugene Shalygin1-0/+43
2022-05-20hwmon: (asus-ec-sensors) add support for board familiesEugene Shalygin1-5/+35
2022-05-20hwmon: (asus-ec-sensors) implement locking via the ACPI global lockEugene Shalygin2-26/+101
2022-05-20hwmon: (asus-ec-sensors) introduce ec_board_info struct for board dataEugene Shalygin1-89/+123
2022-05-20hwmon: (occ) Delay hwmon registration until user requestEddie James5-90/+156
2022-05-20hwmon: (nct6775) Split core and platform driverZev Weiss6-1433/+1526
2022-05-20hwmon: (nct6775) Convert S_I* permissions macros to octalZev Weiss1-95/+64
2022-05-20hwmon: (nct6775) Add read-only modeZev Weiss1-6/+12
2022-05-20hwmon: (nct6775) Rearrange attr-group initializationZev Weiss1-42/+42
2022-05-20hwmon: (nct6775) Convert register access to regmap APIZev Weiss1-315/+662