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 <imre.d...@nokia.com> wrote:
> 
> > Hi,
> > 
> > the following pull request is for the patchset updated based on your 
> > comments:
> > 
> > The following changes since commit 07a2039b8eb0af4ff464efd3dfd95de5c02648c6:
> >   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ögander (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
> >
> 
> I assume you introduced small changes after my review. 
> 
> For the whole patchset:
> 
> Acked-by: Krzysztof Helt <krzysztof...@wp.pl>

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" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to