Hi all, Here are few patches to make omap3 framebuffer to work in the mainline kernel. I've just updated the clocks handling and added two missing LCD files. Still waiting for Imre to send all the other fixes.. Stanley, can you give it a try on your LDP? Anybody want to try to produce a similar patch for Beagle for this series? Regards, Tony --- Stanley Miao (1): OMAP_LDP: Support LCD display as a FB device on ZOOM MDK Tony Lindgren (2): ARM: OMAP3: Add more devices for omap3430sdp ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi arch/arm/configs/omap_3430sdp_defconfig | 10 ++ arch/arm/configs/omap_ldp_defconfig | 63 +++++++++- arch/arm/mach-omap2/board-2430sdp.c | 6 + arch/arm/mach-omap2/board-ldp.c | 11 ++ arch/arm/mach-omap2/clock24xx.c | 8 + arch/arm/mach-omap2/clock34xx.c | 10 +- drivers/video/omap/Kconfig | 4 + drivers/video/omap/Makefile | 5 + drivers/video/omap/dispc.c | 11 +- drivers/video/omap/lcd_2430sdp.c | 199 +++++++++++++++++++++++++++++++ drivers/video/omap/lcd_ldp.c | 200 +++++++++++++++++++++++++++++++ drivers/video/omap/rfbi.c | 4 - 12 files changed, 512 insertions(+), 19 deletions(-) create mode 100644 drivers/video/omap/lcd_2430sdp.c create mode 100644 drivers/video/omap/lcd_ldp.c -- Signature -- 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