mbox

[GIT,PULL] msm fixes for 3.4rc

Message ID 20120413180840.GA17558@codeaurora.org
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git msm-fix

Message

David Brown April 13, 2012, 6:08 p.m. UTC
Arnd/Olof.  Here are some fixes for msm that fix problems caused by
the latest ARM code.  The ones from Daniel remove unneeded fixups that
now cause compilation failures.  Mine fix section mismatches, that
were incompletely fixed earlier.

Thanks,
David

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-fix

for you to fetch changes up to af33eadc73e4a5d35a966c1c7ffe28a8424c9d96:

  ARM: msm: Fix section mismatches in proc_comm.c (2012-04-13 10:23:17 -0700)

----------------------------------------------------------------
Daniel Walker (2):
      arm: msm: halibut: remove unneeded fixup
      arm: msm: trout: fix compile failure

David Brown (2):
      video: msm: Fix section mismatches in mddi.c
      ARM: msm: Fix section mismatches in proc_comm.c

 arch/arm/mach-msm/board-halibut.c     |    3 ---
 arch/arm/mach-msm/board-trout-panel.c |    1 +
 arch/arm/mach-msm/board-trout.c       |    1 +
 arch/arm/mach-msm/proc_comm.c         |    2 +-
 drivers/video/msm/mddi.c              |    8 ++++----
 5 files changed, 7 insertions(+), 8 deletions(-)

Comments

Olof Johansson April 15, 2012, 12:45 a.m. UTC | #1
On Fri, Apr 13, 2012 at 11:08 AM, David Brown <davidb@codeaurora.org> wrote:
> Arnd/Olof.  Here are some fixes for msm that fix problems caused by
> the latest ARM code.  The ones from Daniel remove unneeded fixups that
> now cause compilation failures.  Mine fix section mismatches, that
> were incompletely fixed earlier.
>
> Thanks,
> David
>
> 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-fix

Thanks, pulled.


-Olof