1. 17 6月, 2013 1 次提交
    • H
      [media] v4l2: remove deprecated current_norm support completely · ca371575
      Hans Verkuil 提交于
      The use of current_norm to keep track of the current standard has been
      deprecated for quite some time. Now that all drivers that were using it
      have been converted to use g_std we can drop it from the core.
      It was a bad idea to introduce this at the time: since it is a per-device
      node field it didn't work for drivers that create multiple nodes, all sharing
      the same tuner (e.g. video and vbi nodes, or a raw video node and a compressed
      video node). In addition it was very surprising behavior that g_std was
      implemented in the core. Often drivers implemented both g_std and current_norm,
      because they didn't understand how it should be used.
      Since the benefits were very limited (if they were there at all), it is better
      to just drop it and require that drivers just implement g_std.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      ca371575
  2. 13 6月, 2013 1 次提交
  3. 15 4月, 2013 4 次提交
  4. 25 3月, 2013 2 次提交
  5. 24 3月, 2013 6 次提交
  6. 26 11月, 2012 2 次提交
  7. 07 10月, 2012 2 次提交
  8. 06 10月, 2012 1 次提交
  9. 02 10月, 2012 1 次提交
  10. 27 9月, 2012 1 次提交
  11. 26 9月, 2012 3 次提交
  12. 14 9月, 2012 1 次提交
  13. 14 8月, 2012 1 次提交
  14. 12 8月, 2012 2 次提交
  15. 01 8月, 2012 1 次提交
    • A
      drivers/media/video/v4l2-ioctl.c: fix build · c2cddf99
      Andrew Morton 提交于
      Fix zillions of these:
      
      drivers/media/video/v4l2-ioctl.c:1848: error: unknown field 'func' specified in initializer
      drivers/media/video/v4l2-ioctl.c:1848: warning: missing braces around initializer
      drivers/media/video/v4l2-ioctl.c:1848: warning: (near initialization for 'v4l2_ioctls[0].<anonymous>')
      drivers/media/video/v4l2-ioctl.c:1848: warning: initialization makes integer from pointer without a cast
      drivers/media/video/v4l2-ioctl.c:1848: error: initializer element is not computable at load time
      drivers/media/video/v4l2-ioctl.c:1848: error: (near initialization for 'v4l2_ioctls[0].<anonymous>.offset')
      
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      c2cddf99
  16. 31 7月, 2012 4 次提交
  17. 30 7月, 2012 1 次提交
  18. 07 7月, 2012 6 次提交