All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] omap multiplatform warning fixes for v3.9 merge window
@ 2013-02-10  4:19 ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-02-10  4:19 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-arm-kernel, linux-omap

The following changes since commit ad1bb1b4e01c5ecbe32133ce6921d0e76cb76dcf:

  ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S (2013-01-11 11:24:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/multiplatform-fixes-signed-v2

for you to fetch changes up to 09cee18dbced86b27c6c7d4501126cf2a287d089:

  ARM: OMAP2+: Make sure files with omap initcalls include soc.h (2013-02-09 19:20:57 -0800)

----------------------------------------------------------------
Few trivial compile warning fixes if omap initcalls are
used but soc.h is not included.

----------------------------------------------------------------
André Hentschel (1):
      ARM: OMAP2+: Include soc.h to drm.c to fix compiling

Tony Lindgren (2):
      ARM: OMAP2+: Fix warning for hwspinlock omap_postcore_initcall
      ARM: OMAP2+: Make sure files with omap initcalls include soc.h

 arch/arm/mach-omap2/drm.c                | 1 +
 arch/arm/mach-omap2/hwspinlock.c         | 1 +
 arch/arm/mach-omap2/omap-iommu.c         | 1 +
 arch/arm/mach-omap2/smartreflex-class3.c | 1 +
 4 files changed, 4 insertions(+)
--
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] omap multiplatform warning fixes for v3.9 merge window
@ 2013-02-10  4:19 ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-02-10  4:19 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit ad1bb1b4e01c5ecbe32133ce6921d0e76cb76dcf:

  ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S (2013-01-11 11:24:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/multiplatform-fixes-signed-v2

for you to fetch changes up to 09cee18dbced86b27c6c7d4501126cf2a287d089:

  ARM: OMAP2+: Make sure files with omap initcalls include soc.h (2013-02-09 19:20:57 -0800)

----------------------------------------------------------------
Few trivial compile warning fixes if omap initcalls are
used but soc.h is not included.

----------------------------------------------------------------
Andr? Hentschel (1):
      ARM: OMAP2+: Include soc.h to drm.c to fix compiling

Tony Lindgren (2):
      ARM: OMAP2+: Fix warning for hwspinlock omap_postcore_initcall
      ARM: OMAP2+: Make sure files with omap initcalls include soc.h

 arch/arm/mach-omap2/drm.c                | 1 +
 arch/arm/mach-omap2/hwspinlock.c         | 1 +
 arch/arm/mach-omap2/omap-iommu.c         | 1 +
 arch/arm/mach-omap2/smartreflex-class3.c | 1 +
 4 files changed, 4 insertions(+)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] omap multiplatform warning fixes for v3.9 merge window
  2013-02-10  4:19 ` Tony Lindgren
@ 2013-02-10  4:27   ` Olof Johansson
  -1 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2013-02-10  4:27 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap

Hi,


On Sat, Feb 9, 2013 at 8:19 PM, Tony Lindgren <tony@atomide.com> wrote:
> The following changes since commit ad1bb1b4e01c5ecbe32133ce6921d0e76cb76dcf:
>
>   ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S (2013-01-11 11:24:20 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/multiplatform-fixes-signed-v2

Sorry for the confusion on this; I obviously already had the
hwspinlock patch but I hadn't pushed it out.

So, to make things a little easier I just cherry-picked over the two I
didn't have. Thanks for staging them though. :)


They're all in next/multiplatform now. I'll push out shortly as soon
as my test build completes.


-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] omap multiplatform warning fixes for v3.9 merge window
@ 2013-02-10  4:27   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2013-02-10  4:27 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,


On Sat, Feb 9, 2013 at 8:19 PM, Tony Lindgren <tony@atomide.com> wrote:
> The following changes since commit ad1bb1b4e01c5ecbe32133ce6921d0e76cb76dcf:
>
>   ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S (2013-01-11 11:24:20 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/multiplatform-fixes-signed-v2

Sorry for the confusion on this; I obviously already had the
hwspinlock patch but I hadn't pushed it out.

So, to make things a little easier I just cherry-picked over the two I
didn't have. Thanks for staging them though. :)


They're all in next/multiplatform now. I'll push out shortly as soon
as my test build completes.


-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] omap multiplatform warning fixes for v3.9 merge window
  2013-02-10  4:27   ` Olof Johansson
@ 2013-02-10  4:35     ` Tony Lindgren
  -1 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-02-10  4:35 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap

* Olof Johansson <olof@lixom.net> [130209 20:31]:
> Hi,
> 
> 
> On Sat, Feb 9, 2013 at 8:19 PM, Tony Lindgren <tony@atomide.com> wrote:
> > The following changes since commit ad1bb1b4e01c5ecbe32133ce6921d0e76cb76dcf:
> >
> >   ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S (2013-01-11 11:24:20 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/multiplatform-fixes-signed-v2
> 
> Sorry for the confusion on this; I obviously already had the
> hwspinlock patch but I hadn't pushed it out.
> 
> So, to make things a little easier I just cherry-picked over the two I
> didn't have. Thanks for staging them though. :)

OK no problem. 
 
> They're all in next/multiplatform now. I'll push out shortly as soon
> as my test build completes.

Thanks

Tony

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] omap multiplatform warning fixes for v3.9 merge window
@ 2013-02-10  4:35     ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-02-10  4:35 UTC (permalink / raw)
  To: linux-arm-kernel

* Olof Johansson <olof@lixom.net> [130209 20:31]:
> Hi,
> 
> 
> On Sat, Feb 9, 2013 at 8:19 PM, Tony Lindgren <tony@atomide.com> wrote:
> > The following changes since commit ad1bb1b4e01c5ecbe32133ce6921d0e76cb76dcf:
> >
> >   ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S (2013-01-11 11:24:20 -0800)
> >
> > are available in the git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/multiplatform-fixes-signed-v2
> 
> Sorry for the confusion on this; I obviously already had the
> hwspinlock patch but I hadn't pushed it out.
> 
> So, to make things a little easier I just cherry-picked over the two I
> didn't have. Thanks for staging them though. :)

OK no problem. 
 
> They're all in next/multiplatform now. I'll push out shortly as soon
> as my test build completes.

Thanks

Tony

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-10  4:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-10  4:19 [GIT PULL] omap multiplatform warning fixes for v3.9 merge window Tony Lindgren
2013-02-10  4:19 ` Tony Lindgren
2013-02-10  4:27 ` Olof Johansson
2013-02-10  4:27   ` Olof Johansson
2013-02-10  4:35   ` Tony Lindgren
2013-02-10  4:35     ` 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.