commit | f74de500a1e8d82f29b59b2b8f0ce87cf3d5ea54 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Tue Oct 16 17:33:45 2012 -0500 |
committer | Timur Tabi <timur@freescale.com> | Mon Nov 26 13:41:19 2012 -0600 |
tree | 6c33c3b66e8e9009e4fc3920800fce1eff1192a3 | |
parent | e95c17e9caff4b106cc95b761f3e07964a5a0d9f [diff] |
drivers/video: fsl-diu-fb: streamline enabling of interrupts Remove functions request_irq_local() and free_irq_local(), and merge their code into the functions that handle opening and closing the framebuffer. We also improve the way that interrupts are enabled. Also implement a work-around for broken U-Boots that leave the DIU interrupts enabled. Signed-off-by: Timur Tabi <timur@freescale.com>