* [GIT PULL] ARM: OMAP2+: Timer build warnings fixes for v3.8-rc
@ 2012-12-14 16:45 ` Jon Hunter
0 siblings, 0 replies; 4+ messages in thread
From: Jon Hunter @ 2012-12-14 16:45 UTC (permalink / raw)
To: Tony Lindgren
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
The following changes since commit 698d601224824bc1a5bf17f3d86be902e2aabff0:
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2012-12-13 10:59:11 -0800)
are available in the git repository at:
git://github.com/jonhunter/linux.git fixes-timer-build
for you to fetch changes up to bf85f205d95eb223e849914101e0db1a5a576a3c:
ARM: OMAP2+: Fix sparse warnings in timer.c (2012-12-14 10:14:55 -0600)
----------------------------------------------------------------
Fixes for a few timer warnings observed with different kernel
configurations for OMAP2+ devices.
I have dropped the patch to fix a build error for OMAP4 in the
timer code as Olof already has this fix merged.
----------------------------------------------------------------
Jon Hunter (2):
ARM: OMAP2+: Fix realtime_counter_init warning in timer.c
ARM: AM335x: Fix warning in timer.c
Vaibhav Hiremath (1):
ARM: OMAP2+: Fix sparse warnings in timer.c
arch/arm/mach-omap2/Kconfig | 3 ++-
arch/arm/mach-omap2/timer.c | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL] ARM: OMAP2+: Timer build warnings fixes for v3.8-rc
@ 2012-12-14 16:45 ` Jon Hunter
0 siblings, 0 replies; 4+ messages in thread
From: Jon Hunter @ 2012-12-14 16:45 UTC (permalink / raw)
To: linux-arm-kernel
The following changes since commit 698d601224824bc1a5bf17f3d86be902e2aabff0:
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2012-12-13 10:59:11 -0800)
are available in the git repository at:
git://github.com/jonhunter/linux.git fixes-timer-build
for you to fetch changes up to bf85f205d95eb223e849914101e0db1a5a576a3c:
ARM: OMAP2+: Fix sparse warnings in timer.c (2012-12-14 10:14:55 -0600)
----------------------------------------------------------------
Fixes for a few timer warnings observed with different kernel
configurations for OMAP2+ devices.
I have dropped the patch to fix a build error for OMAP4 in the
timer code as Olof already has this fix merged.
----------------------------------------------------------------
Jon Hunter (2):
ARM: OMAP2+: Fix realtime_counter_init warning in timer.c
ARM: AM335x: Fix warning in timer.c
Vaibhav Hiremath (1):
ARM: OMAP2+: Fix sparse warnings in timer.c
arch/arm/mach-omap2/Kconfig | 3 ++-
arch/arm/mach-omap2/timer.c | 6 +++---
2 files changed, 5 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] ARM: OMAP2+: Timer build warnings fixes for v3.8-rc
2012-12-14 16:45 ` Jon Hunter
@ 2012-12-14 17:12 ` Tony Lindgren
-1 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-12-14 17:12 UTC (permalink / raw)
To: Jon Hunter
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
* Jon Hunter <jon-hunter@ti.com> [121214 08:48]:
> The following changes since commit 698d601224824bc1a5bf17f3d86be902e2aabff0:
>
> Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2012-12-13 10:59:11 -0800)
>
> are available in the git repository at:
>
>
> git://github.com/jonhunter/linux.git fixes-timer-build
>
> for you to fetch changes up to bf85f205d95eb223e849914101e0db1a5a576a3c:
>
> ARM: OMAP2+: Fix sparse warnings in timer.c (2012-12-14 10:14:55 -0600)
>
> ----------------------------------------------------------------
> Fixes for a few timer warnings observed with different kernel
> configurations for OMAP2+ devices.
>
> I have dropped the patch to fix a build error for OMAP4 in the
> timer code as Olof already has this fix merged.
Thanks pulling into omap-for-v3.8/fixes-for-merge-window.
Regards,
Tony
> ----------------------------------------------------------------
>
> Jon Hunter (2):
> ARM: OMAP2+: Fix realtime_counter_init warning in timer.c
> ARM: AM335x: Fix warning in timer.c
>
> Vaibhav Hiremath (1):
> ARM: OMAP2+: Fix sparse warnings in timer.c
>
> arch/arm/mach-omap2/Kconfig | 3 ++-
> arch/arm/mach-omap2/timer.c | 6 +++---
> 2 files changed, 5 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] ARM: OMAP2+: Timer build warnings fixes for v3.8-rc
@ 2012-12-14 17:12 ` Tony Lindgren
0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2012-12-14 17:12 UTC (permalink / raw)
To: linux-arm-kernel
* Jon Hunter <jon-hunter@ti.com> [121214 08:48]:
> The following changes since commit 698d601224824bc1a5bf17f3d86be902e2aabff0:
>
> Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2012-12-13 10:59:11 -0800)
>
> are available in the git repository at:
>
>
> git://github.com/jonhunter/linux.git fixes-timer-build
>
> for you to fetch changes up to bf85f205d95eb223e849914101e0db1a5a576a3c:
>
> ARM: OMAP2+: Fix sparse warnings in timer.c (2012-12-14 10:14:55 -0600)
>
> ----------------------------------------------------------------
> Fixes for a few timer warnings observed with different kernel
> configurations for OMAP2+ devices.
>
> I have dropped the patch to fix a build error for OMAP4 in the
> timer code as Olof already has this fix merged.
Thanks pulling into omap-for-v3.8/fixes-for-merge-window.
Regards,
Tony
> ----------------------------------------------------------------
>
> Jon Hunter (2):
> ARM: OMAP2+: Fix realtime_counter_init warning in timer.c
> ARM: AM335x: Fix warning in timer.c
>
> Vaibhav Hiremath (1):
> ARM: OMAP2+: Fix sparse warnings in timer.c
>
> arch/arm/mach-omap2/Kconfig | 3 ++-
> arch/arm/mach-omap2/timer.c | 6 +++---
> 2 files changed, 5 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-12-14 17:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 16:45 [GIT PULL] ARM: OMAP2+: Timer build warnings fixes for v3.8-rc Jon Hunter
2012-12-14 16:45 ` Jon Hunter
2012-12-14 17:12 ` Tony Lindgren
2012-12-14 17:12 ` 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.