* [GIT PULL 5/7] omap board changes for v3.11 merge window
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
2013-06-18 18:07 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson; +Cc: linux-omap, linux-arm-kernel
The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/board-signed
for you to fetch changes up to 45853507c9362b0bd606b37e8c7c7e7551caa78b:
ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV (2013-06-18 03:19:07 -0700)
----------------------------------------------------------------
Minor board changes for v3.11 merge window. These are
tapering down finally as we're getting closer to making
omap2+ DT only.
----------------------------------------------------------------
Aaro Koskinen (1):
ARM: OMAP1: nokia770: enable Tahvo
Adrien Verg (1):
ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV
Florian Vaussard (1):
arm: omap: board-overo: reset GPIO for SMSC911x
Lokesh Vutla (1):
ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN
arch/arm/configs/omap2plus_defconfig | 2 ++
arch/arm/mach-omap1/board-nokia770.c | 10 ++++++++++
arch/arm/mach-omap2/board-omap3evm.c | 4 ++++
arch/arm/mach-omap2/board-overo.c | 3 ++-
4 files changed, 18 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 5/7] omap board changes for v3.11 merge window
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
2013-06-18 18:07 ` [GIT PULL 5/7] omap board changes " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/board-signed
for you to fetch changes up to 45853507c9362b0bd606b37e8c7c7e7551caa78b:
ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV (2013-06-18 03:19:07 -0700)
----------------------------------------------------------------
Minor board changes for v3.11 merge window. These are
tapering down finally as we're getting closer to making
omap2+ DT only.
----------------------------------------------------------------
Aaro Koskinen (1):
ARM: OMAP1: nokia770: enable Tahvo
Adrien Verg (1):
ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV
Florian Vaussard (1):
arm: omap: board-overo: reset GPIO for SMSC911x
Lokesh Vutla (1):
ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN
arch/arm/configs/omap2plus_defconfig | 2 ++
arch/arm/mach-omap1/board-nokia770.c | 10 ++++++++++
arch/arm/mach-omap2/board-omap3evm.c | 4 ++++
arch/arm/mach-omap2/board-overo.c | 3 ++-
4 files changed, 18 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL 5/7] omap board changes for v3.11 merge window
[not found] <0LvkNM-1UEdHD0O6e-0186su@mx.kundenserver.de>
@ 2013-06-20 19:43 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 19:43 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Olof Johansson, linux-arm-kernel, linux-omap
On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
>
> Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/board-signed
>
> for you to fetch changes up to 45853507c9362b0bd606b37e8c7c7e7551caa78b:
>
> ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV (2013-06-18 03:19:07 -0700)
>
> ----------------------------------------------------------------
> Minor board changes for v3.11 merge window. These are
> tapering down finally as we're getting closer to making
> omap2+ DT only.
>
> ----------------------------------------------------------------
> Aaro Koskinen (1):
> ARM: OMAP1: nokia770: enable Tahvo
>
> Adrien Verg (1):
> ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV
>
> Florian Vaussard (1):
> arm: omap: board-overo: reset GPIO for SMSC911x
>
> Lokesh Vutla (1):
> ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN
>
> arch/arm/configs/omap2plus_defconfig | 2 ++
> arch/arm/mach-omap1/board-nokia770.c | 10 ++++++++++
> arch/arm/mach-omap2/board-omap3evm.c | 4 ++++
> arch/arm/mach-omap2/board-overo.c | 3 ++-
> 4 files changed, 18 insertions(+), 1 deletion(-)
>
Pulled into next/boards, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL 5/7] omap board changes for v3.11 merge window
@ 2013-06-20 19:43 ` Arnd Bergmann
0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 19:43 UTC (permalink / raw)
To: linux-arm-kernel
On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
>
> Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/board-signed
>
> for you to fetch changes up to 45853507c9362b0bd606b37e8c7c7e7551caa78b:
>
> ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV (2013-06-18 03:19:07 -0700)
>
> ----------------------------------------------------------------
> Minor board changes for v3.11 merge window. These are
> tapering down finally as we're getting closer to making
> omap2+ DT only.
>
> ----------------------------------------------------------------
> Aaro Koskinen (1):
> ARM: OMAP1: nokia770: enable Tahvo
>
> Adrien Verg (1):
> ARM: omap2plus_defconfig: enable USB_PHY and NOP_USB_XCEIV
>
> Florian Vaussard (1):
> arm: omap: board-overo: reset GPIO for SMSC911x
>
> Lokesh Vutla (1):
> ARM: OMAP3EVM: Marking omap3_evm_display_init() with CONFIG_BROKEN
>
> arch/arm/configs/omap2plus_defconfig | 2 ++
> arch/arm/mach-omap1/board-nokia770.c | 10 ++++++++++
> arch/arm/mach-omap2/board-omap3evm.c | 4 ++++
> arch/arm/mach-omap2/board-overo.c | 3 ++-
> 4 files changed, 18 insertions(+), 1 deletion(-)
>
Pulled into next/boards, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-20 19:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <0LvkNM-1UEdHD0O6e-0186su@mx.kundenserver.de>
2013-06-20 19:43 ` [GIT PULL 5/7] omap board changes for v3.11 merge window Arnd Bergmann
2013-06-20 19:43 ` Arnd Bergmann
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
2013-06-18 18:07 ` [GIT PULL 5/7] omap board changes " Tony Lindgren
2013-06-18 18:07 ` Tony Lindgren
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.