1. 16 Apr, 2012 1 commit
  2. 01 Apr, 2012 3 commits
    • Andre Przywara's avatar
      hwmon: (k10temp) Add support for AMD Trinity CPUs · fbc729a4
      Andre Przywara authored
      
      The on-chip northbridge's temperature sensor of the upcoming
      AMD Trinity CPUs works the same as for the previous CPUs.
      Since it has a different PCI-ID, we just add the new one to the list
      supported by k10temp.
      This allows to use the k10temp driver on those CPUs.
      Signed-off-by: default avatarAndre Przywara <andre.przywara@amd.com>
      Cc: stable@vger.kernel.org # 3.0+
      Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
      fbc729a4
    • Guenter Roeck's avatar
      hwmon: (sht15) Fix Kconfig dependencies · be45d422
      Guenter Roeck authored
      
      sht15 depends on GPIOLIB, not on GENERIC_GPIO.
      
      This fixes the following build error, seen if GPIOLIB is not defined:
      
      src/drivers/hwmon/sht15.c: error: implicit declaration of function 'gpio_direction_input': => 293:2
      src/drivers/hwmon/sht15.c: error: implicit declaration of function 'gpio_direction_output': => 216:2
      src/drivers/hwmon/sht15.c: error: implicit declaration of function 'gpio_free': => 1000:2
      src/drivers/hwmon/sht15.c: error: implicit declaration of function 'gpio_get_value': => 296:2
      src/drivers/hwmon/sht15.c: error: implicit declaration of function 'gpio_request': => 946:2
      src/drivers/hwmon/sht15.c: error: implicit declaration of function 'gpio_set_value': => 218:2
      src/drivers/hwmon/sht15.c: error: implicit declaration of function 'gpio_to_irq': => 514:2
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Acked-by: default avatarJean Delvare <khali@linux-fr.org>
      be45d422
    • Guenter Roeck's avatar
      hwmon: (gpio-fan) Fix Kconfig dependencies · c1a12602
      Guenter Roeck authored
      
      gpio-fan depends on GPIOLIB, not on GENERIC_GPIO.
      
      This fixes the following build error, seen if GPIOLIB is not defined:
      
      src/drivers/hwmon/gpio-fan.c: error: implicit declaration of function 'gpio_direction_output': => 372:3
      src/drivers/hwmon/gpio-fan.c: error: implicit declaration of function 'gpio_free': => 130:2
      src/drivers/hwmon/gpio-fan.c: error: implicit declaration of function 'gpio_get_value': => 79:2
      src/drivers/hwmon/gpio-fan.c: error: implicit declaration of function 'gpio_request': => 98:2
      src/drivers/hwmon/gpio-fan.c: error: implicit declaration of function 'gpio_set_value': => 156:3
      src/drivers/hwmon/gpio-fan.c: error: implicit declaration of function 'gpio_to_irq': => 114:2
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      Acked-by: default avatarJean Delvare <khali@linux-fr.org>
      Acked-by: default avatarSimon Guinot <sguinot@lacie.com>
      c1a12602
  3. 23 Mar, 2012 4 commits
  4. 20 Mar, 2012 1 commit
    • Hans de Goede's avatar
      hwmon: (sch56xx) Add support for the integrated watchdog (v2) · 312869ec
      Hans de Goede authored
      
      Add support for the watchdog integrated into the SMSC SCH5627 and
      SCH5636 superio-s. Since the watchdog is part of the hwmon logical device
      and thus shares ioports with it, the watchdog driver is integrated into the
      existing hwmon drivers for these.
      
      Note that this version of the watchdog support for sch56xx superio-s
      implements the watchdog chardev interface itself, rather then relying on
      the recently added watchdog core / watchdog_dev. This is done because
      currently some needed functionality is missing from watchdog_dev, as soon
      as this functionality is added (which is being discussed on the
      linux-watchdog mailinglist), I'll convert this driver over to using
      watchdog_dev.
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      [guenter.roeck@ericsson.com: Added missing linux/slab.h include]
      Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
      312869ec
  5. 19 Mar, 2012 1 commit
  6. 07 Mar, 2012 2 commits
  7. 16 Jan, 2012 2 commits
  8. 05 Jan, 2012 1 commit
  9. 17 Nov, 2011 1 commit
  10. 04 Nov, 2011 2 commits
  11. 24 Oct, 2011 3 commits
  12. 28 Jul, 2011 6 commits
  13. 25 Jul, 2011 3 commits
  14. 03 Jul, 2011 1 commit
  15. 25 May, 2011 7 commits
  16. 21 May, 2011 1 commit
  17. 19 May, 2011 1 commit