1. 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
  2. 12 10月, 2008 2 次提交
  3. 04 9月, 2008 1 次提交
  4. 14 5月, 2008 1 次提交
  5. 30 4月, 2008 1 次提交