summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2023-04-19hwmon: (it87) Use voltage scaling macro where appropriateFrank Crawford1-1/+1
2023-04-19hwmon: (nct6775) update ASUS WMI monitoring list A520/B360/B460/B550...Denis Pauk1-0/+39
2023-04-19hwmon: (nct6775) Fix TUF GAMING B550M-E WIFI nameDenis Pauk1-1/+1
2023-04-19hwmon: (nct6775) add Asus Pro A520M-C II/CSMHolger Kiehl1-0/+1
2023-04-19hwmon: (pmbus/core) Notify hwmon eventsPatrick Rudolph1-6/+40
2023-04-19hwmon: (pmbus/core) Add interrupt supportPatrick Rudolph2-1/+71
2023-04-19hwmon: (pmbus/core) Generalise pmbus get statusNaresh Solanki1-36/+62
2023-04-19hwmon: (pmbus/core) Generalize pmbus status flag mapNaresh Solanki1-47/+47
2023-04-19hwmon: (aquacomputer_d5next) Add fan PWM control for AquaeroLeonard Anderweit1-5/+59
2023-04-19hwmon: (aquacomputer_d5next) Add temperature offset control for AquaeroLeonard Anderweit1-4/+8
2023-04-19hwmon: (aquacomputer_d5next) Add infrastructure for Aquaero control reportsLeonard Anderweit1-5/+26
2023-04-19hwmon: (aquacomputer_d5next) Device dependent control report settingsLeonard Anderweit1-5/+14
2023-04-19hwmon: (aquacomputer_d5next) Support writing multiple control values at onceLeonard Anderweit1-11/+18
2023-04-19hwmon: (aquacomputer_d5next) Support one byte control valuesLeonard Anderweit1-10/+38
2023-04-19hwmon: (nct6775) ASUS PRIME Z590 boards supportErik Ekman1-0/+3
2023-04-19hwmon: (g762) add a check of devm_add_action in g762_of_clock_enableKang Chen1-1/+6
2023-04-19hwmon: (nzxt-smart2) handle failure of devm_add_action in nzxt_smart2_hid_probeKang Chen1-2/+8
2023-04-19hwmon: (ibmpowernv, pwm-fan) Use of_property_present() for testing DT propert...Rob Herring2-3/+3
2023-04-19hwmon: (ltc4245) Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-04-19hwmon: (nct6775) Drop unneeded casting and conjunctionAndy Shevchenko1-1/+1
2023-04-19hwmon: (nzxt-smart2) add another USB IDAleksandr Mezin1-1/+2
2023-04-19hwmon: (gpio-fan) drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-04-19Merge branch 'hwmon-const' into HEADGuenter Roeck1-2/+2
2023-04-19hwmon: (k10temp) Check range scale when CUR_TEMP register is read-writeBabu Moger1-1/+3
2023-04-07hwmon: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-2/+2
2023-04-03driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman1-2/+2
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman10-17/+106
2023-03-31Merge back Intel thermal driver changes for 6.4-rc1.Rafael J. Wysocki4-6/+6
2023-03-27Merge back thermal control material for 6.4-rc1.Rafael J. Wysocki4-6/+6
2023-03-21hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford1-1/+3
2023-03-21hwmon: (xgene) Fix ioremap and memremap leakTianyi Jing1-7/+7
2023-03-21hwmon: fix potential sensor registration fail if of_node is missingPhinex Hung1-2/+5
2023-03-21hwmon: (peci/cputemp) Fix miscalculated DTS for SKXIwona Winiarska1-1/+7
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman1-1/+0
2023-03-15hwmon: (ltc2992) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-15hwmon: (adm1266) Set `can_sleep` flag for GPIO chipLars-Peter Clausen1-0/+1
2023-03-12hwmon: tmp512: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-12hwmon: (ucd90320) Add minimum delay between bus accessesLars-Peter Clausen1-0/+75
2023-03-12hwmon: (ina3221) return prober error codeMarcus Folkesson1-1/+1
2023-03-12hwmon: (xgene) Fix use after free bug in xgene_hwmon_remove due to race condi...Zheng Wang1-0/+1
2023-03-05hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien1-2/+2
2023-03-05hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien1-2/+2
2023-03-03thermal: Add a thermal zone id accessorDaniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in hwmon located driversDaniel Lezcano4-5/+5
2023-02-23Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds1-1/+1
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+5
2023-02-22Merge tag 'hwmon-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds31-643/+2152
2023-02-12hwmon: (mlxreg-fan) Return zero speed for broken fanVadim Pasternak1-0/+6
2023-02-09hwmon: (gxp-fan-ctrl) use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-02-03hwmon: (aquacomputer_d5next) Add support for Aquacomputer Aquastream UltimateAleksa Savic1-6/+120