From: Arnd Bergmann <arnd@arndb.de>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: Re: [GIT PULL] DSS fixes for v3.2-rc2
Date: Thu, 24 Nov 2011 16:06:54 +0000 [thread overview]
Message-ID: <201111241606.54879.arnd@arndb.de> (raw)
In-Reply-To: <20111123235542.GL31337@atomide.com>
On Wednesday 23 November 2011, Tony Lindgren wrote:
> Hi Arnd,
>
> This one has been separated out from the rest of the fixes.
Pulled into the fixes branch now. I'll send out the branch
after testing it on tomorrow's linux-next.
> If some of these need to go to stable, then Tomi should
> do the rebasing and send them to stable@vger.kernel.org
> as they don't apply cleanly on v3.1.
Ok. I've taken Tomi on Cc as a reminder for him, although I guess
you already discussed it with him.
Kiitoksia paljon,
Arnd
>
> The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
> Linus Torvalds (1):
> Linux 3.2-rc2
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-dss
>
> Archit Taneja (1):
> ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader
>
> Tomi Valkeinen (9):
> ARM: OMAP2xxx: HWMOD: Fix DSS reset
> ARM: OMAP2xxx: HWMOD: fix DSS clock data
> ARM: OMAP3: HWMOD: Fix DSS reset
> ARM: OMAP3: HWMOD: fix DSS clock data
> ARM: OMAP4: HWMOD: remove extra clocks
> ARM: OMAP4: HWMOD: Add HWMOD_CONTROL_OPT_CLKS_IN_RESET for dss_core
> ARM: OMAP4: HWMOD: fix DSS clock data
> ARM: OMAP2/3: HWMOD: Add SYSS_HAS_RESET_STATUS for dss
> ARM: OMAP: HWMOD: Unify DSS resets for OMAPs
>
> Tony Lindgren (1):
> Merge branch 'hwmod_dss_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into fixes-dss
>
> arch/arm/mach-omap2/Makefile | 5 +-
> arch/arm/mach-omap2/display.c | 159 ++++++++++++++++++++
> arch/arm/mach-omap2/display.h | 29 ++++
> arch/arm/mach-omap2/omap_hwmod_2420_data.c | 17 ++-
> arch/arm/mach-omap2/omap_hwmod_2430_data.c | 17 ++-
> .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 5 +-
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 37 ++++-
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 24 ++--
> arch/arm/mach-omap2/omap_hwmod_common_data.c | 4 +
> arch/arm/mach-omap2/omap_hwmod_common_data.h | 4 +
> arch/arm/plat-omap/include/plat/common.h | 3 +
> include/video/omapdss.h | 7 -
> 12 files changed, 276 insertions(+), 35 deletions(-)
> create mode 100644 arch/arm/mach-omap2/display.h
>
WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] DSS fixes for v3.2-rc2
Date: Thu, 24 Nov 2011 16:06:54 +0000 [thread overview]
Message-ID: <201111241606.54879.arnd@arndb.de> (raw)
In-Reply-To: <20111123235542.GL31337@atomide.com>
On Wednesday 23 November 2011, Tony Lindgren wrote:
> Hi Arnd,
>
> This one has been separated out from the rest of the fixes.
Pulled into the fixes branch now. I'll send out the branch
after testing it on tomorrow's linux-next.
> If some of these need to go to stable, then Tomi should
> do the rebasing and send them to stable at vger.kernel.org
> as they don't apply cleanly on v3.1.
Ok. I've taken Tomi on Cc as a reminder for him, although I guess
you already discussed it with him.
Kiitoksia paljon,
Arnd
>
> The following changes since commit cfcfc9eca2bcbd26a8e206baeb005b055dbf8e37:
> Linus Torvalds (1):
> Linux 3.2-rc2
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-dss
>
> Archit Taneja (1):
> ARM: OMAP2PLUS: DSS: Ensure DSS works correctly if display is enabled in bootloader
>
> Tomi Valkeinen (9):
> ARM: OMAP2xxx: HWMOD: Fix DSS reset
> ARM: OMAP2xxx: HWMOD: fix DSS clock data
> ARM: OMAP3: HWMOD: Fix DSS reset
> ARM: OMAP3: HWMOD: fix DSS clock data
> ARM: OMAP4: HWMOD: remove extra clocks
> ARM: OMAP4: HWMOD: Add HWMOD_CONTROL_OPT_CLKS_IN_RESET for dss_core
> ARM: OMAP4: HWMOD: fix DSS clock data
> ARM: OMAP2/3: HWMOD: Add SYSS_HAS_RESET_STATUS for dss
> ARM: OMAP: HWMOD: Unify DSS resets for OMAPs
>
> Tony Lindgren (1):
> Merge branch 'hwmod_dss_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into fixes-dss
>
> arch/arm/mach-omap2/Makefile | 5 +-
> arch/arm/mach-omap2/display.c | 159 ++++++++++++++++++++
> arch/arm/mach-omap2/display.h | 29 ++++
> arch/arm/mach-omap2/omap_hwmod_2420_data.c | 17 ++-
> arch/arm/mach-omap2/omap_hwmod_2430_data.c | 17 ++-
> .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c | 5 +-
> arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 37 ++++-
> arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 24 ++--
> arch/arm/mach-omap2/omap_hwmod_common_data.c | 4 +
> arch/arm/mach-omap2/omap_hwmod_common_data.h | 4 +
> arch/arm/plat-omap/include/plat/common.h | 3 +
> include/video/omapdss.h | 7 -
> 12 files changed, 276 insertions(+), 35 deletions(-)
> create mode 100644 arch/arm/mach-omap2/display.h
>
next prev parent reply other threads:[~2011-11-24 16:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-23 23:55 [GIT PULL] DSS fixes for v3.2-rc2 Tony Lindgren
2011-11-23 23:55 ` Tony Lindgren
2011-11-24 16:06 ` Arnd Bergmann [this message]
2011-11-24 16:06 ` Arnd Bergmann
2011-11-24 19:42 ` Tony Lindgren
2011-11-24 19:42 ` Tony Lindgren
2011-11-29 8:12 ` Tomi Valkeinen
2011-11-29 8:12 ` Tomi Valkeinen
2011-11-29 14:51 ` Arnd Bergmann
2011-11-29 14:51 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201111241606.54879.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@ti.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.