summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwmon: (pmbus) Fix page count auto-detection.Dmitry Bazhenov2018-11-132-1/+6
* Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2018-10-111-1/+1
|\
| * treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-1/+1
* | Merge tag 'hwmon-for-linus-v4.19-rc5' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-09-191-23/+49
|\ \
| * | hwmon: (nct6775) Use different register to get fan RPM for fan7Guenter Roeck2018-09-171-2/+2
| * | hwmon: (nct6775) Fix RPM output for fan7 on NCT6796DGuenter Roeck2018-09-151-4/+9
| * | hwmon: (nct6775) Fix virtual temperature sources for NCT6796DGuenter Roeck2018-09-151-6/+22
| * | hwmon: (nct6775) Fix access to fan pulse registersGuenter Roeck2018-09-071-11/+16
| * | hwmon: (nct6775) Set weight source to zero correctlyDan Carpenter2018-09-051-1/+1
| |/
* | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-09-081-0/+1
|\ \ | |/ |/|
| * hwmon: rpi: add module alias to raspberrypi-hwmonPeter Robinson2018-09-051-0/+1
* | hwmon: (nct6775) Fix potential Spectre v1Gustavo A. R. Silva2018-08-261-0/+2
* | hwmon: (adt7475) Make adt7475_read_word() return errorsDan Carpenter2018-08-261-5/+9
* | hwmon: (adt7475) Potential error pointer dereferencesDan Carpenter2018-08-261-3/+8
* | hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten2018-08-261-2/+11
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-233-0/+177
|\
| * Merge tag 'arm-soc/for-4.19/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson2018-07-143-0/+177
| |\
| | * hwmon: Add support for RPi voltage sensorStefan Wahren2018-07-093-0/+177
* | | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\ \ \
| * | | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
| |/ /
* | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-32/+206
|\ \ \
| * | | hwmon: (ibmpowernv) Add attributes to enable/disable sensor groupsShilpasri G Bhat2018-07-311-32/+206
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+4
|\ \ \
| * | | hwmon: Add support for power min, lcrit, min_alarm and lcrit_alarmAndrew Lunn2018-07-181-0/+4
| |/ /
* | | hwmon: (adt7475) Change show functions to return error data correctlyTokunori Ikegami2018-08-101-2/+38
* | | hwmon: (adt7475) Change update functions to add error handlingTokunori Ikegami2018-08-101-42/+145
* | | hwmon: (adt7475) Change valid parameter to bool typeTokunori Ikegami2018-08-101-1/+2
* | | hwmon: (adt7475) Split device update function to measure and limitsTokunori Ikegami2018-08-101-101/+109
* | | hwmon: k10temp: Support Threadripper 2920X, 2970WX; simplify offset tableGuenter Roeck2018-08-091-8/+2
* | | hwmon: (k10temp) 27C Offset needed for Threadripper2Michael Larabel2018-08-071-0/+2
* | | hwmon: (iio_hwmon) Use devm functionsMaxime Roussin-BĂ©langer2018-07-231-49/+18
* | | hwmon: Add NPCM7xx PWM and Fan driverTomer Maimon2018-07-083-0/+1068
* | | hwmon: (pmbus/max34440) Add support for MAX34451.Kun Yi2018-07-082-4/+91
* | | hwmon: (mlxreg-fan) Add support for Mellanox FAN driverVadim Pasternak2018-07-083-0/+502
* | | hwmon: Mark expected switch fall-throughsGustavo A. R. Silva2018-07-082-1/+3
* | | hwmon: (nct6775) Fix comment in the description of pwm_modeGuenter Roeck2018-07-081-2/+2
* | | hwmon: (nct7904) Fix UNSPECIFIED_INT warningJakob Albert2018-07-081-4/+4
* | | hwmon: (nct7904) Fix CODE_INDENT errorJakob Albert2018-07-081-24/+24
* | | hwmon: (nct7904) Fix SPACING errorsJakob Albert2018-07-081-6/+6
|/ /
* | hwmon: (nct6775) Fix loop limitGuenter Roeck2018-06-161-1/+1
* | hwmon: (dell-smm) Disable fan support for Dell XPS13 9333Helge Eichelberg2018-06-161-0/+7
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-129-20/+21