1. 23 11月, 2016 2 次提交
  2. 17 11月, 2016 1 次提交
  3. 09 11月, 2016 9 次提交
  4. 27 9月, 2016 1 次提交
  5. 20 9月, 2016 3 次提交
    • N
      [media] Input: v4l-touch - add copyright lines · f3c4a8f8
      Nick Dyer 提交于
      Add copyright lines for Zodiac who paid for the V4L touch work.
      Signed-off-by: NNick Dyer <nick@shmanahar.org>
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      f3c4a8f8
    • A
      [media] Input: synaptics-rmi4: disallow impossible configuration · 47d8e00c
      Arnd Bergmann 提交于
      The newly added debug mode for the synaptics-rmi4 driver relies on
      the v4l2 interface and vb2_vmalloc, but those might be configured
      as loadable modules when the driver itself is built-in, resulting
      in a link failure:
      
      drivers/input/rmi4/rmi_core.o: In function `rmi_f54_remove':
      rmi_f54.c:(.text.rmi_f54_remove+0x14): undefined reference to `video_unregister_device'
      rmi_f54.c:(.text.rmi_f54_remove+0x20): undefined reference to `v4l2_device_unregister'
      drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_s_input':
      rmi_f54.c:(.text.rmi_f54_vidioc_s_input+0x10): undefined reference to `video_devdata'
      drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_g_input':
      rmi_f54.c:(.text.rmi_f54_vidioc_g_input+0x10): undefined reference to `video_devdata'
      drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_fmt':
      rmi_f54.c:(.text.rmi_f54_vidioc_fmt+0x10): undefined reference to `video_devdata'
      drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_enum_input':
      rmi_f54.c:(.text.rmi_f54_vidioc_enum_input+0x10): undefined reference to `video_devdata'
      drivers/input/rmi4/rmi_core.o: In function `rmi_f54_vidioc_querycap':
      ...
      
      The best workaround I could come up with is to disallow the debug
      mode unless it's actually possible to call it.
      
      Fixes: 3a762dbd ("[media] Input: synaptics-rmi4 - add support for F54 diagnostics")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NNick Dyer <nick@shmanahar.org>
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      47d8e00c
    • A
      [media] Input: atmel_mxt: disallow impossible configuration · 7a4b9a29
      Arnd Bergmann 提交于
      The newnly added debug mode for the atmel_mxt_ts driver relies on
      the v4l2 interface and vb2_vmalloc, but those might be configured
      as loadable modules when the driver itself is built-in, resulting
      in a link failure:
      
      drivers/input/touchscreen/atmel_mxt_ts.o: In function `mxt_vidioc_querycap':
      atmel_mxt_ts.c:(.text.mxt_vidioc_querycap+0x10): undefined reference to `video_devdata'
      drivers/input/touchscreen/atmel_mxt_ts.o: In function `mxt_buffer_queue':
      atmel_mxt_ts.c:(.text.mxt_buffer_queue+0x20): undefined reference to `vb2_plane_vaddr'
      atmel_mxt_ts.c:(.text.mxt_buffer_queue+0x164): undefined reference to `vb2_buffer_done'
      drivers/input/touchscreen/atmel_mxt_ts.o: In function `mxt_free_object_table':
      atmel_mxt_ts.c:(.text.mxt_free_object_table+0x18): undefined reference to `video_unregister_device'
      atmel_mxt_ts.c:(.text.mxt_free_object_table+0x20): undefined reference to `v4l2_device_unregister'
      
      The best workaround I could come up with is to disallow the debug
      mode unless it's actually possible to call it.
      
      Fixes: ecfdd7e2 ("[media] Input: atmel_mxt_ts - output diagnostic debug via V4L2 device")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Acked-by: NNick Dyer <nick@shmanahar.org>
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
      7a4b9a29
  6. 11 9月, 2016 2 次提交
  7. 24 8月, 2016 9 次提交
  8. 23 8月, 2016 4 次提交
  9. 20 8月, 2016 1 次提交
  10. 04 8月, 2016 2 次提交
  11. 03 8月, 2016 5 次提交
  12. 28 7月, 2016 1 次提交