• C
    video: da8xx: Register IRQ as last thing in driver probing. · 93c176f3
    Caglar Akyuz 提交于
    Following commit exposed a bug in driver:
    
    	"fbdev: da8xx/omap-l1xx: implement double buffering"
    
    Bug is, if interrupt handler is called before initialization is
    finished, raster controller is enabled and following register
    modifications causes hardware to stay in a broken state.
    
    By looking at this one may say that proper locking is missing in
    this driver, and a more proper fix should be prepared. However,
    aformentioned commit causes a regression in the driver and some
    fix to current one should be applied first.
    Signed-off-by: NCaglar Akyuz <caglar@bilkon-kontrol.com.tr>
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    93c176f3
da8xx-fb.c 28.6 KB