History log of /include/video/sa1100fb.h
Revision Date Author Comments
086ada54abaa4316e8603f02410fe8ebc9ba2de1 14-Jan-2012 Russell King <rmk+kernel@arm.linux.org.uk> FB: sa1100: remove global sa1100fb_.*_power function pointers

Now that we have platform data contained within the individual board
code, we can get rid of the global function pointers, placing them
inside the platform data instead.

Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9e6720fb0cfd6edda12b408a66f4ac88e8a82e32 14-Jan-2012 Russell King <rmk+kernel@arm.linux.org.uk> FB: sa1100: move machine inf structures to <video/sa1100fb.h>

Move the LCD data structures to an include file which can be shared
with the board code in arch/arm/mach-sa1100.

Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>