From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] rmobile fixes for 3.3-rc5
Date: Fri, 24 Feb 2012 04:48:53 +0000 [thread overview]
Message-ID: <20120224044853.GA3112@linux-sh.org> (raw)
The following changes since commit bb4c7e9a9908548b458f34afb2fee74dc0d49f90:
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs (2012-02-23 15:38:57 -0800)
are available in the git repository at:
git://github.com/pmundt/linux-sh.git rmobile-for-linus
for you to fetch changes up to 7372a4cd6c6fe07ae9d7d0340717736fba863580:
arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twice (2012-02-24 13:32:17 +0900)
----------------------------------------------------------------
SH/R-Mobile fixes for 3.3-rc5
----------------------------------------------------------------
Danny Kukawka (1):
arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twice
Guennadi Liakhovetski (2):
ARM: mach-shmobile: simplify MMCIF DMA configuration
ARM: mach-shmobile: add GPIO-to-IRQ translation to sh7372
Kuninori Morimoto (3):
ARM: mach-shmobile: mackerel: use renesas_usbhs instead of r8a66597_hcd
ARM: mach-shmobile: mackerel: add ak4642 amixer settings on comment
ARM: mach-shmobile: clock-sh73a0: add DSIxPHY clock support
Magnus Damm (5):
ARM: mach-shmobile: sh73a0 PINT IRQ base fix
ARM: mach-shmobile: sh73a0 IRQ sparse alloc fix
ARM: mach-shmobile: IRQ driven GPIO key support for Kota2
ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix
ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
Paul Gortmaker (1):
arm: fix compile failure in mach-shmobile/board-ag5evm.c
Paul Mundt (4):
Merge branch 'rmobile/kota2' into rmobile-fixes-for-linus
Merge branch 'rmobile/mackerel' into rmobile-fixes-for-linus
Merge branch 'rmobile/urgent' into rmobile-fixes-for-linus
Merge git://git.kernel.org/.../torvalds/linux into rmobile-fixes-for-linus
arch/arm/mach-shmobile/board-ag5evm.c | 29 ++++---
arch/arm/mach-shmobile/board-ap4evb.c | 12 +---
arch/arm/mach-shmobile/board-kota2.c | 3 +-
arch/arm/mach-shmobile/board-mackerel.c | 95 +++++-----------------
arch/arm/mach-shmobile/clock-sh73a0.c | 113 ++++++++++++++++++++++++++
arch/arm/mach-shmobile/include/mach/sh73a0.h | 6 +-
arch/arm/mach-shmobile/intc-sh73a0.c | 2 +
arch/arm/mach-shmobile/pfc-r8a7779.c | 2 +-
arch/arm/mach-shmobile/pfc-sh7372.c | 41 +++++++++
arch/arm/mach-shmobile/smp-sh73a0.c | 2 +-
10 files changed, 200 insertions(+), 105 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] rmobile fixes for 3.3-rc5
Date: Fri, 24 Feb 2012 13:48:53 +0900 [thread overview]
Message-ID: <20120224044853.GA3112@linux-sh.org> (raw)
The following changes since commit bb4c7e9a9908548b458f34afb2fee74dc0d49f90:
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs (2012-02-23 15:38:57 -0800)
are available in the git repository at:
git://github.com/pmundt/linux-sh.git rmobile-for-linus
for you to fetch changes up to 7372a4cd6c6fe07ae9d7d0340717736fba863580:
arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twice (2012-02-24 13:32:17 +0900)
----------------------------------------------------------------
SH/R-Mobile fixes for 3.3-rc5
----------------------------------------------------------------
Danny Kukawka (1):
arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twice
Guennadi Liakhovetski (2):
ARM: mach-shmobile: simplify MMCIF DMA configuration
ARM: mach-shmobile: add GPIO-to-IRQ translation to sh7372
Kuninori Morimoto (3):
ARM: mach-shmobile: mackerel: use renesas_usbhs instead of r8a66597_hcd
ARM: mach-shmobile: mackerel: add ak4642 amixer settings on comment
ARM: mach-shmobile: clock-sh73a0: add DSIxPHY clock support
Magnus Damm (5):
ARM: mach-shmobile: sh73a0 PINT IRQ base fix
ARM: mach-shmobile: sh73a0 IRQ sparse alloc fix
ARM: mach-shmobile: IRQ driven GPIO key support for Kota2
ARM: mach-shmobile: sh73a0 PSTR 32-bit access fix
ARM: mach-shmobile: r8a7779 PFC IPSR4 fix
Paul Gortmaker (1):
arm: fix compile failure in mach-shmobile/board-ag5evm.c
Paul Mundt (4):
Merge branch 'rmobile/kota2' into rmobile-fixes-for-linus
Merge branch 'rmobile/mackerel' into rmobile-fixes-for-linus
Merge branch 'rmobile/urgent' into rmobile-fixes-for-linus
Merge git://git.kernel.org/.../torvalds/linux into rmobile-fixes-for-linus
arch/arm/mach-shmobile/board-ag5evm.c | 29 ++++---
arch/arm/mach-shmobile/board-ap4evb.c | 12 +---
arch/arm/mach-shmobile/board-kota2.c | 3 +-
arch/arm/mach-shmobile/board-mackerel.c | 95 +++++-----------------
arch/arm/mach-shmobile/clock-sh73a0.c | 113 ++++++++++++++++++++++++++
arch/arm/mach-shmobile/include/mach/sh73a0.h | 6 +-
arch/arm/mach-shmobile/intc-sh73a0.c | 2 +
arch/arm/mach-shmobile/pfc-r8a7779.c | 2 +-
arch/arm/mach-shmobile/pfc-sh7372.c | 41 +++++++++
arch/arm/mach-shmobile/smp-sh73a0.c | 2 +-
10 files changed, 200 insertions(+), 105 deletions(-)
next reply other threads:[~2012-02-24 4:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 4:48 Paul Mundt [this message]
2012-02-24 4:48 ` [GIT PULL] rmobile fixes for 3.3-rc5 Paul Mundt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120224044853.GA3112@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.