Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FB: sa1100: remove global sa1100fb_.*_power function pointers | Russell King | 2012-02-21 | 1 | -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> | ||||
* | FB: sa1100: move machine inf structures to <video/sa1100fb.h> | Russell King | 2012-02-21 | 1 | -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> |