summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (pmbus/max34440) Fix status register reads for MAX344{51,60,61}Guenter Roeck2020-10-291-3/+0
* hwmon: (applesmc) check status earlier.Tom Rix2020-09-091-15/+16
* hwmon: (scmi) Fix potential buffer overflow in scmi_hwmon_probe()Cristian Marussi2020-07-291-1/+1
* hwmon: (adm1275) Make sure we are reading enough data for different chipsChu Lin2020-07-291-2/+8
* hwmon: (aspeed-pwm-tacho) Avoid possible buffer overflowEvgeny Novikov2020-07-291-0/+2
* hwmon: (emc2103) fix unable to change fan pwm1_enable attributeVishwas M2020-07-221-1/+1
* hwmon: (acpi_power_meter) Fix potential memory leak in acpi_power_meter_add()Misono Tomohiro2020-07-091-1/+3
* hwmon: (max6697) Make sure the OVERT mask is set correctlyChu Lin2020-07-091-3/+4
* hwmon/k10temp, x86/amd_nb: Consolidate shared device IDsWoods, Brian2020-06-221-8/+1
* hwmon: (da9052) Synchronize access with mfdSamu Nuutamo2020-05-201-2/+2
* hwmon: (jc42) Fix name to have no illegal charactersSascha Hauer2020-05-021-1/+1
* hwmon: (adt7462) Fix an error return in ADT7462_REG_VOLT()Dan Carpenter2020-03-111-1/+1
* hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions.Mike Jones2020-02-191-2/+2
* hwmon: (nct7802) Fix voltage limits to wrong registersGilles Buloz2020-01-291-2/+2
* hwmon: (core) Do not use device managed functions for memory allocationsGuenter Roeck2020-01-291-27/+41
* hwmon: (adt7475) Make volt2reg return same reg as reg2volt inputLuuk Paulussen2020-01-291-2/+3
* hwmon: (shtc1) fix shtc1 and shtw1 id maskDan Robertson2020-01-271-1/+1
* hwmon: (lm75) Fix write operations for negative temperaturesGuenter Roeck2020-01-271-1/+1
* hwmon: (w83627hf) Use request_muxed_region for Super-IO accessesGuenter Roeck2020-01-271-5/+37
* hwmon: (pmbus/tps53679) Fix driver info initialization in probe routineVadim Pasternak2020-01-271-1/+8
* hwmon: (pmbus/ibm-cffps) Switch LEDs to blocking brightness callEddie James2020-01-231-4/+6
* hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255Kun Yi2019-11-241-1/+1
* hwmon: (ina3221) Fix INA3221_CONFIG_MODE macrosNicolin Chen2019-11-241-3/+3
* hwmon: (pwm-fan) Silence error on probe deferralThierry Reding2019-11-241-2/+6
* hwmon: (nct6775) Fix names of DIMM temperature sourcesGuenter Roeck2019-11-241-8/+8
* hwmon: (k10temp) Support all Family 15h Model 6xh and Model 7xh processorsGuenter Roeck2019-11-241-2/+3
* hwmon: (acpi_power_meter) Change log level for 'unsafe software power cap'Wang Shenran2019-10-051-2/+2
* hwmon: (nct7802) Fix wrong detection of in4 presenceGuenter Roeck2019-08-161-3/+3
* hwmon: (nct6775) Fix register address and added missed tolerance for nct6106Björn Gerhart2019-08-161-1/+2
* hwmon: (pmbus/core) Treat parameters as paged if on multiple pagesRobert Hancock2019-06-251-4/+30
* hwmon: (core) add thermal sensors only if dev->of_node is presentEduardo Valentin2019-06-251-1/+1
* hwmon: (f71805f) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-05-311-3/+12
* hwmon: (pc87427) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-05-311-1/+13
* hwmon: (smsc47b397) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-05-311-2/+11
* hwmon: (smsc47m1) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-05-311-9/+19
* hwmon: (vt1211) Use request_muxed_region for Super-IO accessesGuenter Roeck2019-05-311-3/+12
* hwmon: (pwm-fan) Disable PWM if fetching cooling data failsStefan Wahren2019-05-161-1/+1
* hwmon: (w83773g) Select REGMAP_I2C to fix build errorAxel Lin2019-04-171-0/+1
* hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...Cheng-Min Ao2019-02-271-1/+1
* hwmon: (lm80) Fix missing unlock on error in set_fan_div()Wei Yongjun2019-02-231-1/+3
* hwmon: (lm80) fix a missing check of bus read in lm80 probeKangjie Lu2019-02-121-2/+9
* hwmon: (lm80) fix a missing check of the status of SMBus readKangjie Lu2019-02-121-5/+10
* hwmon: (w83795) temp4_type has writable permissionHuacai Chen2018-12-171-1/+1
* hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak2018-12-171-1/+1
* hwmon: (ina2xx) Fix current value calculationNicolin Chen2018-12-171-1/+1
* hwmon: (raspberrypi) Fix initial notifyStefan Wahren2018-12-171-6/+0
* hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen2018-12-171-2/+2
* hwmon: (ibmpowernv) Remove bogus __init annotationsGeert Uytterhoeven2018-11-271-4/+3
* hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko2018-11-211-4/+4
* hwmon: (pwm-fan) Set fan speed to 0 on suspendThierry Reding2018-11-131-1/+11