aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/sa1100fb.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21FB: sa1100: remove global sa1100fb_.*_power function pointersRussell King1-0/+4
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>
2012-02-21FB: sa1100: move machine inf structures to <video/sa1100fb.h>Russell King1-0/+59
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>