From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imre Deak Subject: Re: [PULL REQUEST] omapfb: Add support for new LCDs / misc fixes Date: Wed, 17 Jun 2009 13:25:20 +0300 Message-ID: <20090617102520.GC2926@localhost> References: <1244137965-8937-1-git-send-email-imre.deak@nokia.com> <20090611120206.GD21836@localhost> <20090616185825.0343c9b2.krzysztof.h1@poczta.fm> Mime-Version: 1.0 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <20090616185825.0343c9b2.krzysztof.h1@poczta.fm> Sender: linux-omap-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="iso-8859-1" To: ext Krzysztof Helt Cc: Antonino Daplas , "linux-fbdev-devel@lists.sourceforge.net" , "linux-omap@vger.kernel.org" , Tony Lindgren , "Valkeinen Tomi (Nokia-D/Helsinki)" On Tue, Jun 16, 2009 at 06:58:25PM +0200, ext Krzysztof Helt wrote: > On Thu, 11 Jun 2009 15:02:06 +0300 > Imre Deak wrote: >=20 > > Hi, > >=20 > > the following pull request is for the patchset updated based on you= r comments: > >=20 > > The following changes since commit 07a2039b8eb0af4ff464efd3dfd95de5= c02648c6: > > Linus Torvalds (1): > > Linux 2.6.30 > >=20 > > are available in the git repository at: > >=20 > > git://koowaldah.org/people/imre/linux-2.6-fb master > >=20 > > Daniel Stone (1): > > omapfb: dispc: Allow multiple external IRQ handlers > >=20 > > Hunyue Yau (1): > > omapfb: Add support for the 2430SDP LCD > >=20 > > 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 > >=20 > > Jonathan McDowell (1): > > omapfb: Add support for the Amstrad Delta LCD > >=20 > > Jouni Hogander (2): > > omapfb: dispc: Disable iface clocks along with func clocks > > omapfb: dispc: Enable wake up capability > >=20 > > Jouni H=F6gander (1): > > omapfb: suspend/resume only if FB device is already initializ= ed > >=20 > > Kevin Hilman (1): > > omapfb: Add support for the 3430SDP LCD > >=20 > > Koen Kooi (1): > > omapfb: Add support for the OMAP3 Beagle DVI output > >=20 > > Kyungmin Park (1): > > omapfb: Add support for the Apollon LCD > >=20 > > Rodrigo Vivi (1): > > omapfb: Add support for rotation on the Blizzard LCD ctrl > >=20 > > Stanley.Miao (1): > > omapfb: Add support for the ZOOM MDK LCD > >=20 > > Steve Sakoman (2): > > omapfb: Add support for the OMAP3 EVM LCD > > omapfb: Add support for the Gumstix Overo LCD > >=20 > > arun c (2): > > omapfb: Add support for the OMAP2EVM LCD > > omapfb: Fix coding style / remove dead line > >=20 > > 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 > > >=20 > I assume you introduced small changes after my review.=20 >=20 > For the whole patchset: >=20 > Acked-by: Krzysztof Helt Yes, I've updated the patchset based on our discussion. I've also added your acked-by line. --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