summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
...
* | hwmon: (lm90) Simplify read functionsGuenter Roeck2016-07-091-115/+193
* | hwmon: (lm90) Use devm_hwmon_device_register_with_groupsGuenter Roeck2016-07-091-20/+6
* | hwmon: (lm90) Use devm_add_action for cleanupGuenter Roeck2016-07-091-18/+22
* | hwmon: (lm75) Convert to use regmapGuenter Roeck2016-07-092-94/+69
* | hwmon: (lm75) Add update_interval attributeGuenter Roeck2016-07-091-0/+13
* | hwmon: (lm75) Drop lm75_read_value and lm75_write_valueGuenter Roeck2016-07-091-33/+9
* | hwmon: (lm75) Handle cleanup with devm_add_actionGuenter Roeck2016-07-091-19/+19
* | hwmon: (jc42) Add I2C_CLASS_HWMON to detection classAlison Schofield2016-07-041-1/+1
* | hwmon: (tmp102) Drop FSF addressGuenter Roeck2016-06-271-4/+0
* | hwmon: (tmp102) Use devm_add_action to register cleanup functionGuenter Roeck2016-06-271-35/+19
* | hwmon: (jc42) Add support for Microchip MCP9808 temperature sensorAlison Schofield2016-06-272-2/+6
* | hwmon: (ina3221) Fix negative limitsGuenter Roeck2016-06-271-7/+6
* | hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"Colin Ian King2016-06-271-1/+1
* | hwmon: (dell-smm) In debug mode log duration of SMM callsPali Rohár2016-06-271-0/+17
* | hwmon: (dell-smm) Detect fan with index=2Pali Rohár2016-06-271-2/+22
* | hwmon: (ads7871) Convert to devm_hwmon_device_register_with_groupsAxel Lin2016-06-271-50/+15
* | hwmon: (jz4740) Convert to devm_hwmon_device_register_with_groupsAxel Lin2016-06-271-51/+14
* | hwmon: (ad7314) Convert to devm_hwmon_device_register_with_groupsAxel Lin2016-06-271-41/+7
* | hwmon: Add support for INA3221 Triple Current/Voltage MonitorsAndrew F. Davis2016-06-273-0/+458
* | hwmon: (tmp401) Add support for TI TMP461Andrew F. Davis2016-06-272-7/+30
* | hwmon: add support for Sensirion SHT3x sensorsDavid Frey2016-06-273-0/+737
* | hwmon: (dell-smm) Cache fan_type() calls and change fan detectionPali Rohár2016-06-231-5/+20
* | hwmon: (dell-smm) Disallow fan_type() calls on broken machinesPali Rohár2016-06-181-11/+25
* | hwmon: (dell-smm) Restrict fan control and serial number to CAP_SYS_ADMIN by ...Pali Rohár2016-06-181-7/+12
* | hwmon: (dell-smm) Fail in ioctl I8K_BIOS_VERSION when bios version is not a n...Pali Rohár2016-06-181-0/+5
|/
* hwmon: (lm90) use proper type for update_intervalWolfram Sang2016-06-071-1/+1
* hwmon: (fam15h_power) Disable preemption when reading registersBorislav Petkov2016-06-071-6/+2
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-261-1/+1
|\
| * hwmon: (emc2103) Fix typo in MODULE_PARM_DESCDan Carpenter2016-05-261-1/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-05-264-60/+18
|\ \
| * | hwmon: convert scpi-hwmon to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-39/+9
| * | hwmon: convert tmp102 to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-6/+2
| * | hwmon: convert ntc_thermistor to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-8/+4
| * | hwmon: convert lm75 to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-7/+3
| |/
* | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-251-6/+20
|\ \
| * | hwmon: pwm-fan: Use pwm_get_args() where appropriateBoris Brezillon2016-05-171-6/+20
* | | hwmon: (sch5636) trivial fix of spelling mistake on revisionColin Ian King2016-04-251-1/+1
* | | hwmon: (it87) Add support for IT8628EGuenter Roeck2016-04-192-3/+18
* | | hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channelsGuenter Roeck2016-04-191-8/+15
* | | hwmon: (it87) Support automatic pwm control on newer chipsGuenter Roeck2016-04-191-14/+187
* | | hwmon: (it87) Enhance validation for fan4 and fan5Guenter Roeck2016-04-191-0/+23
* | | hwmon: (it87) Support disabling fan control for all pwm control and chipsGuenter Roeck2016-04-191-21/+31
* | | hwmon: (it87) Formatting cleanupGuenter Roeck2016-04-191-75/+80
* | | hwmon: (it87) Use defines for array sizes and sensor countsGuenter Roeck2016-04-191-24/+34
* | | hwmon: (it87) Use BIT macroGuenter Roeck2016-04-191-144/+146
* | | hwmon: (it87) Add support for VIN7 to VIN10 on IT8620EGuenter Roeck2016-04-191-5/+24
* | | hwmon: (it87) Simplify reading voltage registersGuenter Roeck2016-04-191-9/+13
* | | hwmon: (it87) Support up to 6 temperature sensors on IT8620EGuenter Roeck2016-04-191-8/+40
* | | hwmon: (it87) Convert to use new hwmon APIGuenter Roeck2016-04-191-74/+19
* | | hwmon: (it87) Use single group and is_visible for miscellaneous attributesGuenter Roeck2016-04-191-48/+33