From: Andy Walls Date: Mon, 19 Jul 2010 04:35:46 +0000 (-0300) Subject: V4L/DVB: cx23885: Move AV Core irq handling to a work handler X-Git-Tag: v2.6.36-rc1~289^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5514f104d875b3d28cbcd5d4f2b96ab2fca1e29;p=pandora-kernel.git V4L/DVB: cx23885: Move AV Core irq handling to a work handler Interrupts from the AV Core are best handled by a workqueue handler since many I2C transactions are required to service the AV Core interrupt. The AV_CORE PCI interrupt is disabled by the IRQ handler and reenabled when the work handler is finished. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed