1. 09 11月, 2010 1 次提交
    • A
      [media] v4l: kill the BKL · 0edf2e5e
      Arnd Bergmann 提交于
      All of the hard problems for BKL removal appear to be solved in the
      v4l-dvb/master tree. This removes the BKL from the various open
      functions that do not need it, or only use it to protect an
      open count.
      
      The zoran driver is nontrivial in this regard, so I introduce
      a new mutex that locks both the open/release and the ioctl
      functions. Someone with access to the hardware can probably
      improve that by using the existing lock in all cases.
      
      Finally, all drivers that still use the locked version of the
      ioctl function now get called under a new mutex instead of
      the BKL.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      0edf2e5e
  2. 23 10月, 2010 1 次提交
  3. 21 10月, 2010 2 次提交
  4. 09 8月, 2010 2 次提交
  5. 01 6月, 2010 1 次提交
  6. 19 5月, 2010 1 次提交
  7. 27 2月, 2010 1 次提交
  8. 16 12月, 2009 5 次提交
  9. 06 12月, 2009 4 次提交
  10. 19 9月, 2009 1 次提交
  11. 13 7月, 2009 1 次提交
  12. 23 6月, 2009 1 次提交
  13. 17 6月, 2009 1 次提交
  14. 07 4月, 2009 3 次提交
  15. 30 3月, 2009 4 次提交
  16. 29 1月, 2009 1 次提交
  17. 03 1月, 2009 2 次提交
  18. 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
  19. 18 10月, 2008 1 次提交
  20. 12 10月, 2008 2 次提交
  21. 04 9月, 2008 1 次提交
  22. 27 7月, 2008 1 次提交
  23. 26 7月, 2008 1 次提交
  24. 24 7月, 2008 1 次提交