* [GIT PULL] msm-core changes for v3.5.
@ 2012-05-07 21:58 David Brown
2012-05-09 8:41 ` Olof Johansson
2012-05-11 18:32 ` [GIT PULL] msm-core changes for v3.5, take 2 David Brown
0 siblings, 2 replies; 4+ messages in thread
From: David Brown @ 2012-05-07 21:58 UTC (permalink / raw)
To: arm
Cc: Arnd Bergmann, Olof Johansson, Nicolas Pitre, Thomas Gleixner,
Russell King, linux-arm-msm, linux-arm-kernel, linux-kernel
These are some minor fixes, and Daniel's fixup of the sapphire target
support.
The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git msm-core
for you to fetch changes up to 2935b1facdfb77d5f03d9036cc0da8c889f59a02:
ARM: msm: fix compilation flags for MSM_SCM (part 2) (2012-05-01 16:44:11 -0700)
----------------------------------------------------------------
Daniel Walker (1):
arm: msm: fix up very basic HTC Sapphire support
Danny Kukawka (1):
arch/arm/mach-msm: linux/gpio.h included twice
Stephen Boyd (2):
ARM: msm: Drop useless teq from DEBUG_LL support
ARM: msm: fix compilation flags for MSM_SCM (part 2)
arch/arm/mach-msm/Kconfig | 10 +-
arch/arm/mach-msm/Makefile | 1 +
arch/arm/mach-msm/board-msm7x30.c | 1 -
arch/arm/mach-msm/board-qsd8x50.c | 1 -
arch/arm/mach-msm/board-sapphire.c | 18 +--
arch/arm/mach-msm/board-sapphire.h | 224 ++++++++++++++++++++++++++
arch/arm/mach-msm/include/mach/debug-macro.S | 3 +-
arch/arm/mach-msm/scm.c | 3 +
8 files changed, 239 insertions(+), 22 deletions(-)
create mode 100644 arch/arm/mach-msm/board-sapphire.h
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] msm-core changes for v3.5.
2012-05-07 21:58 [GIT PULL] msm-core changes for v3.5 David Brown
@ 2012-05-09 8:41 ` Olof Johansson
2012-05-11 18:32 ` [GIT PULL] msm-core changes for v3.5, take 2 David Brown
1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-05-09 8:41 UTC (permalink / raw)
To: David Brown
Cc: arm, Arnd Bergmann, Nicolas Pitre, Thomas Gleixner, Russell King,
linux-arm-msm, linux-arm-kernel, linux-kernel
Hi,
On Mon, May 7, 2012 at 2:58 PM, David Brown <davidb@codeaurora.org> wrote:
> These are some minor fixes, and Daniel's fixup of the sapphire target
> support.
>
> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>
> Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git msm-core
>
> for you to fetch changes up to 2935b1facdfb77d5f03d9036cc0da8c889f59a02:
>
> ARM: msm: fix compilation flags for MSM_SCM (part 2) (2012-05-01 16:44:11 -0700)
>
> ----------------------------------------------------------------
> Daniel Walker (1):
> arm: msm: fix up very basic HTC Sapphire support
See separate email on comments for the sapphire patch, I'll hold off
pulling this until that's revisited.
Thanks,
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] msm-core changes for v3.5, take 2
2012-05-07 21:58 [GIT PULL] msm-core changes for v3.5 David Brown
2012-05-09 8:41 ` Olof Johansson
@ 2012-05-11 18:32 ` David Brown
2012-05-12 5:31 ` Olof Johansson
1 sibling, 1 reply; 4+ messages in thread
From: David Brown @ 2012-05-11 18:32 UTC (permalink / raw)
To: arm
Cc: Arnd Bergmann, Olof Johansson, Nicolas Pitre, Thomas Gleixner,
Russell King, linux-arm-msm, linux-arm-kernel, linux-kernel
Some minor fixes to msm. Dropped Sapphire support from Daniel Walker
until concerns are addressed.
The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git msm-core
for you to fetch changes up to 26e87b13834f04fc209e887f124e8ef4f3ca526c:
ARM: msm: fix compilation flags for MSM_SCM (part 2) (2012-05-11 11:08:37 -0700)
----------------------------------------------------------------
Danny Kukawka (1):
arch/arm/mach-msm: linux/gpio.h included twice
Stephen Boyd (2):
ARM: msm: Drop useless teq from DEBUG_LL support
ARM: msm: fix compilation flags for MSM_SCM (part 2)
arch/arm/mach-msm/board-msm7x30.c | 1 -
arch/arm/mach-msm/board-qsd8x50.c | 1 -
arch/arm/mach-msm/include/mach/debug-macro.S | 3 +--
arch/arm/mach-msm/scm.c | 3 +++
4 files changed, 4 insertions(+), 4 deletions(-)
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] msm-core changes for v3.5, take 2
2012-05-11 18:32 ` [GIT PULL] msm-core changes for v3.5, take 2 David Brown
@ 2012-05-12 5:31 ` Olof Johansson
0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2012-05-12 5:31 UTC (permalink / raw)
To: David Brown
Cc: arm, Arnd Bergmann, Nicolas Pitre, Thomas Gleixner, Russell King,
linux-arm-msm, linux-arm-kernel, linux-kernel
On Fri, May 11, 2012 at 11:32 AM, David Brown <davidb@codeaurora.org> wrote:
> Some minor fixes to msm. Dropped Sapphire support from Daniel Walker
> until concerns are addressed.
>
> The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:
>
> Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git msm-core
Thanks, pulled into next/cleanup, since the three patches seemed to
mostly match that topic.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-12 5:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 21:58 [GIT PULL] msm-core changes for v3.5 David Brown
2012-05-09 8:41 ` Olof Johansson
2012-05-11 18:32 ` [GIT PULL] msm-core changes for v3.5, take 2 David Brown
2012-05-12 5:31 ` Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).