Skip to content
Commit 93c176f3 authored by Caglar Akyuz's avatar Caglar Akyuz Committed by Paul Mundt
Browse files

video: da8xx: Register IRQ as last thing in driver probing.



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: default avatarCaglar Akyuz <caglar@bilkon-kontrol.com.tr>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 22a95949
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment