From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imre Deak Subject: [PULL REQUEST] omapfb: Add support for new LCDs / misc fixes Date: Thu, 11 Jun 2009 15:02:06 +0300 Message-ID: <20090611120206.GD21836@localhost> References: <1244137965-8937-1-git-send-email-imre.deak@nokia.com> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1244137965-8937-1-git-send-email-imre.deak@nokia.com> Sender: linux-omap-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: Krzysztof Helt Cc: Antonino Daplas , "linux-fbdev-devel@lists.sourceforge.net" , "linux-omap@vger.kernel.org" , Tony Lindgren , "Valkeinen Tomi (Nokia-D/Helsinki)" Hi, the following pull request is for the patchset updated based on your co= mments: The following changes since commit 07a2039b8eb0af4ff464efd3dfd95de5c026= 48c6: Linus Torvalds (1): Linux 2.6.30 are available in the git repository at: git://koowaldah.org/people/imre/linux-2.6-fb master Daniel Stone (1): omapfb: dispc: Allow multiple external IRQ handlers Hunyue Yau (1): omapfb: Add support for the 2430SDP LCD Imre Deak (5): omapfb: Add support for MIPI-DCS compatible LCDs N770: Enable LCD MIPI-DCS in Kconfig omapfb: dispc: Various typo fixes omapfb: Add FB manual update option to Kconfig omapfb: HWA742: fix pointer to be const Jonathan McDowell (1): omapfb: Add support for the Amstrad Delta LCD Jouni Hogander (2): omapfb: dispc: Disable iface clocks along with func clocks omapfb: dispc: Enable wake up capability Jouni H=F6gander (1): omapfb: suspend/resume only if FB device is already initialized Kevin Hilman (1): omapfb: Add support for the 3430SDP LCD Koen Kooi (1): omapfb: Add support for the OMAP3 Beagle DVI output Kyungmin Park (1): omapfb: Add support for the Apollon LCD Rodrigo Vivi (1): omapfb: Add support for rotation on the Blizzard LCD ctrl Stanley.Miao (1): omapfb: Add support for the ZOOM MDK LCD Steve Sakoman (2): omapfb: Add support for the OMAP3 EVM LCD omapfb: Add support for the Gumstix Overo LCD arun c (2): omapfb: Add support for the OMAP2EVM LCD omapfb: Fix coding style / remove dead line arch/arm/configs/n770_defconfig | 2 +- arch/arm/configs/omap3_beagle_defconfig | 47 ++- arch/arm/configs/omap_3430sdp_defconfig | 39 ++- arch/arm/configs/omap_ldp_defconfig | 54 +++- arch/arm/plat-omap/include/mach/lcd_mipid.h | 5 + arch/arm/plat-omap/include/mach/omapfb.h | 4 +- drivers/video/omap/Kconfig | 82 +++- drivers/video/omap/Makefile | 12 + drivers/video/omap/blizzard.c | 91 ++++- drivers/video/omap/dispc.c | 130 ++++--- drivers/video/omap/dispc.h | 7 +- drivers/video/omap/hwa742.c | 2 +- drivers/video/omap/lcd_2430sdp.c | 200 +++++++++ drivers/video/omap/lcd_ams_delta.c | 137 ++++++ drivers/video/omap/lcd_apollon.c | 138 ++++++ drivers/video/omap/lcd_ldp.c | 200 +++++++++ drivers/video/omap/lcd_mipid.c | 625 +++++++++++++++++++= ++++++++ drivers/video/omap/lcd_omap2evm.c | 189 ++++++++ drivers/video/omap/lcd_omap3beagle.c | 133 ++++++ drivers/video/omap/lcd_omap3evm.c | 191 ++++++++ drivers/video/omap/lcd_overo.c | 179 ++++++++ drivers/video/omap/omapfb_main.c | 64 ++- drivers/video/omap/rfbi.c | 7 +- 23 files changed, 2424 insertions(+), 114 deletions(-) create mode 100644 drivers/video/omap/lcd_2430sdp.c create mode 100644 drivers/video/omap/lcd_ams_delta.c create mode 100644 drivers/video/omap/lcd_apollon.c create mode 100644 drivers/video/omap/lcd_ldp.c create mode 100644 drivers/video/omap/lcd_mipid.c create mode 100644 drivers/video/omap/lcd_omap2evm.c create mode 100644 drivers/video/omap/lcd_omap3beagle.c create mode 100644 drivers/video/omap/lcd_omap3evm.c create mode 100644 drivers/video/omap/lcd_overo.c --Imre -- To unsubscribe from this list: send the line "unsubscribe linux-omap" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html