From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: [GIT PULL] SoC changes for omap4470, ti814x, am33xx for v3.3 merge window
Date: Wed, 14 Dec 2011 11:48:43 -0800 [thread overview]
Message-ID: <20111214194843.GL32251@atomide.com> (raw)
In-Reply-To: <20111214193547.GI32251@atomide.com>
* Tony Lindgren <tony@atomide.com> [111214 11:04]:
> Hi Arnd & Olof,
>
> Please pull support for new omap variants from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
Sorry the link above should be:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap soc
As below in the pull request.
Regards,
Tony
> This adds minimal support for omap4470, am33xx and ti814x.
> Note that these changes do not contain mux/clock/hwmod changes
> so only minimal boot support is added.
>
> Also, these do not have a dependency after all to the
> previously pulled omap4 branch unlike what I mentioned earlier
>
> The dependency is just Russell's devel-stable at commit
> deee6d5359969a0ce4e2760cfd7b9f379bd5698a as most omap
> patches have.
>
> Regards,
>
> Tony
>
>
> The following changes since commit deee6d5359969a0ce4e2760cfd7b9f379bd5698a:
> Tony Lindgren (1):
> ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart changes
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap soc
>
> Afzal Mohammed (2):
> ARM: OMAP: am33xx: Update common omap platform files
> ARM: OMAP: am33xx: Update common OMAP machine specific sources
>
> David Anders (1):
> ARM: OMAP: id: add chip id recognition for omap4430 es2.3
>
> Hemant Pedanekar (2):
> ARM: OMAP: TI81XX: Prepare for addition of TI814X support
> ARM: OMAP: TI814X: Add cpu type macros and detection support
>
> Leonid Iziumtsev (1):
> ARM: OMAP: ID: Chip detection for OMAP4470
>
> arch/arm/mach-omap2/Kconfig | 11 +++-
> arch/arm/mach-omap2/board-ti8168evm.c | 11 +---
> arch/arm/mach-omap2/clock.c | 2 +-
> arch/arm/mach-omap2/clock.h | 2 +-
> arch/arm/mach-omap2/clock3xxx_data.c | 6 ++-
> arch/arm/mach-omap2/common.c | 48 +++++++++++++----
> arch/arm/mach-omap2/common.h | 23 ++++++--
> arch/arm/mach-omap2/control.h | 8 ++--
> arch/arm/mach-omap2/id.c | 52 ++++++++++++++++---
> arch/arm/mach-omap2/include/mach/debug-macro.S | 12 ++--
> arch/arm/mach-omap2/io.c | 38 +++++++++++---
> arch/arm/mach-omap2/irq.c | 2 +-
> arch/arm/mach-omap2/opp2xxx.h | 2 +-
> arch/arm/mach-omap2/serial.c | 6 +-
> arch/arm/plat-omap/Makefile | 1 -
> .../plat-omap/include/plat/{ti816x.h => am33xx.h} | 20 +++----
> arch/arm/plat-omap/include/plat/clock.h | 4 +-
> arch/arm/plat-omap/include/plat/cpu.h | 56 ++++++++++++++++++++
> arch/arm/plat-omap/include/plat/hardware.h | 3 +-
> arch/arm/plat-omap/include/plat/io.h | 12 ++++
> arch/arm/plat-omap/include/plat/omap34xx.h | 2 +
> arch/arm/plat-omap/include/plat/serial.h | 14 +++---
> .../plat-omap/include/plat/{ti816x.h => ti81xx.h} | 18 +++---
> arch/arm/plat-omap/include/plat/uncompress.h | 8 ++--
> 24 files changed, 267 insertions(+), 94 deletions(-)
> copy arch/arm/plat-omap/include/plat/{ti816x.h => am33xx.h} (53%)
> rename arch/arm/plat-omap/include/plat/{ti816x.h => ti81xx.h} (60%)
> --
> 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
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] SoC changes for omap4470, ti814x, am33xx for v3.3 merge window
Date: Wed, 14 Dec 2011 11:48:43 -0800 [thread overview]
Message-ID: <20111214194843.GL32251@atomide.com> (raw)
In-Reply-To: <20111214193547.GI32251@atomide.com>
* Tony Lindgren <tony@atomide.com> [111214 11:04]:
> Hi Arnd & Olof,
>
> Please pull support for new omap variants from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap
Sorry the link above should be:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap soc
As below in the pull request.
Regards,
Tony
> This adds minimal support for omap4470, am33xx and ti814x.
> Note that these changes do not contain mux/clock/hwmod changes
> so only minimal boot support is added.
>
> Also, these do not have a dependency after all to the
> previously pulled omap4 branch unlike what I mentioned earlier
>
> The dependency is just Russell's devel-stable at commit
> deee6d5359969a0ce4e2760cfd7b9f379bd5698a as most omap
> patches have.
>
> Regards,
>
> Tony
>
>
> The following changes since commit deee6d5359969a0ce4e2760cfd7b9f379bd5698a:
> Tony Lindgren (1):
> ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart changes
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap soc
>
> Afzal Mohammed (2):
> ARM: OMAP: am33xx: Update common omap platform files
> ARM: OMAP: am33xx: Update common OMAP machine specific sources
>
> David Anders (1):
> ARM: OMAP: id: add chip id recognition for omap4430 es2.3
>
> Hemant Pedanekar (2):
> ARM: OMAP: TI81XX: Prepare for addition of TI814X support
> ARM: OMAP: TI814X: Add cpu type macros and detection support
>
> Leonid Iziumtsev (1):
> ARM: OMAP: ID: Chip detection for OMAP4470
>
> arch/arm/mach-omap2/Kconfig | 11 +++-
> arch/arm/mach-omap2/board-ti8168evm.c | 11 +---
> arch/arm/mach-omap2/clock.c | 2 +-
> arch/arm/mach-omap2/clock.h | 2 +-
> arch/arm/mach-omap2/clock3xxx_data.c | 6 ++-
> arch/arm/mach-omap2/common.c | 48 +++++++++++++----
> arch/arm/mach-omap2/common.h | 23 ++++++--
> arch/arm/mach-omap2/control.h | 8 ++--
> arch/arm/mach-omap2/id.c | 52 ++++++++++++++++---
> arch/arm/mach-omap2/include/mach/debug-macro.S | 12 ++--
> arch/arm/mach-omap2/io.c | 38 +++++++++++---
> arch/arm/mach-omap2/irq.c | 2 +-
> arch/arm/mach-omap2/opp2xxx.h | 2 +-
> arch/arm/mach-omap2/serial.c | 6 +-
> arch/arm/plat-omap/Makefile | 1 -
> .../plat-omap/include/plat/{ti816x.h => am33xx.h} | 20 +++----
> arch/arm/plat-omap/include/plat/clock.h | 4 +-
> arch/arm/plat-omap/include/plat/cpu.h | 56 ++++++++++++++++++++
> arch/arm/plat-omap/include/plat/hardware.h | 3 +-
> arch/arm/plat-omap/include/plat/io.h | 12 ++++
> arch/arm/plat-omap/include/plat/omap34xx.h | 2 +
> arch/arm/plat-omap/include/plat/serial.h | 14 +++---
> .../plat-omap/include/plat/{ti816x.h => ti81xx.h} | 18 +++---
> arch/arm/plat-omap/include/plat/uncompress.h | 8 ++--
> 24 files changed, 267 insertions(+), 94 deletions(-)
> copy arch/arm/plat-omap/include/plat/{ti816x.h => am33xx.h} (53%)
> rename arch/arm/plat-omap/include/plat/{ti816x.h => ti81xx.h} (60%)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-12-14 19:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-14 19:35 [GIT PULL] SoC changes for omap4470, ti814x, am33xx for v3.3 merge window Tony Lindgren
2011-12-14 19:35 ` Tony Lindgren
2011-12-14 19:48 ` Tony Lindgren [this message]
2011-12-14 19:48 ` Tony Lindgren
2011-12-16 7:24 ` Olof Johansson
2011-12-16 7:24 ` Olof Johansson
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=20111214194843.GL32251@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=olof@lixom.net \
/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.