1. 07 1月, 2009 1 次提交
  2. 03 1月, 2009 2 次提交
  3. 11 11月, 2008 1 次提交
  4. 22 10月, 2008 1 次提交
    • H
      V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d · c6330fb8
      Hans Verkuil 提交于
      The kernel number of a v4l2 node (e.g. videoX, radioX or vbiX) is now
      independent of the minor number. So instead of using the minor field
      of the video_device struct one has to use the num field: this always
      contains the kernel number of the device node.
      
      I forgot about this when I did the v4l2 core change, so this patch
      converts all drivers that use it in one go. Luckily the change is
      trivial.
      
      Cc: michael@mihu.de
      Cc: mchehab@infradead.org
      Cc: corbet@lwn.net
      Cc: luca.risolia@studio.unibo.it
      Cc: isely@pobox.com
      Cc: pe1rxq@amsat.org
      Cc: royale@zerezo.com
      Cc: mkrufky@linuxtv.org
      Cc: stoth@linuxtv.org
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c6330fb8
  5. 12 10月, 2008 1 次提交
  6. 05 10月, 2008 1 次提交
    • A
      V4L/DVB (8960): drivers/media/video/cafe_ccic.c needs mm.h · ec16d020
      Andrew Morton 提交于
      sparc32 allmodconfig:
      
      drivers/media/video/cafe_ccic.c: In function 'cafe_setup_siobuf':
      drivers/media/video/cafe_ccic.c:1192: error: implicit declaration of function 'PAGE_ALIGN'
      drivers/media/video/cafe_ccic.c: At top level:
      drivers/media/video/cafe_ccic.c:1430: error: variable 'cafe_v4l_vm_ops' has initializer but incomplete type
      drivers/media/video/cafe_ccic.c:1431: error: unknown field 'open' specified in initializer
      drivers/media/video/cafe_ccic.c:1431: warning: excess elements in struct initializer
      drivers/media/video/cafe_ccic.c:1431: warning: (near initialization for 'cafe_v4l_vm_ops')
      drivers/media/video/cafe_ccic.c:1432: error: unknown field 'close' specified in initializer
      drivers/media/video/cafe_ccic.c:1433: warning: excess elements in struct initializer
      drivers/media/video/cafe_ccic.c:1433: warning: (near initialization for 'cafe_v4l_vm_ops')
      drivers/media/video/cafe_ccic.c: In function 'cafe_v4l_mmap':
      drivers/media/video/cafe_ccic.c:1444: error: 'VM_WRITE' undeclared (first use in this function)
      drivers/media/video/cafe_ccic.c:1444: error: (Each undeclared identifier is reported only once
      drivers/media/video/cafe_ccic.c:1444: error: for each function it appears in.)
      drivers/media/video/cafe_ccic.c:1444: error: 'VM_SHARED' undeclared (first use in this function)
      drivers/media/video/cafe_ccic.c:1461: error: 'VM_DONTEXPAND' undeclared (first use in this function)
      
      This build breakage is caused by some header file shuffle in linux-next.  But
      I suggest that this patch be merged ahead of linux-next to avoid bisection
      breakage.
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      ec16d020
  7. 04 9月, 2008 1 次提交
  8. 27 7月, 2008 1 次提交
  9. 26 7月, 2008 1 次提交
  10. 24 7月, 2008 2 次提交
  11. 20 7月, 2008 1 次提交
  12. 25 4月, 2008 1 次提交
  13. 05 11月, 2007 2 次提交
  14. 10 10月, 2007 3 次提交
  15. 20 8月, 2007 3 次提交
  16. 23 5月, 2007 1 次提交
  17. 28 4月, 2007 7 次提交
  18. 01 3月, 2007 1 次提交
  19. 21 2月, 2007 1 次提交
  20. 14 2月, 2007 1 次提交
    • J
      i2c: Declare more i2c_adapter parent devices · 12a917f6
      Jean Delvare 提交于
      Declare the parent device of i2c_adapter devices each time we can
      easily do so. It makes the i2c_adapter appear at the right place in
      the device tree, rather than as a platform device.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Cc: Len Brown <len.brown@intel.com>
      Cc: Jordan Crouse <jordan.crouse@amd.com>
      Cc: Jody McIntyre <scjody@modernduck.com>
      Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
      Cc: v4l-dvb-maintainer@linuxtv.org
      Cc: Petr Vandrovec <vandrove@vc.cvut.cz>
      12a917f6
  21. 13 2月, 2007 1 次提交
  22. 28 12月, 2006 1 次提交
  23. 10 12月, 2006 5 次提交