aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-03Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2023-07-03Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-0/+1
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2023-06-26hwmon: max31827: Switch back to use struct i2c_driver::probeUwe Kleine-König1-1/+1
2023-06-24hwmon: (oxp-sensors) Add support for AOKZOE A1 PROJerrod Frost1-0/+7
2023-06-24hwmon: (corsair-psu) update Series 2022 and 2023 supportWilken Gottwalt1-3/+6
2023-06-23hwmon: (corsair-psu) various cleanupsWilken Gottwalt1-12/+11
2023-06-22hwmon: (corsair-psu) add support for reading PWM values and modeWilken Gottwalt1-1/+61
2023-06-22hwmon: (pmbus/adm1275) Disable ADC while updating PMON_CONFIGGuenter Roeck1-1/+17
2023-06-22hwmon: (pmbus/adm1275) Prepare for protected write to PMON_CONFIGGuenter Roeck1-25/+31
2023-06-18hwmon: (oxp-sensors) Simplify logic of error returnJoaquín Ignacio Aramendía1-4/+3
2023-06-18hwmon: (oxp-sensors) Remove unused headerJoaquín Ignacio Aramendía1-1/+0
2023-06-17hwmon: (nct6755) Add support for NCT6799DGuenter Roeck4-6/+94
2023-06-17hwmon: (oxp-sensors) Add tt_toggle attribute on supported boardsJoaquín Ignacio Aramendía1-1/+133
2023-06-17hwmon: (sht3x) complement sysfs interface for sts3xJuenKit Yip1-0/+8
2023-06-17hwmon: (sht3x) Add new non-stardard sysfs attributeJuenKit Yip1-0/+33
2023-06-17hwmon: (sht3x) add medium repeatability supportJuenKit Yip1-0/+24
2023-06-17hwmon: (sht3x)replace "high-precision" property to "repeatability"JuenKit Yip1-8/+13
2023-06-17hwmon: (sht3x) remove blocking_io propertyJuenKit Yip1-22/+11
2023-06-17hwmon: (sht3x) remove sht3x_platform_dataJuenKit Yip1-12/+8
2023-06-15mfd: intel-m10-bmc: Move m10bmc_sys_read() away from headerIlpo Järvinen1-0/+1
2023-06-10hwmon: (pmbus/max16601) Add support for new revisions of MAX16508Guenter Roeck1-3/+3
2023-06-10hwmon: (tmp464) Use maple tree register cacheMark Brown1-1/+1
2023-06-10hwmon: (tmp108) Use maple tree register cacheMark Brown1-1/+1
2023-06-10hwmon: (tmp102) Use maple tree register cacheMark Brown1-1/+1
2023-06-10hwmon: (lm95245) Use maple tree register cacheMark Brown1-1/+1
2023-06-10hwmon: (lm75) Use maple tree register cacheMark Brown1-1/+1
2023-06-08hwmon: (it87) Generalise support for FAN_CTL ON/OFFFrank Crawford1-26/+37
2023-06-08hwmon: (pmbus/adm1266) Drop unnecessary error check for debugfs_create_dirOsama Muhammad1-2/+0
2023-06-08hwmon: (pmbus/ucd9000) Drop unnecessary error check for debugfs_create_dirOsama Muhammad1-2/+0
2023-06-08hwmon: (hp-wmi-sensors) fix debugfs checkArnd Bergmann1-13/+2
2023-06-08hwmon: add HP WMI Sensors driverJames Seo3-0/+2028
2023-06-08hwmon: (oxp-sensors) Stop passing device structureJoaquín Ignacio Aramendía1-8/+8
2023-06-08hwmon: Add MAX31827 driverDaniel Matyas3-1/+478
2023-06-08hwmon: (aht10) Add support for compatible aht20Kirill Yatsenko2-21/+68
2023-06-08hwmon: (oxp-sensors) Add new DMI match for OXP MiniJoaquín Ignacio Aramendía1-0/+7
2023-06-08hwmon: (aquacomputer_d5next) Add support for Aquacomputer LeakshieldAleksa Savic1-4/+105
2023-06-08hwmon: (aquacomputer_d5next) Rename AQC_TEMP_SENSOR_DISCONNECTEDAleksa Savic1-4/+4
2023-06-08hwmon: (aht10) Refactor aht10_read_values functionKirill Yatsenko1-33/+35
2023-06-08hwmon: (aht10) Fix typos in commentsKirill Yatsenko1-2/+2
2023-06-08hwmon: (core) Finish renaming groups parameter in API to extra_groupsJames Seo1-3/+3
2023-06-08hwmon: (core) Add missing beep-related standard attributesJames Seo1-0/+5
2023-06-08hwmon: (nct6683) Add another customer ID for NCT6687D sensor chip on some MSI boards.Gopal Prasad1-0/+3
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König163-163/+163
2023-06-08hwmon: (it87) Allow for chips with only 4 temp sensorsFrank Crawford1-2/+6
2023-06-08hwmon: (adt7475) Convert to use device_property APIsChris Packham1-4/+4
2023-06-08hwmon: (it87) Update IT8732F chip for 4 fans and PWMsFrank Crawford1-1/+30
2023-06-08hwmon: (it87) Add controls for chips with only 4 PWMsFrank Crawford1-3/+9
2023-06-08hwmon: (it87) Add controls for chips with only 4 fansFrank Crawford1-11/+13
2023-06-08hwmon: (oxp-sensors) Use less convoluted enum castJoaquín Ignacio Aramendía1-8/+8