]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
v4l: xilinx: scd: Merge the main and DMA IRQ handlers
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 3 Apr 2019 20:01:47 +0000 (13:01 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 5 Apr 2019 11:03:48 +0000 (13:03 +0200)
commit40e4f830ae07a129e800052c6b2abc5ed148653d
treead5488aff4d326051d66b8ff73ecbd81aefdd0c5
parente6b11343b9440dafd7ce1d38bfb2e4434514fda6
v4l: xilinx: scd: Merge the main and DMA IRQ handlers

Both the main SCD driver and the DMA support code register an IRQ
handler, for the same IRQ. This is unnecessary, we can just call the DMA
IRQ handling function from the main IRQ handler.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
drivers/media/platform/xilinx/xilinx-scenechange-dma.c
drivers/media/platform/xilinx/xilinx-scenechange.c
drivers/media/platform/xilinx/xilinx-scenechange.h