summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-19hwmon: bt1-pvt: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-2/+2
2023-04-19hwmon: axi-fan: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: as370: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: aquacomputer: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: aht10: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: adt7x10: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: adt7470: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: adt7411: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: adm9240: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: adm1177: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-04-19hwmon: (nct6775) update ASUS WMI monitoring list B360/H410/H610/Z390...Denis Pauk1-0/+121
2023-04-19hwmon: (nct6775) Fix ROG B550-XE WIFI and Pro B660M-C D4 namesDenis Pauk1-2/+2
2023-04-19hwmon: (nct6775) Sort ASUS board listDenis Pauk1-11/+11
2023-04-19hwmon: remove unused superio_outb functionTom Rix1-6/+0
2023-04-19hwmon: (pwm-fan) set usage_power on PWM stateLorenz Brun1-0/+8
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 Roeck2-3/+3
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 Kozlowski2-3/+3
2023-04-02Revert "venus: firmware: Correct non-pix start and end addresses"Javier Martinez Canillas1-2/+2
2023-04-02Merge tag 'driver-core-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-9/+34
2023-04-02Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-18/+63
2023-04-01Merge tag 'pinctrl-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds5-40/+45
2023-04-01Merge tag 'iommu-fixes-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-38/+58
2023-04-01media: i2c: imx290: fix conditional function defintionsArnd Bergmann1-3/+3
2023-03-31Merge tag 'platform-drivers-x86-v6.3-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-15/+26
2023-03-31Merge tag 'pci-v6.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2023-03-31Merge tag 'regulator-fix-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2023-03-31Merge tag 'block-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds4-31/+39