From: Andy Walls Date: Wed, 5 Nov 2008 03:49:14 +0000 (-0300) Subject: V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to work_queue X-Git-Tag: v2.6.28-rc5~85^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d6782bda5c1fb2bca44af50647b45427d8ef4ec;p=pandora-kernel.git V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to work_queue cx18: Move DVB buffer transfer handling from irq handler to work_queue thread. In order to properly lock the epu2cpu mailbox for driver to CX23418 commands, the DVB/TS buffer handling needs to be moved from the IRQ handler and IRQ context to a work queue. This work_queue implmentation is strikingly similar to the ivtv implementation - for better or worse. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed