summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | hwmon: (pmbus/core) Add support for Intel IMVP9 and AMD 6.25mV modesVadim Pasternak2020-01-232-1/+9
* | hwmon: (pmbus/core) Add support for vid mode detection per page basesVadim Pasternak2020-01-236-46/+53
* | hwmon: (pmbus/ibm-cffps) Prevent writing on_off_config with bad dataEddie James2020-01-231-1/+1
* | hwmon: (w83627ehf) Remove set but not used variable 'fan4min'YueHaibing2020-01-231-3/+1
* | hwmon: Driver for disk and solid state drives with temperature sensorsGuenter Roeck2020-01-233-0/+585
* | hwmon: (pmbus/ibm-cffps) Fix the LED behavior when turned offEddie James2020-01-231-5/+4
* | hwmon: (pmbus/ibm-cffps) Add the VMON property for version 2Eddie James2020-01-231-1/+5
* | hwmon: (pmbus/ibm-cffps) Add new manufacturer debugfs entriesEddie James2020-01-231-4/+70
* | hwmon: (pmbus) Driver for MAX20730, MAX20734, and MAX20743Guenter Roeck2020-01-233-0/+382
* | hwmon: (w83627ehf) Now only one intrusion channelDr. David Alan Gilbert2020-01-231-13/+6
* | hwmon: (w83627ehf) Remove code not needed after nct677* removalDr. David Alan Gilbert2020-01-231-106/+32
* | hwmon: (w83627ehf) remove nct6775 and nct6776 supportDr. David Alan Gilbert2020-01-232-441/+41
* | hwmon: (pmbus) Add MAX20796 to devices supported by generic pmbus driverGuenter Roeck2020-01-232-2/+3
* | hwmon: (w83627ehf) make sensor_dev_attr_##_name variables staticChen Zhou2020-01-231-28/+28
* | hwmon: (pmbus) Detect if chip is write protectedGuenter Roeck2020-01-232-0/+23
* | hwmon: Driver for MAX31730Guenter Roeck2020-01-233-1/+452
* | hwmon: Add support for enable attributes to hwmon coreGuenter Roeck2020-01-231-1/+7
* | hwmon: (w83627ehf) convert to with_info interfaceDr. David Alan Gilbert2020-01-231-799/+630
* | hwmon: (pmbus/ucd9000) Add support for UCD90320 Power SequencerJim Wright2020-01-232-15/+30
* | hwmon: Add intrusion templatesDr. David Alan Gilbert2020-01-231-1/+8
* | hwmon: (core) Do not use device managed functions for memory allocationsGuenter Roeck2020-01-171-27/+41
* | hwmon: (adt7475) Make volt2reg return same reg as reg2volt inputLuuk Paulussen2020-01-171-2/+3
* | hwmon: (nct7802) Fix non-working alarm on voltagesGilles Buloz2020-01-171-4/+67
* | hwmon: (nct7802) Fix voltage limits to wrong registersGilles Buloz2020-01-171-2/+2
|/
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-012-0/+2
|\
| * compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-232-0/+2
* | Merge tag 'hwmon-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-11-2718-78/+2575
|\ \
| * | hwmon: (dell-smm) Add support for disabling automatic BIOS fan controlGiovanni Mascellani2019-11-231-10/+105
| * | hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.Eric Tremblay2019-11-223-0/+783
| * | hwmon: (pmbus) add driver for BEL PFE1100 and PFE3000Tao Ren2019-11-063-0/+141
| * | hwmon: Add support for ltc2947Nuno Sá2019-11-066-0/+1324
| * | hwmon: (ina3221) Add summation feature supportNicolin Chen2019-11-061-22/+141
| * | hwmon: (tmp421) Allow reading at 2Hz instead of 0.5HzKyle Roeschley2019-11-061-1/+2
| * | hwmon: (w83793d) remove redundant assignment to variable resColin Ian King2019-11-061-1/+1
| * | hwmon: (pmbus/ibm-cffps) Add version detection capabilityEddie James2019-11-061-4/+33
| * | hwmon: abituguru: make array probe_order static, makes object smallerColin Ian King2019-11-061-1/+1
| * | hwmon: (applesmc) switch to using input device polling modeDmitry Torokhov2019-11-062-21/+18
| * | hwmon: (aspeed-pwm-tacho) Use devm_platform_ioremap_resource() in aspeed_pwm_...Markus Elfring2019-11-061-6/+1
| * | hwmon: (pmbus/ibm-cffps) Fix LED blink behaviorEddie James2019-11-061-8/+19
| * | hwmon: (pmbus/ibm-cffps) Switch LEDs to blocking brightness callEddie James2019-11-061-4/+6
* | | Merge tag 'for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2019-11-272-25/+43
|\ \ \ | |/ / |/| |
| * | hwmon: ab8500: Convert to IIO ADCLinus Walleij2019-10-182-25/+43
| |/
* | hwmon: (ina3221) Fix read timeout issueNicolin Chen2019-10-291-1/+1
* | hwmon: (nct7904) Fix the incorrect value of vsen_mask & tcpu_mask & temp_mode...amy.shih2019-10-201-3/+12
* | hwmon: (nct7904) Add array fan_alarm and vsen_alarm to store the alarms in nc...amy.shih2019-10-021-2/+20
* | hwmon: (nct7904) Fix the incorrect value of vsen_mask in nct7904_data structamy.shih2019-10-021-4/+7
|/
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-223-146/+0
|\
| * hwmon: Drop obsolete JZ4740 driverPaul Cercueil2019-07-303-146/+0
* | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-181-1/+1
|\ \
| * | hwmon: pwm-fan: Use platform_get_irq_optional()Thierry Reding2019-08-281-1/+1