summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
...
| * | hwmon: (ntc_thermistor) use a table to lookup the thermistor typePeter Rosin2018-12-161-26/+21
| * | hwmon: (ntc_thermistor) sort thermistor id lists alphabeticallyPeter Rosin2018-12-161-33/+49
| * | hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosPeter Rosin2018-12-162-3/+57
| * | hwmon: (ltc2978) Fix spelling mistake "comppatible" -> "compatible"Colin Ian King2018-12-161-1/+1
| * | hwmon: Remove multiple space after dotCorentin Labbe2018-12-161-118/+118
| * | hwmon: fix typo build -> builtCorentin Labbe2018-12-161-4/+4
| * | dell-smm-hwmon.c: Add XPS 9570 to supported devices listMichele Sorcinelli2018-12-161-0/+7
| * | hwmon: (mlxreg-fan) Modify macros for tachometer fault status readingVadim Pasternak2018-12-161-1/+1
| * | hwmon: (ina3221) Convert to using %pOFn instead of device_node.nameRob Herring2018-12-161-4/+4
| * | hwmon (lm63) Do not overwrite data->kindNicolin Chen2018-12-161-1/+0
| * | hwmon: (ina3221) Add PM runtime supportNicolin Chen2018-12-161-19/+74
| * | hwmon: (ina3221) Make sure data is ready before readingNicolin Chen2018-12-161-0/+42
| * | hwmon: (ina3221) Serialize sysfs ABI accessesNicolin Chen2018-12-161-6/+45
| * | hwmon: (ina3221) Check channel status for alarms attribute readNicolin Chen2018-12-161-0/+6
| * | hwmon (occ): Add sysfs attributes for additional OCC dataEddie James2018-12-166-5/+260
| * | hwmon (occ): Add sensor attributes and register hwmon deviceEddie James2018-12-162-0/+353
| * | hwmon (occ): Add sensor types and versionsEddie James2018-12-164-0/+629
| * | hwmon (occ): Parse OCC poll responseEddie James2018-12-162-0/+116
| * | hwmon (occ): Add command transport method for P8 and P9Eddie James2018-12-162-2/+221
| * | hwmon: Add On-Chip Controller (OCC) hwmon driverEddie James2018-12-168-0/+242
| * | hwmon: (core) remove redundant castRasmus Villemoes2018-12-021-2/+2
| * | hwmon: (adm1275) Allow setting shunt reg valueKun Yi2018-12-021-2/+13
* | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-8/+2
|\ \ \ | |/ / |/| |
| * | hwmon/k10temp: Add support for AMD family 17h, model 30h CPUsWoods, Brian2018-11-071-0/+1
| * | hwmon/k10temp, x86/amd_nb: Consolidate shared device IDsWoods, Brian2018-11-071-8/+1
* | | hwmon: (w83795) temp4_type has writable permissionHuacai Chen2018-11-181-1/+1
* | | hwmon: (mlxreg-fan) Fix macros for tacho fault readingVadim Pasternak2018-11-161-1/+1
* | | hwmon: (ina2xx) Fix current value calculationNicolin Chen2018-11-141-1/+1
* | | hwmon: (raspberrypi) Fix initial notifyStefan Wahren2018-11-131-6/+0
* | | hwmon (ina2xx) Fix NULL id pointer in probe()Nicolin Chen2018-11-131-2/+2
| |/ |/|
* | hwmon: (ibmpowernv) Remove bogus __init annotationsGeert Uytterhoeven2018-11-041-4/+3
* | hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko2018-11-041-4/+4
|/
* Merge tag 'for-linus-4.20' of https://github.com/cminyard/linux-ipmiLinus Torvalds2018-10-232-2/+2
|\
| * hwmon:ibm: Change ipmi_user_t to struct ipmi_user *Corey Minyard2018-09-182-2/+2
* | Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2018-10-234-4/+8
|\ \
| | \
| | \
| *-. \ Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-214-4/+8
| |\ \ \
| | | * | regmap: split up regmap_config.use_single_rwDavid Frey2018-09-074-4/+8
| | |/ /
* | | | Merge tag 'hwmon-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-2321-355/+725
|\ \ \ \ | |/ / / |/| | |
| * | | hwmon: (pmbus) Fix page count auto-detection.Dmitry Bazhenov2018-10-152-1/+6
| * | | hwmon: (pmbus) remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-10-111-15/+0
| * | | hwmon: (core) Add trace events to _attr_show/store functionsNicolin Chen2018-10-111-7/+20
| * | | hwmon: (ina3221) Use _info API to register hwmon deviceNicolin Chen2018-10-101-283/+235
| * | | hwmon: (npcm-750-pwm-fan) Change initial pwm target to 255Kun Yi2018-10-101-1/+1
| * | | hwmon: (ina3221) Validate shunt resistor value from DTNicolin Chen2018-10-101-1/+7
| * | | hwmon: (tmp421) make const array 'names' staticColin Ian King2018-10-101-2/+4
| * | | hwmon: (core) Add hwmon_in_enable attributeNicolin Chen2018-10-101-0/+1
| * | | hwmon: (ina3221) mark PM functions as __maybe_unusedArnd Bergmann2018-10-101-4/+2
| * | | hwmon: (ina3221) Read channel input source info from DTNicolin Chen2018-10-101-14/+221
| * | | hwmon: (ina3221) Add suspend and resume functionsNicolin Chen2018-10-101-0/+63
| * | | hwmon: (ina3221) Fix INA3221_CONFIG_MODE macrosNicolin Chen2018-10-101-3/+3