1. 27 4月, 2012 1 次提交
  2. 15 2月, 2012 1 次提交
    • H
      [media] v4l2: standardize log start/end message · e2ecb257
      Hans Verkuil 提交于
      For drivers that properly use the v4l2 framework (i.e. set v4l2_dev in the
      video_device struct), the start and end messages of VIDIOC_LOG_STATUS are
      now generated automatically. People tended to forget these, but the v4l2-ctl
      tool scans for these messages, and it also makes it easier to read the status
      output in the kernel log.
      
      The cx18, ivtv and bttv drivers were changed since they no longer need to
      log these start/end messages.
      
      In saa7164 two empty log_status functions were removed.
      
      Also added a helper function to v4l2-ctrl.c that can be used as the
      vidioc_log_status callback if all you need to do is to log the current control
      values. This is now used by pwc and vivi.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Cc: Steven Toth <stoth@kernellabs.com>
      Cc: Andy Walls <awalls@md.metrocast.net>
      Cc: Hans de Goede <hdegoede@redhat.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      e2ecb257
  3. 28 7月, 2011 1 次提交
  4. 10 5月, 2011 1 次提交
  5. 22 3月, 2011 1 次提交
  6. 29 12月, 2010 1 次提交
  7. 21 10月, 2010 25 次提交
  8. 30 12月, 2008 1 次提交
    • A
      V4L/DVB (9720): cx18: Major rewrite of interrupt handling for incoming mailbox processing · ee2d64f5
      Andy Walls 提交于
      A major rewrite of interrupt handling for incoming mailbox processing, to split
      the timing critical steps from the the deferrable steps as the sending XPU on
      the CX23418 will time out and overwrite our incoming mailboxes rather quickly.
      Setup a pool of work "order forms" for the irq handler to send jobs to the new
      work handler routine which uses the kernel default work queue to do the
      deferrable work.  Started optimizing some of the cx18-io calls as they are now
      the low hanging fruit for recoving microseconds back from the timeline.
      Future optimizations will get rid of mmio read retries, mmio stats logging, and
      combine smaller functions in the irq path into the larger ones to save ~2 us
      each.
      Signed-off-by: NAndy Walls <awalls@radix.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      ee2d64f5
  9. 11 11月, 2008 1 次提交
  10. 04 9月, 2008 1 次提交
  11. 30 4月, 2008 1 次提交
  12. 25 4月, 2008 1 次提交
  13. 26 1月, 2008 2 次提交
  14. 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