summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (adt7x10) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-34/+25
* hwmon: (adt7475) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-182/+126
* hwmon: (adt7470) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-245/+158
* hwmon: (adt7462) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-375/+271
* hwmon: (ads7871) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-10/+10
* hwmon: (ads7828) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-10/+10
* hwmon: (ads1015) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-10/+10
* hwmon: (adm1021) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-26/+22
* hwmon: (adcxx) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-22/+22
* hwmon: (adc128d818) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-80/+55
* hwmon: (ad7418) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-14/+13
* hwmon: (ad7414) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-14/+12
* hwmon: (ad7314) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-5/+4
* hwmon: (acpi_power_meter) Replace S_<PERMS> with octal valuesGuenter Roeck2018-12-171-2/+2
* hwmon: (abx500) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-50/+46
* hwmon: (k10temp) Add Hygon Dhyana supportPu Wen2018-12-171-1/+2
* hwmon: (ltc4215) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-26/+16
* hwmon: (ina2xx) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-22/+14
* hwmon: (tmp401) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-69/+57
* hwmon: (max6697) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-80/+64
* hwmon: (pwm-fan) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-5/+5
* hwmon: (ntc_thermistor) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-6/+6
* hwmon: (max6650) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-18/+13
* hwmon: (ltc4260) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-16/+10
* hwmon: (nct7802) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-251/+157
* hwmon: (lm95234) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-94/+67
* hwmon: (k10temp) Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-5/+5
* hwmon: (ltc2945): Auto-convert to use SENSOR_DEVICE_ATTR_{RO, RW, WO}Guenter Roeck2018-12-171-71/+50
* hwmon: (lm75) Add STLM75 supportJagan Teki2018-12-172-0/+11
* hwmon: (ntc_thermistor) use a table to lookup the thermistor typePeter Rosin2018-12-171-26/+21
* hwmon: (ntc_thermistor) sort thermistor id lists alphabeticallyPeter Rosin2018-12-171-33/+49
* hwmon: (ntc_thermistor): add support for B57891S0103 from EpcosPeter Rosin2018-12-172-3/+57
* hwmon: (ltc2978) Fix spelling mistake "comppatible" -> "compatible"Colin Ian King2018-12-171-1/+1
* hwmon: Remove multiple space after dotCorentin Labbe2018-12-171-118/+118
* hwmon: fix typo build -> builtCorentin Labbe2018-12-171-4/+4
* dell-smm-hwmon.c: Add XPS 9570 to supported devices listMichele Sorcinelli2018-12-171-0/+7
* hwmon: (mlxreg-fan) Modify macros for tachometer fault status readingVadim Pasternak2018-12-171-1/+1
* hwmon: (ina3221) Convert to using %pOFn instead of device_node.nameRob Herring2018-12-171-4/+4
* hwmon (lm63) Do not overwrite data->kindNicolin Chen2018-12-171-1/+0
* hwmon: (ina3221) Add PM runtime supportNicolin Chen2018-12-171-19/+74
* hwmon: (ina3221) Make sure data is ready before readingNicolin Chen2018-12-171-0/+42
* hwmon: (ina3221) Serialize sysfs ABI accessesNicolin Chen2018-12-171-6/+45
* hwmon: (ina3221) Check channel status for alarms attribute readNicolin Chen2018-12-171-0/+6
* hwmon (occ): Add sysfs attributes for additional OCC dataEddie James2018-12-176-5/+260
* hwmon (occ): Add sensor attributes and register hwmon deviceEddie James2018-12-172-0/+353
* hwmon (occ): Add sensor types and versionsEddie James2018-12-174-0/+629
* hwmon (occ): Parse OCC poll responseEddie James2018-12-172-0/+116
* hwmon (occ): Add command transport method for P8 and P9Eddie James2018-12-172-2/+221
* hwmon: Add On-Chip Controller (OCC) hwmon driverEddie James2018-12-178-0/+242
* hwmon: (core) remove redundant castRasmus Villemoes2018-12-031-2/+2