aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-16hwmon: (k10temp) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-5/+5
2018-12-16hwmon: (ltc2945): Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck1-71/+50
2018-12-16hwmon: Introduce SENSOR_DEVICE_ATTR_{RO, RW, WO} and variantsGuenter Roeck2-8/+55
2018-12-16hwmon: (lm75) Add STLM75 supportJagan Teki3-0/+16
2018-12-16dt-bindings: hwmon: (lm90) Document ti,tmp451 compatible stringThierry Reding1-0/+1
2018-12-16hwmon: (ntc_thermistor) use a table to lookup the thermistor typePeter Rosin2-29/+24
2018-12-16hwmon: (ntc_thermistor) sort thermistor id lists alphabeticallyPeter Rosin1-33/+49
2018-12-16hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosPeter Rosin3-3/+58
2018-12-16dt-bindings: hwmon: (ntc_thermistor) add B57891S0103 thermistor from EpcosPeter Rosin1-0/+1
2018-12-16hwmon: (ltc2978) Fix spelling mistake "comppatible" -> "compatible"Colin Ian King1-1/+1
2018-12-16hwmon: Remove multiple space after dotCorentin Labbe1-118/+118
2018-12-16hwmon: fix typo build -> builtCorentin Labbe1-4/+4
2018-12-16dell-smm-hwmon.c: Add XPS 9570 to supported devices listMichele Sorcinelli1-0/+7
2018-12-16hwmon: (mlxreg-fan) Modify macros for tachometer fault status readingVadim Pasternak1-1/+1
2018-12-16Documentation: hwmon: Add descriptions for ina2xx sysfs entriesNicolin Chen1-0/+15
2018-12-16hwmon: (ina3221) Convert to using %pOFn instead of device_node.nameRob Herring1-4/+4
2018-12-16dt-bindings: hwmon: tmp108: add optional interrupts and #thermal-sensor-cellsHeiko Stuebner1-0/+4
2018-12-16hwmon (lm63) Do not overwrite data->kindNicolin Chen1-1/+0
2018-12-16hwmon: (ina3221) Add PM runtime supportNicolin Chen1-19/+74
2018-12-16hwmon: (ina3221) Make sure data is ready before readingNicolin Chen1-0/+42
2018-12-16hwmon: (ina3221) Serialize sysfs ABI accessesNicolin Chen1-6/+45
2018-12-16hwmon: (ina3221) Check channel status for alarms attribute readNicolin Chen1-0/+6
2018-12-16hwmon (occ): Add sysfs attributes for additional OCC dataEddie James6-5/+260
2018-12-16hwmon (occ): Add sensor attributes and register hwmon deviceEddie James2-0/+353
2018-12-16hwmon (occ): Add sensor types and versionsEddie James4-0/+629
2018-12-16hwmon (occ): Parse OCC poll responseEddie James2-0/+116
2018-12-16hwmon (occ): Add command transport method for P8 and P9Eddie James2-2/+221
2018-12-16hwmon: Add On-Chip Controller (OCC) hwmon driverEddie James8-0/+242