1. 01 Sep, 2017 1 commit
  2. 31 Aug, 2017 1 commit
  3. 30 Aug, 2017 9 commits
  4. 22 Aug, 2017 4 commits
  5. 15 Aug, 2017 1 commit
    • Arnd Bergmann's avatar
      hwmon: (aspeed-pwm) add THERMAL dependency · d5553c26
      Arnd Bergmann authored
      With CONFIG_THERMAL=m, a built-in aspeed pwm tacho driver causes
      a link error:
      
      drivers/hwmon/aspeed-pwm-tacho.o: In function `aspeed_pwm_tacho_probe':
      aspeed-pwm-tacho.c:(.text+0x7f0): undefined reference to `thermal_of_cooling_device_register'
      
      This adds a dependency similar to what other hwmon drivers use,
      ensuring that the aspeed driver cannot be built-in in this
      case but has to be a module. With THERMAL=n, we still allow building it.
      
      Fixes: 2d7a548a ("drivers: hwmon: Support for ASPEED PWM/Fan tach")
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
      d5553c26
  6. 14 Aug, 2017 1 commit
  7. 13 Aug, 2017 19 commits
  8. 07 Aug, 2017 1 commit
  9. 06 Aug, 2017 3 commits