summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)Author
2018-12-16hwmon: (max6650) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-12-16hwmon: (ltc4260) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-12-16hwmon: (nct7802) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-12-16hwmon: (lm95234) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-12-16hwmon: (k10temp) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-12-16hwmon: (ltc2945): Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck
2018-12-16hwmon: (lm75) Add STLM75 supportJagan Teki
2018-12-16hwmon: (ntc_thermistor) use a table to lookup the thermistor typePeter Rosin
2018-12-16hwmon: (ntc_thermistor) sort thermistor id lists alphabeticallyPeter Rosin
2018-12-16hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosPeter Rosin
2018-12-16hwmon: (ltc2978) Fix spelling mistake "comppatible" -> "compatible"Colin Ian King
2018-12-16hwmon: Remove multiple space after dotCorentin Labbe
2018-12-16hwmon: fix typo build -> builtCorentin Labbe
2018-12-16dell-smm-hwmon.c: Add XPS 9570 to supported devices listMichele Sorcinelli
2018-12-16hwmon: (mlxreg-fan) Modify macros for tachometer fault status readingVadim Pasternak
2018-12-16hwmon: (ina3221) Convert to using %pOFn instead of device_node.nameRob Herring
2018-12-16hwmon (lm63) Do not overwrite data->kindNicolin Chen
2018-12-16hwmon: (ina3221) Add PM runtime supportNicolin Chen
2018-12-16hwmon: (ina3221) Make sure data is ready before readingNicolin Chen
2018-12-16hwmon: (ina3221) Serialize sysfs ABI accessesNicolin Chen
2018-12-16hwmon: (ina3221) Check channel status for alarms attribute readNicolin Chen
2018-12-16hwmon (occ): Add sysfs attributes for additional OCC dataEddie James
2018-12-16hwmon (occ): Add sensor attributes and register hwmon deviceEddie James
2018-12-16hwmon (occ): Add sensor types and versionsEddie James
2018-12-16hwmon (occ): Parse OCC poll responseEddie James
2018-12-16hwmon (occ): Add command transport method for P8 and P9Eddie James
2018-12-16hwmon: Add On-Chip Controller (OCC) hwmon driverEddie James
2018-12-02hwmon: (core) remove redundant castRasmus Villemoes
2018-12-02hwmon: (adm1275) Allow setting shunt reg valueKun Yi
2018-11-18hwmon: (w83795) temp4_type has writable permissionHuacai Chen
2018-11-16hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak
2018-11-14hwmon: (ina2xx) Fix current value calculationNicolin Chen
2018-11-13hwmon: (raspberrypi) Fix initial notifyStefan Wahren
2018-11-13hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen
2018-11-07hwmon/k10temp: Add support for AMD family 17h, model 30h CPUsWoods, Brian
2018-11-07hwmon/k10temp, x86/amd_nb: Consolidate shared device IDsWoods, Brian
2018-11-04hwmon: (ibmpowernv) Remove bogus __init annotationsGeert Uytterhoeven
2018-11-04hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko
2018-10-23Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2018-10-23Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2018-10-23Merge tag 'hwmon-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown
2018-10-15hwmon: (pmbus) Fix page count auto-detection.Dmitry Bazhenov
2018-10-11hwmon: (pmbus) remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz
2018-10-11hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-10hwmon: (ina3221) Use _info API to register hwmon deviceNicolin Chen
2018-10-10hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255Kun Yi
2018-10-10hwmon: (ina3221) Validate shunt resistor value from DTNicolin Chen
2018-10-10hwmon: (tmp421) make const array 'names' staticColin Ian King