1. 04 11月, 2015 2 次提交
  2. 19 10月, 2015 1 次提交
    • R
      Input: sur40 - add dependency on VIDEO_V4L2 · c8a1978e
      Randy Dunlap 提交于
      Fix build errors due to missing Kconfig dependency.
      
      drivers/built-in.o: In function `sur40_disconnect':
      sur40.c:(.text+0x22be6e): undefined reference to `video_unregister_device'
      sur40.c:(.text+0x22be77): undefined reference to `v4l2_device_unregister'
      drivers/built-in.o: In function `sur40_process_video':
      sur40.c:(.text+0x22c1d4): undefined reference to `v4l2_get_timestamp'
      drivers/built-in.o: In function `sur40_probe':
      sur40.c:(.text+0x22ca82): undefined reference to `v4l2_device_register'
      sur40.c:(.text+0x22cb1a): undefined reference to `v4l2_device_unregister'
      sur40.c:(.text+0x22cbf7): undefined reference to `video_device_release_empty'
      sur40.c:(.text+0x22cc53): undefined reference to `__video_register_device'
      sur40.c:(.text+0x22cc90): undefined reference to `video_unregister_device'
      drivers/built-in.o: In function `sur40_vidioc_querycap':
      sur40.c:(.text+0x22ccb0): undefined reference to `video_devdata'
      Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
      Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
      c8a1978e
  3. 06 10月, 2015 1 次提交
  4. 03 10月, 2015 1 次提交
  5. 06 9月, 2015 2 次提交
  6. 05 8月, 2015 1 次提交
  7. 28 7月, 2015 2 次提交
  8. 12 7月, 2015 1 次提交
  9. 25 6月, 2015 1 次提交
  10. 27 5月, 2015 1 次提交
  11. 01 5月, 2015 1 次提交
  12. 03 4月, 2015 1 次提交
  13. 25 3月, 2015 1 次提交
  14. 24 3月, 2015 1 次提交
  15. 07 3月, 2015 2 次提交
  16. 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
  17. 08 12月, 2014 1 次提交
  18. 01 11月, 2014 1 次提交
  19. 10 10月, 2014 1 次提交
  20. 25 7月, 2014 1 次提交
  21. 29 5月, 2014 1 次提交
  22. 19 5月, 2014 1 次提交
  23. 15 5月, 2014 3 次提交
  24. 13 5月, 2014 1 次提交
  25. 08 5月, 2014 1 次提交
  26. 28 3月, 2014 1 次提交
  27. 21 1月, 2014 1 次提交
  28. 20 11月, 2013 1 次提交
  29. 31 10月, 2013 1 次提交
  30. 13 9月, 2013 1 次提交
  31. 03 7月, 2013 1 次提交
  32. 01 7月, 2013 3 次提交