| Commit message (Expand) | Author | Age | Files | Lines |
* | hwmon: (pmbus_core) Fix compiler warning | Guenter Roeck | 2012-04-09 | 1 | -9/+8 |
* | hwmon: (smsc47m1) Fix compiler warning | Guenter Roeck | 2012-04-09 | 1 | -9/+10 |
* | hwmon: (acpi_power_meter) Fix compiler warning seen in some configurations | Guenter Roeck | 2012-04-09 | 1 | -0/+1 |
* | hwmon: (smsc47b397) Fix compiler warning | Guenter Roeck | 2012-04-09 | 1 | -6/+8 |
* | hwmon: (ad7314) Adds missing spi_dev initialization | Graeme Smecher | 2012-04-03 | 1 | -0/+1 |
* | hwmon: (k10temp) Add support for AMD Trinity CPUs | Andre Przywara | 2012-04-01 | 2 | -1/+6 |
* | hwmon: (w83627ehf) mark const init data with __initconst instead of __initdata | Uwe Kleine-König | 2012-04-01 | 1 | -9/+9 |
* | hwmon: (acpi_power_meter) fix lockdep spew due to non-static lock class | Kyle McMartin | 2012-04-01 | 1 | -0/+2 |
* | hwmon: (adm1031) Fix compiler warning | Guenter Roeck | 2012-04-01 | 1 | -12/+8 |
* | hwmon: (f75375s) Fix warning message seen in some configurations | Guenter Roeck | 2012-04-01 | 1 | -0/+2 |
* | hwmon: (max6639) Convert to dev_pm_ops | Mark Brown | 2012-04-01 | 1 | -4/+11 |
* | hwmon: (sht15) Fix Kconfig dependencies | Guenter Roeck | 2012-04-01 | 1 | -1/+1 |
* | hwmon: (gpio-fan) Fix Kconfig dependencies | Guenter Roeck | 2012-04-01 | 1 | -1/+1 |
* | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-03-28 | 1 | -1/+1 |
|\ |
|
| * | mfd: Add pdata to set mc13783-ts conversion delay | Michael Thalmeier | 2012-03-06 | 1 | -1/+1 |
* | | watchdog: nowayout is bool | Wim Van Sebroeck | 2012-03-27 | 2 | -4/+4 |
* | | hwmon: Add MCP3021 ADC driver | Xie Xiaobo | 2012-03-23 | 3 | -0/+182 |
* | | hwmon: (mc13783-adc) Add support for the MC13892 PMIC | Uwe Kleine-Koenig | 2012-03-23 | 2 | -27/+80 |
* | | hwmon: (mc13783-adc) Remove space before tab | Frans Meulenbroeks | 2012-03-23 | 1 | -1/+1 |
* | | hwmon: (lm63) Let the user adjust the lookup table | Jean Delvare | 2012-03-23 | 1 | -42/+76 |
* | | hwmon: (lm63) Make fan speed control strategy changeable | Jean Delvare | 2012-03-23 | 1 | -16/+89 |
* | | hwmon: (lm63) Reorganize the code | Jean Delvare | 2012-03-23 | 1 | -206/+187 |
* | | hwmon: (lm90) Restore original configuration if probe function fails | Guenter Roeck | 2012-03-23 | 1 | -8/+13 |
* | | hwmon: (lm90) Add support for GMT G781 | Guenter Roeck | 2012-03-23 | 2 | -2/+20 |
* | | hwmon: (lm90) Fix multi-line comments | Guenter Roeck | 2012-03-23 | 1 | -24/+34 |
* | | hwmon: (w83795) Fix multi-line comments | Guenter Roeck | 2012-03-23 | 1 | -32/+62 |
* | | hwmon: (w83795) Unconditionally support manual fan speed control | Jean Delvare | 2012-03-23 | 2 | -18/+29 |
* | | hwmon: (fam15h_power) Increase output resolution | Andre Przywara | 2012-03-23 | 1 | -4/+4 |
* | | hwmon: (fam15h_power) Correct sign extension of running_avg_capture | Andreas Herrmann | 2012-03-23 | 1 | -1/+1 |
* | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-03-21 | 121 | -6178/+8489 |
|\ \ |
|
| * | | hwmon: (sch56xx) Add support for the integrated watchdog (v2) | Hans de Goede | 2012-03-20 | 5 | -7/+550 |
| * | | hwmon: (w83627ehf) Add support for temperature offset registers | Guenter Roeck | 2012-03-18 | 1 | -0/+73 |
| * | | hwmon: (jc42) Remove unnecessary device IDs | Guenter Roeck | 2012-03-18 | 1 | -18/+0 |
| * | | hwmon: (zl6100) Add support for ZL9101M and ZL9117M | Guenter Roeck | 2012-03-18 | 2 | -4/+7 |
| * | | hwmon: (adm1275) Add support for ADM1075 | Guenter Roeck | 2012-03-18 | 2 | -6/+86 |
| * | | hwmon: (max34440) Add support for MAX34446 | Guenter Roeck | 2012-03-18 | 2 | -5/+111 |
| * | | hwmon: (pmbus) Add more virtual registers | Guenter Roeck | 2012-03-18 | 2 | -29/+54 |
| * | | hwmon: (pmbus) Add support for Lineage Power MDT040 | Guenter Roeck | 2012-03-18 | 2 | -1/+3 |
| * | | hwmon: (pmbus) Add support for TI TPS40400 and TPS40422 | Guenter Roeck | 2012-03-18 | 2 | -1/+3 |
| * | | hwmon: (max34440) Add support for 'lowest' output voltage attribute | Guenter Roeck | 2012-03-18 | 1 | -0/+9 |
| * | | hwmon: (jc42) Convert to use devm_kzalloc | Guenter Roeck | 2012-03-18 | 1 | -35/+25 |
| * | | hwmon: (max16065) Convert to use devm_kzalloc | Guenter Roeck | 2012-03-18 | 1 | -16/+7 |
| * | | hwmon: (smm665) Convert to use devm_kzalloc | Guenter Roeck | 2012-03-18 | 1 | -9/+3 |
| * | | hwmon: (ltc4261) Convert to use devm_kzalloc | Guenter Roeck | 2012-03-18 | 1 | -11/+4 |
| * | | hwmon: (pmbus) Simplify remove functions | Guenter Roeck | 2012-03-18 | 12 | -74/+13 |
| * | | hwmon: (pmbus) Convert pmbus drivers to use devm_kzalloc | Guenter Roeck | 2012-03-18 | 8 | -154/+56 |
| * | | hwmon: (lineage-pem) Convert to use devm_kzalloc | Guenter Roeck | 2012-03-18 | 1 | -7/+4 |
| * | | hwmon: (hwmon-vid) Fix checkpatch issues | Guenter Roeck | 2012-03-18 | 1 | -10/+8 |
| * | | hwmon: (hwmon-vid) Add new entries to VRM model table | Guenter Roeck | 2012-03-18 | 1 | -56/+53 |
| * | | hwmon: (lm80) Add detection of NatSemi/TI LM96080 | Jean Delvare | 2012-03-18 | 2 | -11/+37 |