mbox

[GIT,PULL] nomadik fixes for v3.8

Message ID CACRpkdb4yM_j9U05z0+bg1XBoqEsGY0xS-znkEUd15UfTP79Cw@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git

Message

Linus Walleij Jan. 3, 2013, 11:40 p.m. UTC
Hi ARM SoC folks,

could you please pull these two fixes into ARM SoC for the v3.8-rc
series, so Nomadik compiles and boots again...

Thanks!

Linus Walleij


The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:

  Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/nomadik-fixes-for-arm-soc

for you to fetch changes up to d9621176872319a568d9892701410bcbfbd5b35c:

  ARM: nomadik: bump the IRQ numbers again (2013-01-03 23:42:07 +0100)

----------------------------------------------------------------
Two fixes to the Nomadik:
- Delete a dangling include
- Bump IRQ numbers to offset at 32

----------------------------------------------------------------
Linus Walleij (2):
      ARM: nomadik: delete dangling include
      ARM: nomadik: bump the IRQ numbers again

 arch/arm/mach-nomadik/board-nhk8815.c     |  1 -
 arch/arm/mach-nomadik/include/mach/irqs.h | 78 +++++++++++++++----------------
 2 files changed, 39 insertions(+), 40 deletions(-)

Comments

Olof Johansson Jan. 5, 2013, 2:46 a.m. UTC | #1
On Thu, Jan 3, 2013 at 3:40 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> Hi ARM SoC folks,
>
> could you please pull these two fixes into ARM SoC for the v3.8-rc
> series, so Nomadik compiles and boots again...
>
> Thanks!
>
> Linus Walleij
>
>
> The following changes since commit a49f0d1ea3ec94fc7cf33a7c36a16343b74bd565:
>
>   Linux 3.8-rc1 (2012-12-21 17:19:00 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
> tags/nomadik-fixes-for-arm-soc

Pulled, thanks


-Olof