1. 06 2月, 2013 3 次提交
  2. 26 9月, 2012 1 次提交
  3. 13 1月, 2012 1 次提交
  4. 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
  5. 27 11月, 2009 1 次提交