mbox

[GIT,PULL] omap multiplatform warning fixes for v3.9 merge window

Message ID 20130210041949.GG4801@atomide.com
State New
Headers show

Pull-request

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

Message

Tony Lindgren Feb. 10, 2013, 4:19 a.m. UTC
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(+)

Comments

Olof Johansson Feb. 10, 2013, 4:27 a.m. UTC | #1
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
Tony Lindgren Feb. 10, 2013, 4:35 a.m. UTC | #2
* 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