1. 06 10月, 2015 1 次提交
  2. 03 10月, 2015 1 次提交
  3. 06 9月, 2015 2 次提交
  4. 05 8月, 2015 1 次提交
  5. 28 7月, 2015 2 次提交
  6. 12 7月, 2015 1 次提交
  7. 25 6月, 2015 1 次提交
  8. 27 5月, 2015 1 次提交
  9. 01 5月, 2015 1 次提交
  10. 03 4月, 2015 1 次提交
  11. 25 3月, 2015 1 次提交
  12. 24 3月, 2015 1 次提交
  13. 07 3月, 2015 2 次提交
  14. 03 3月, 2015 1 次提交
    • A
      Input: sun4i-ts - add thermal driver dependency · 4a6155a4
      Arnd Bergmann 提交于
      The sun4i-ts driver has had a dependency on the thermal code
      with the addition of the thermal zone sensor support, but this
      is not currently enforced in Kconfig, so with TOUCHSCREEN_SUN4I=y,
      THERMAL=m and THERMAL_OF=y we get
      
      drivers/built-in.o: In function `sun4i_ts_remove':
      :(.text+0x2376f4): undefined reference to `thermal_zone_of_sensor_unregister'
      drivers/built-in.o: In function `sun4i_ts_probe':
      :(.text+0x237a94): undefined reference to `thermal_zone_of_sensor_register'
      :(.text+0x237c00): undefined reference to `thermal_zone_of_sensor_unregister'
      
      We need the dependency on THERMAL in order to ensure that this
      driver becomes a loadable module if the thermal support itself
      is modular, while the dependency on THERMAL_OF is a runtime
      dependency and the driver will still build if it is missing.
      It is entirely possible to build sun4i-ts without THERMAL_OF
      just to use the hwmon sensors and/or touchscreen.
      
      Fixes: 22369710 ("Input: sun4i-ts - add thermal zone sensor support")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      [wens@csie.org: Fix description and Kconfig dependencies]
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      4a6155a4
  15. 08 12月, 2014 1 次提交
  16. 01 11月, 2014 1 次提交
  17. 10 10月, 2014 1 次提交
  18. 25 7月, 2014 1 次提交
  19. 29 5月, 2014 1 次提交
  20. 19 5月, 2014 1 次提交
  21. 15 5月, 2014 3 次提交
  22. 13 5月, 2014 1 次提交
  23. 08 5月, 2014 1 次提交
  24. 28 3月, 2014 1 次提交
  25. 21 1月, 2014 1 次提交
  26. 20 11月, 2013 1 次提交
  27. 31 10月, 2013 1 次提交
  28. 13 9月, 2013 1 次提交
  29. 03 7月, 2013 1 次提交
  30. 01 7月, 2013 3 次提交
  31. 14 2月, 2013 2 次提交
  32. 07 2月, 2013 1 次提交