* [GIT PULL] omap DSS changes for 2.6.27
@ 2010-10-26 7:53 Tomi Valkeinen
2010-10-26 8:14 ` Shilimkar, Santosh
0 siblings, 1 reply; 3+ messages in thread
From: Tomi Valkeinen @ 2010-10-26 7:53 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, linux-omap@vger.kernel.org, ext Tony Lindgren
Hi Linus,
Please pull OMAP display subsystem changes:
The following changes since commit 899611ee7d373e5eeda08e9a8632684e1ebbbf00:
Linux 2.6.36-rc6 (2010-09-28 18:01:22 -0700)
are available in the git repository at:
git://gitorious.org/linux-omap-dss2/linux.git for-linus
Archit Taneja (2):
OMAP: DSS2: Introduce dss_features files
OMAP: DSS2: Use dss_features framework on DSS2 code
Grazvydas Ignotas (1):
OMAP: DSS2: make filter coefficient tables human readable
Jarkko Nikula (1):
OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panel
Nicolas Kaiser (2):
video/omap: remove mux.h include
arm/omap: simplify conditional
Senthilvadivu Guruswamy (4):
OMAP: DSS2: DSI: Remove extra iounmap in error path
OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFB
OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3
OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3
Stanley.Miao (1):
OMAP: DSS2: don't power off a panel twice
Tasslehoff Kjappfot (1):
OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsync
Uwe Kleine-König (3):
ARM: omap/fb: move omap_init_fb to .init.text
ARM: omap/fb: move omapfb_reserve_sram to .init.text
ARM: omap/fb: move get_fbmem_region() to .init.text
arch/arm/plat-omap/fb.c | 14 +-
arch/arm/plat-omap/include/plat/display.h | 31 ---
arch/arm/plat-omap/include/plat/vrfb.h | 16 ++
drivers/video/omap/lcd_omap3beagle.c | 2 -
drivers/video/omap2/displays/Kconfig | 2 +-
drivers/video/omap2/displays/panel-acx565akm.c | 6 +
drivers/video/omap2/displays/panel-generic.c | 6 +
.../video/omap2/displays/panel-sharp-lq043t1dg01.c | 6 +
.../video/omap2/displays/panel-sharp-ls037v7dw01.c | 6 +
.../video/omap2/displays/panel-toppoly-tdo35s.c | 6 +
.../video/omap2/displays/panel-tpo-td043mtea1.c | 6 +
drivers/video/omap2/dss/Makefile | 2 +-
drivers/video/omap2/dss/core.c | 3 +
drivers/video/omap2/dss/dispc.c | 270 +++++++++-----------
drivers/video/omap2/dss/dsi.c | 1 -
drivers/video/omap2/dss/dss_features.c | 191 ++++++++++++++
drivers/video/omap2/dss/dss_features.h | 50 ++++
drivers/video/omap2/dss/manager.c | 33 ++--
drivers/video/omap2/dss/overlay.c | 24 +-
drivers/video/omap2/omapfb/Kconfig | 2 +-
drivers/video/omap2/omapfb/omapfb-main.c | 26 ++-
21 files changed, 475 insertions(+), 228 deletions(-)
create mode 100644 drivers/video/omap2/dss/dss_features.c
create mode 100644 drivers/video/omap2/dss/dss_features.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [GIT PULL] omap DSS changes for 2.6.27
2010-10-26 7:53 [GIT PULL] omap DSS changes for 2.6.27 Tomi Valkeinen
@ 2010-10-26 8:14 ` Shilimkar, Santosh
2010-10-26 8:41 ` Tomi Valkeinen
0 siblings, 1 reply; 3+ messages in thread
From: Shilimkar, Santosh @ 2010-10-26 8:14 UTC (permalink / raw)
To: Tomi Valkeinen, Linus Torvalds
Cc: linux-kernel, linux-omap@vger.kernel.org, ext Tony Lindgren
Tomi,
Did you mean '[GIT PULL] omap DSS changes for 2.6.37' and
not '[GIT PULL] omap DSS changes for 2.6.27'?
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> owner@vger.kernel.org] On Behalf Of Tomi Valkeinen
> Sent: Tuesday, October 26, 2010 1:24 PM
> To: Linus Torvalds
> Cc: linux-kernel; linux-omap@vger.kernel.org; ext Tony Lindgren
> Subject: [GIT PULL] omap DSS changes for 2.6.27
>
> Hi Linus,
>
> Please pull OMAP display subsystem changes:
>
>
> The following changes since commit
> 899611ee7d373e5eeda08e9a8632684e1ebbbf00:
>
> Linux 2.6.36-rc6 (2010-09-28 18:01:22 -0700)
>
> are available in the git repository at:
> git://gitorious.org/linux-omap-dss2/linux.git for-linus
>
> Archit Taneja (2):
> OMAP: DSS2: Introduce dss_features files
> OMAP: DSS2: Use dss_features framework on DSS2 code
>
> Grazvydas Ignotas (1):
> OMAP: DSS2: make filter coefficient tables human readable
>
> Jarkko Nikula (1):
> OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panel
>
> Nicolas Kaiser (2):
> video/omap: remove mux.h include
> arm/omap: simplify conditional
>
> Senthilvadivu Guruswamy (4):
> OMAP: DSS2: DSI: Remove extra iounmap in error path
> OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFB
> OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3
> OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3
>
> Stanley.Miao (1):
> OMAP: DSS2: don't power off a panel twice
>
> Tasslehoff Kjappfot (1):
> OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and
> vsync
>
> Uwe Kleine-König (3):
> ARM: omap/fb: move omap_init_fb to .init.text
> ARM: omap/fb: move omapfb_reserve_sram to .init.text
> ARM: omap/fb: move get_fbmem_region() to .init.text
>
> arch/arm/plat-omap/fb.c | 14 +-
> arch/arm/plat-omap/include/plat/display.h | 31 ---
> arch/arm/plat-omap/include/plat/vrfb.h | 16 ++
> drivers/video/omap/lcd_omap3beagle.c | 2 -
> drivers/video/omap2/displays/Kconfig | 2 +-
> drivers/video/omap2/displays/panel-acx565akm.c | 6 +
> drivers/video/omap2/displays/panel-generic.c | 6 +
> .../video/omap2/displays/panel-sharp-lq043t1dg01.c | 6 +
> .../video/omap2/displays/panel-sharp-ls037v7dw01.c | 6 +
> .../video/omap2/displays/panel-toppoly-tdo35s.c | 6 +
> .../video/omap2/displays/panel-tpo-td043mtea1.c | 6 +
> drivers/video/omap2/dss/Makefile | 2 +-
> drivers/video/omap2/dss/core.c | 3 +
> drivers/video/omap2/dss/dispc.c | 270 +++++++++------
> -----
> drivers/video/omap2/dss/dsi.c | 1 -
> drivers/video/omap2/dss/dss_features.c | 191 ++++++++++++++
> drivers/video/omap2/dss/dss_features.h | 50 ++++
> drivers/video/omap2/dss/manager.c | 33 ++--
> drivers/video/omap2/dss/overlay.c | 24 +-
> drivers/video/omap2/omapfb/Kconfig | 2 +-
> drivers/video/omap2/omapfb/omapfb-main.c | 26 ++-
> 21 files changed, 475 insertions(+), 228 deletions(-)
> create mode 100644 drivers/video/omap2/dss/dss_features.c
> create mode 100644 drivers/video/omap2/dss/dss_features.h
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [GIT PULL] omap DSS changes for 2.6.27
2010-10-26 8:14 ` Shilimkar, Santosh
@ 2010-10-26 8:41 ` Tomi Valkeinen
0 siblings, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2010-10-26 8:41 UTC (permalink / raw)
To: ext Shilimkar, Santosh
Cc: Linus Torvalds, linux-kernel, linux-omap@vger.kernel.org,
ext Tony Lindgren
Hi,
Oo-ops. Right, the pull request is for 2.6.37. Missed the key, there...
Tomi
On Tue, 2010-10-26 at 10:14 +0200, ext Shilimkar, Santosh wrote:
> Tomi,
> Did you mean '[GIT PULL] omap DSS changes for 2.6.37' and
> not '[GIT PULL] omap DSS changes for 2.6.27'?
>
> > -----Original Message-----
> > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> > owner@vger.kernel.org] On Behalf Of Tomi Valkeinen
> > Sent: Tuesday, October 26, 2010 1:24 PM
> > To: Linus Torvalds
> > Cc: linux-kernel; linux-omap@vger.kernel.org; ext Tony Lindgren
> > Subject: [GIT PULL] omap DSS changes for 2.6.27
> >
> > Hi Linus,
> >
> > Please pull OMAP display subsystem changes:
> >
> >
> > The following changes since commit
> > 899611ee7d373e5eeda08e9a8632684e1ebbbf00:
> >
> > Linux 2.6.36-rc6 (2010-09-28 18:01:22 -0700)
> >
> > are available in the git repository at:
> > git://gitorious.org/linux-omap-dss2/linux.git for-linus
> >
> > Archit Taneja (2):
> > OMAP: DSS2: Introduce dss_features files
> > OMAP: DSS2: Use dss_features framework on DSS2 code
> >
> > Grazvydas Ignotas (1):
> > OMAP: DSS2: make filter coefficient tables human readable
> >
> > Jarkko Nikula (1):
> > OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panel
> >
> > Nicolas Kaiser (2):
> > video/omap: remove mux.h include
> > arm/omap: simplify conditional
> >
> > Senthilvadivu Guruswamy (4):
> > OMAP: DSS2: DSI: Remove extra iounmap in error path
> > OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFB
> > OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3
> > OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3
> >
> > Stanley.Miao (1):
> > OMAP: DSS2: don't power off a panel twice
> >
> > Tasslehoff Kjappfot (1):
> > OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and
> > vsync
> >
> > Uwe Kleine-König (3):
> > ARM: omap/fb: move omap_init_fb to .init.text
> > ARM: omap/fb: move omapfb_reserve_sram to .init.text
> > ARM: omap/fb: move get_fbmem_region() to .init.text
> >
> > arch/arm/plat-omap/fb.c | 14 +-
> > arch/arm/plat-omap/include/plat/display.h | 31 ---
> > arch/arm/plat-omap/include/plat/vrfb.h | 16 ++
> > drivers/video/omap/lcd_omap3beagle.c | 2 -
> > drivers/video/omap2/displays/Kconfig | 2 +-
> > drivers/video/omap2/displays/panel-acx565akm.c | 6 +
> > drivers/video/omap2/displays/panel-generic.c | 6 +
> > .../video/omap2/displays/panel-sharp-lq043t1dg01.c | 6 +
> > .../video/omap2/displays/panel-sharp-ls037v7dw01.c | 6 +
> > .../video/omap2/displays/panel-toppoly-tdo35s.c | 6 +
> > .../video/omap2/displays/panel-tpo-td043mtea1.c | 6 +
> > drivers/video/omap2/dss/Makefile | 2 +-
> > drivers/video/omap2/dss/core.c | 3 +
> > drivers/video/omap2/dss/dispc.c | 270 +++++++++------
> > -----
> > drivers/video/omap2/dss/dsi.c | 1 -
> > drivers/video/omap2/dss/dss_features.c | 191 ++++++++++++++
> > drivers/video/omap2/dss/dss_features.h | 50 ++++
> > drivers/video/omap2/dss/manager.c | 33 ++--
> > drivers/video/omap2/dss/overlay.c | 24 +-
> > drivers/video/omap2/omapfb/Kconfig | 2 +-
> > drivers/video/omap2/omapfb/omapfb-main.c | 26 ++-
> > 21 files changed, 475 insertions(+), 228 deletions(-)
> > create mode 100644 drivers/video/omap2/dss/dss_features.c
> > create mode 100644 drivers/video/omap2/dss/dss_features.h
> >
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-26 8:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-26 7:53 [GIT PULL] omap DSS changes for 2.6.27 Tomi Valkeinen
2010-10-26 8:14 ` Shilimkar, Santosh
2010-10-26 8:41 ` Tomi Valkeinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox