1. 28 7月, 2011 1 次提交
  2. 02 12月, 2010 1 次提交
    • H
      [media] BKL: trivial BKL removal from V4L2 radio drivers · 32958fdd
      Hans Verkuil 提交于
      The patch converts a bunch of V4L2 radio drivers to unlocked_ioctl.
      
      These are all simple conversions: most already had a lock and so the ioctl
      fop could simply be replaced by unlocked_ioctl.
      
      radio-miropcm20.c was converted to use the new V4L2 core lock.
      
      While doing this work I noticed that many of these drivers initialized
      some more fields or muted audio or something like that *after* creating
      the device node. This should be done before the device node is created
      to prevent problems. Especially hal tends to grab a device node as soon
      as it is created.
      
      In one or two cases the mutex_init was even done after the device creation!
      Signed-off-by: NHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      32958fdd
  3. 07 4月, 2009 1 次提交
  4. 30 3月, 2009 2 次提交
  5. 03 1月, 2009 1 次提交
  6. 30 12月, 2008 1 次提交
  7. 12 10月, 2008 4 次提交
  8. 04 9月, 2008 1 次提交
  9. 27 7月, 2008 1 次提交
  10. 26 7月, 2008 2 次提交
  11. 24 7月, 2008 1 次提交
  12. 25 4月, 2008 1 次提交
  13. 26 1月, 2008 2 次提交
  14. 22 10月, 2007 1 次提交
  15. 10 10月, 2007 3 次提交
  16. 19 7月, 2007 1 次提交
  17. 28 4月, 2007 1 次提交
  18. 13 2月, 2007 1 次提交
  19. 26 9月, 2006 2 次提交
  20. 25 6月, 2006 2 次提交
  21. 10 1月, 2006 1 次提交
    • A
      V4L (926_2): Moves compat32 functions from fs to v4l subsystem · 0d0fbf81
      Arnd Bergmann 提交于
      This moves the 32 bit ioctl compatibility handlers for
      Video4Linux into a new file and adds explicit calls to them
      to each v4l device driver.
      
      Unfortunately, there does not seem to be any code handling
      the v4l2 ioctls, so quite often the code goes through two
      separate conversions, first from 32 bit v4l to 64 bit v4l,
      and from there to 64 bit v4l2. My patch does not change
      that, so there is still much room for improvement.
      
      Also, some drivers have additional ioctl numbers, for
      which the conversion should be handled internally to
      that driver.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@brturbo.com.br>
      0d0fbf81
  22. 13 9月, 2005 1 次提交
  23. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4