-
- Downloads
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 <awalls@md.metrocast.net> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
Showing
- drivers/media/video/cx23885/Makefile 3 additions, 2 deletionsdrivers/media/video/cx23885/Makefile
- drivers/media/video/cx23885/cx23885-av.c 35 additions, 0 deletionsdrivers/media/video/cx23885/cx23885-av.c
- drivers/media/video/cx23885/cx23885-av.h 27 additions, 0 deletionsdrivers/media/video/cx23885/cx23885-av.h
- drivers/media/video/cx23885/cx23885-core.c 11 additions, 9 deletionsdrivers/media/video/cx23885/cx23885-core.c
- drivers/media/video/cx23885/cx23885-ir.c 20 additions, 4 deletionsdrivers/media/video/cx23885/cx23885-ir.c
- drivers/media/video/cx23885/cx23885.h 1 addition, 0 deletionsdrivers/media/video/cx23885/cx23885.h
Loading
Please register or sign in to comment