]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00213158-3 FB: Clean up fb interrupt handler
authorWayne Zou <b36644@freescale.com>
Tue, 12 Jun 2012 06:52:21 +0000 (14:52 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:07 +0000 (14:12 +0200)
commit3cd6c6c2a6c31b5803b8e7d1a0e2a73edeedda76
tree3abb9f7fa1855e6225e72417a4d912df3076d481
parentb47e3d7a8cbc3226fae4ee1381e83da38e45ebb0
ENGR00213158-3 FB: Clean up fb interrupt handler

Clean up the fb driver for maintainability:
1. Use completion instead of semaphore API interface.
2. Use IPU oneshot interrupt mode and remove ipu_disable_irq()
   function call in interrupt handler.

Signed-off-by: Wayne Zou <b36644@freescale.com>
drivers/video/mxc/mxc_ipuv3_fb.c