summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* 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-221-10/+105
| * | hwmon: Add driver for Texas Instruments TMP512/513 sensor chips.Eric Tremblay2019-11-213-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-281-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
* | | Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds2019-09-172-2/+2
|\ \ \
| * | | docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2019-07-312-2/+2
| | |/ | |/|
* | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-161-1/+1
|\ \ \
| * | | firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla2019-08-121-1/+1
| |/ /
* | | hwmon: (nct7904) Fix incorrect SMI status register setting of LTD temperature...amy.shih2019-09-121-2/+9
* | | hwmon: (shtc1) add support for the SHTC3 sensorDan Robertson2019-09-102-16/+45
* | | hwmon: (shtc1) fix shtc1 and shtw1 id maskDan Robertson2019-09-101-1/+1
* | | hwmon: (lm75) Aproximate sample times to data-sheet valuesIker Perez del Palomar Sustatxa2019-09-041-22/+22
* | | hwmon: (w83793d) convert to use devm_i2c_new_dummy_deviceWolfram Sang2019-09-031-22/+8
* | | hwmon: (w83792d) convert to use devm_i2c_new_dummy_deviceWolfram Sang2019-09-031-23/+9
* | | hwmon: (w83791d) convert to use devm_i2c_new_dummy_deviceWolfram Sang2019-09-031-23/+9
* | | hwmon: (as370-hwmon) fix devm_platform_ioremap_resource.cocci warningskbuild test robot2019-09-031-3/+1
* | | hwmon: (lm75) Add support for writing sampling period on PCT2075Guenter Roeck2019-09-031-1/+14
* | | hwmon: (lm75) Add support for writing conversion time for TMP112Guenter Roeck2019-09-031-9/+26
* | | hwmon: (lm75) Move updating the sample interval to its own functionGuenter Roeck2019-09-031-14/+19
* | | hwmon: (lm75) Support configuring the sample time for various chipsGuenter Roeck2019-09-031-27/+56
* | | hwmon: (nct7904) Fix incorrect temperature limitation register setting of LTD.amy.shih2019-09-031-8/+8
* | | hwmon: Add Synaptics AS370 PVT sensor driverJisheng Zhang2019-09-033-0/+158
* | | pmbus: (ibm-cffps) Add support for version 2 of the PSUEddie James2019-09-031-22/+88
* | | hwmon: (iio_hwmon) Enable power exporting from IIOMichal Simek2019-09-031-3/+15