Daniel Stone
4c88ef170f
omapfb: dispc: allow multiple external IRQ handlers
...
Previously, the only external (to dispc.c) IRQ handler was RFBI's frame
done handler. dispc's IRQ framework was very dumb: you could only have
one handler, and the semantics of {request,free}_irq were odd, to say the
least.
The new framework allows multiple consumers to register arbitrary IRQ
masks.
Signed-off-by: Daniel Stone <daniel.stone@nokia.com >
Signed-off-by: Tony Lindgren <tony@atomide.com >
Signed-off-by: Imre Deak <imre.deak@nokia.com >
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2009-09-23 07:39:50 -07:00
Tony Lindgren
005187eeca
ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi, v2
...
This makes the framebuffer work on omap3.
Also fix the clk_get usage for checkpatch.pl
"ERROR: do not use assignment in if condition".
Cc: Imre Deak <imre.deak@nokia.com >
Cc: linux-fbdev-devel@lists.sourceforge.net
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl >
Signed-off-by: Tony Lindgren <tony@atomide.com >
2009-05-16 08:28:17 -07:00
Russell King
55c381e489
[ARM] omap: convert OMAP drivers to use ioremap()
...
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2008-09-05 17:02:30 +01:00
Russell King
a09e64fbc0
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
...
This just leaves include/asm-arm/plat-* to deal with.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2008-08-07 09:55:48 +01:00
Joe Perches
898eb71cb1
Add missing newlines to some uses of dev_<level> messages
...
Found these while looking at printk uses.
Add missing newlines to dev_<level> uses
Add missing KERN_<level> prefixes to multiline dev_<level>s
Fixed a wierd->weird spelling typo
Added a newline to a printk
Signed-off-by: Joe Perches <joe@perches.com >
Cc: "Luck, Tony" <tony.luck@intel.com >
Cc: Jens Axboe <jens.axboe@oracle.com >
Cc: Mark M. Hoffman <mhoffman@lightlink.com >
Cc: Roland Dreier <rolandd@cisco.com >
Cc: Tilman Schmidt <tilman@imap.cc >
Cc: David Woodhouse <dwmw2@infradead.org >
Cc: Jeff Garzik <jeff@garzik.org >
Cc: Stephen Hemminger <shemminger@linux-foundation.org >
Cc: Greg KH <greg@kroah.com >
Cc: Jeremy Fitzhardinge <jeremy@goop.org >
Cc: Geert Uytterhoeven <geert@linux-m68k.org >
Cc: Alessandro Zummo <a.zummo@towertech.it >
Cc: David Brownell <david-b@pacbell.net >
Cc: James Smart <James.Smart@Emulex.Com >
Cc: Andrew Vasquez <andrew.vasquez@qlogic.com >
Cc: "Antonino A. Daplas" <adaplas@pol.net >
Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru >
Cc: Russell King <rmk@arm.linux.org.uk >
Cc: Jaroslav Kysela <perex@suse.cz >
Cc: Takashi Iwai <tiwai@suse.de >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-10-18 14:37:28 -07:00
Imre Deak
f5c125a0fc
OMAP: add TI OMAP2 external LCD controller support - RFBI
...
- Adds support for Texas Instruments OMAP2 processors boards connected with
external LCD controller through "Remote framebuffer Interface"
Signed-off-by: Trilok Soni <soni.trilok@gmail.com >
Cc: Tony Lindgren <tony@atomide.com >
Cc: "Antonino A. Daplas" <adaplas@pol.net >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2007-07-17 10:23:14 -07:00