| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (adt7470) Fix writes to temperature limit registers | Guenter Roeck | 2014-07-16 | 1 | -3/+3 |
* | hwmon: (da9055) Don't use dash in the name attribute | Axel Lin | 2014-07-14 | 1 | -1/+1 |
* | hwmon: (da9052) Don't use dash in the name attribute | Axel Lin | 2014-07-14 | 1 | -1/+1 |
* | hwmon: (adc128d818) Drop write support on inX_input attributes | Guenter Roeck | 2014-07-07 | 1 | -14/+14 |
* | hwmon: (emc2103) Clamp limits instead of bailing out | Guenter Roeck | 2014-07-07 | 1 | -10/+5 |
* | hwmon: (adm1031) Fix writes to limit registers | Guenter Roeck | 2014-07-07 | 1 | -3/+5 |
* | hwmon: (adm1021) Fix cache problem when writing temperature limits | Axel Lin | 2014-07-03 | 1 | -6/+8 |
* | hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_div | Axel Lin | 2014-07-03 | 1 | -0/+3 |
* | hwmon: (amc6821) Fix permissions for temp2_input | Axel Lin | 2014-07-03 | 1 | -1/+1 |
* | hwmon: (ntc_thermistor) Correct information printed during probe | Naveen Krishna Chatradhi | 2014-06-29 | 1 | -1/+1 |
* | hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups | Julien D'Ascenzio | 2014-06-25 | 1 | -1/+1 |
* | hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig | Josef Gajdusek | 2014-06-25 | 1 | -0/+1 |
* | hwmon: (ntc_thermistor) Use the manufacturer name properly | Naveen Krishna Chatradhi | 2014-06-25 | 2 | -3/+16 |
* | hwmon: (w83l786ng) Report correct minimum fan speed | Axel Lin | 2014-06-25 | 1 | -1/+1 |
* | hwmon: vexpress: Use devm helper for hwmon device registration | Pawel Moll | 2014-06-12 | 1 | -54/+28 |
* | hwmon: (atxp1) Avoid forward declaration | Axel Lin | 2014-06-12 | 1 | -24/+18 |
* | hwmon: add support for Sensirion SHTC1 sensor | Tomas Pop | 2014-06-12 | 3 | -0/+262 |
* | hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groups | Axel Lin | 2014-06-12 | 1 | -38/+13 |
* | hwmon: (lm85) Drop generic detection | Jean Delvare | 2014-06-12 | 1 | -23/+10 |
* | hwmon: (ina2xx) Cast to s16 on shunt and current regs | Fabio Baltieri | 2014-06-12 | 1 | -3/+4 |
* | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-03 | 29 | -1408/+2633 |
|\ |
|
| * | hwmon: (nct6775) Fix probe unwind paths to properly unregister platform devices | Axel Lin | 2014-05-24 | 1 | -3/+5 |
| * | hwmon: (nct6683) Fix probe unwind paths to properly unregister platform devices | Axel Lin | 2014-05-24 | 1 | -3/+5 |
| * | hwmon: (ultra45_env) Introduce managed version of kzalloc | Himangi Saraogi | 2014-05-21 | 1 | -5/+2 |
| * | hwmon: Driver for NCT6683D | Guenter Roeck | 2014-05-21 | 3 | -0/+1466 |
| * | hwmon: (lm80) Rearrange code to avoid forward declarations | Guenter Roeck | 2014-05-21 | 1 | -151/+139 |
| * | hwmon: (lm80) Convert fan display function macros into functions | Guenter Roeck | 2014-05-21 | 1 | -34/+41 |
| * | hwmon: (lm80) Convert voltage display function macros into functions | Guenter Roeck | 2014-05-21 | 1 | -72/+76 |
| * | hwmon: (lm80) Convert temperature display function macros into functions | Guenter Roeck | 2014-05-21 | 1 | -75/+59 |
| * | hwmon: (lm80) Normalize all temperature values to 16 bit | Guenter Roeck | 2014-05-21 | 1 | -18/+14 |
| * | hwmon: (lm80) Simplify TEMP_FROM_REG | Guenter Roeck | 2014-05-21 | 1 | -14/+3 |
| * | hwmon: (lm83) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 2014-05-21 | 1 | -43/+16 |
| * | hwmon: (lm83) Rearange code to avoid forward declarations | Guenter Roeck | 2014-05-21 | 1 | -61/+50 |
| * | hwmon: (lm83) Drop FSF address | Guenter Roeck | 2014-05-21 | 1 | -4/+0 |
| * | hwmon: (max1619) Convert to use devm_hwmon_device_register_with_groups | Guenter Roeck | 2014-05-21 | 1 | -39/+14 |
| * | hwmon: (max1619) Drop function macros | Guenter Roeck | 2014-05-21 | 1 | -68/+73 |
| * | hwmon: (max1619) Rearrange code to avoid forward declarations | Guenter Roeck | 2014-05-21 | 1 | -89/+69 |
| * | hwmon: (max1619) Drop FSF address | Guenter Roeck | 2014-05-21 | 1 | -5/+0 |
| * | hwmon: (max1619) Fix critical alarm display | Guenter Roeck | 2014-05-21 | 1 | -0/+5 |
| * | hwmon: (jc42) Add support for STTS2004 and AT30TSE004 | Guenter Roeck | 2014-05-21 | 1 | -0/+9 |
| * | hwmon: (jc42) Convert function macros into functions | Guenter Roeck | 2014-05-21 | 1 | -110/+72 |
| * | hwmon: (jc42) Rearrange code to avoid forward declarations | Guenter Roeck | 2014-05-21 | 1 | -97/+89 |
| * | hwmon: (emc1403) Add device IDs for EMC1412, EMC1413, and EMC1414 | Guenter Roeck | 2014-05-21 | 1 | -0/+3 |
| * | hwmon: (emc1403) Add support for min_hyst attributes | Guenter Roeck | 2014-05-21 | 1 | -3/+24 |
| * | hwmon: (emc1403) Add support for max_hyst attributes | Guenter Roeck | 2014-05-21 | 1 | -0/+8 |
| * | hwmon: (emc1403) Relax hysteresis limit write checks | Guenter Roeck | 2014-05-21 | 1 | -6/+1 |
| * | hwmon: (emc1403) Make all hyst attributes except for temp1_crit_hyst read-only | Guenter Roeck | 2014-05-21 | 1 | -6/+3 |
| * | hwmon: (emc1403) Add support for alarm and diode fault status on EMC14x2 | Guenter Roeck | 2014-05-21 | 1 | -0/+36 |
| * | hwmon: (emc1403) Report external diode fault status | Guenter Roeck | 2014-05-21 | 1 | -0/+6 |
| * | hwmon: (emc1403) Convert to use regmap | Guenter Roeck | 2014-05-21 | 1 | -54/+63 |