This patch set ports all the OMAP2/3 boards, except N8x0, that use the old omapfb to use the newer DSS2 driver. Only board files are changed, the panel driver additions are done in separate patch set. Applying this set without the driver changes will obviously disable the displays of the affected boards until the drivers are also merged. Some board files contained old omapfb code, but there wasn't a matching LCD driver. That board file code is also removed. Porting N800 driver is more complicated, as the blizzard chip driver is quite big and includes features that cannot be supported in DSS2 currently. I will post patches for that later. I don't have any of the boards touched by these patches, so testing is appreciated. Tomi Tomi Valkeinen (6): OMAP: RX51: Remove unused old omapfb stuff OMAP: omap3touchbook: Remove unused lcd stuff OMAP: 2420SDP: Port the display driver to new DSS2 OMAP: LDP: Port the display driver to new DSS2 OMAP: H4: Port the display driver to new DSS2 OMAP: Apollon: Port the display driver to new DSS2 arch/arm/mach-omap2/board-2430sdp.c | 78 ++++++++++++++--- arch/arm/mach-omap2/board-apollon.c | 35 +++++--- arch/arm/mach-omap2/board-h4.c | 42 ++++++---- arch/arm/mach-omap2/board-ldp.c | 123 +++++++++++++++++++++++++--- arch/arm/mach-omap2/board-omap3touchbook.c | 18 ---- arch/arm/mach-omap2/board-rx51.c | 25 ------ 6 files changed, 225 insertions(+), 96 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html