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 updates for 2.6.40-rc1
Date: Wed, 25 May 2011 15:37:09 +0000 [thread overview]
Message-ID: <20110525153708.GA20089@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
Which contains:
Damian Hobson-Garcia (1):
sh_mobile: Add MSTP clock for MERAM
Guennadi Liakhovetski (5):
ARM: mach-shmobile: MMCIF on mackerel can also be a module
ARM: mach-shmobile: add DMA for MMCIF on mackerel
ARM: mach-shmobile: PLL does not have to run constantly for HDMI
ARM: switch mackerel to dynamically manage the platform camera
ARM: mach-shmobile: mark DMA slave ID 0 as invalid
Kuninori Morimoto (3):
ARM: mach-shmobile: clock-sh7372: remove status check from fsidiv_recalc
ARM: arch-shmobile: sh7372: add renesas_usbhs irq support
ARM: mach-shmobile: mackerel: add renesas_usbhs support for USB1
Magnus Damm (20):
ARM: mach-shmobile: Use SCIFA and SCIFB port types on sh7377
ARM: mach-shmobile: sh7367 UIO platform data V3
ARM: mach-shmobile: sh7372 UIO platform data V3
ARM: mach-shmobile: sh7377 UIO platform data V3
ARM: mach-shmobile: Disable sh7372 RT side MSTP bits
ARM: mach-shmobile: headsmp.S build fix
ARM: mach-shmobile: sh73a0 twd_base fix
ARM: mach-shmobile: AG5EVM DSI resource string update
ARM: mach-shmobile: Add SDHI support for AG5EVM and sh73a0
ARM: mach-shmobile: Suspend-to-RAM support
ARM: mach-shmobile: sh7372 Core Standby Suspend-to-RAM
ARM: mach-shmobile: CPUIdle support
ARM: mach-shmobile: sh7372 Core Standby CPUIdle
dmaengine: shdma: Make second memory window optional
dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handling
dmaengine: shdma: Update SH_DMAC_MAX_CHANNELS to 20
ARM: mach-shmobile: sh73a0 DMA Engine support for SY-DMAC
ARM: mach-shmobile: Enable DMAEngine for MMCIF on AG5EVM
ARM: mach-shmobile: Enable DMAEngine for SDHI on AG5EVM
ARM: mach-shmobile: sh73a0: mark DMA slave ID 0 as invalid
Paul Mundt (3):
mailmap: Add entry for Damian Hobson-Garcia.
ARM: mach-shmobile: Tidy up after SH7372 pm changes.
ARM: mach-shmobile: Correct the G4EVM SDHI0 I/O range.
Simon Horman (2):
ARM: mach-shmobile: ap4evb, mackerel: fixup scif initialisation for zboot
ARM: arch-shmobile: Use multiple irq vectors for SDHI
.mailmap | 1 +
arch/arm/mach-shmobile/Makefile | 5 +
arch/arm/mach-shmobile/board-ag5evm.c | 118 +++++++++
arch/arm/mach-shmobile/board-ap4evb.c | 30 ++-
arch/arm/mach-shmobile/board-g4evm.c | 2 +-
arch/arm/mach-shmobile/board-mackerel.c | 272 +++++++++++++++++---
arch/arm/mach-shmobile/clock-sh7372.c | 21 ++-
arch/arm/mach-shmobile/clock-sh73a0.c | 19 ++-
arch/arm/mach-shmobile/cpuidle.c | 92 +++++++
arch/arm/mach-shmobile/headsmp.S | 2 +-
arch/arm/mach-shmobile/include/mach/common.h | 7 +
.../arm/mach-shmobile/include/mach/head-ap4evb.txt | 3 +-
.../mach-shmobile/include/mach/head-mackerel.txt | 3 +-
arch/arm/mach-shmobile/include/mach/sh7372.h | 1 +
arch/arm/mach-shmobile/include/mach/sh73a0.h | 30 +++
arch/arm/mach-shmobile/intc-sh7372.c | 46 ++--
arch/arm/mach-shmobile/pm-sh7372.c | 108 ++++++++
arch/arm/mach-shmobile/setup-sh7367.c | 223 ++++++++++++++++
arch/arm/mach-shmobile/setup-sh7372.c | 217 ++++++++++++++++
arch/arm/mach-shmobile/setup-sh7377.c | 239 +++++++++++++++++-
arch/arm/mach-shmobile/setup-sh73a0.c | 244 ++++++++++++++++++
arch/arm/mach-shmobile/sleep-sh7372.S | 260 +++++++++++++++++++
arch/arm/mach-shmobile/smp-sh73a0.c | 9 +-
arch/arm/mach-shmobile/suspend.c | 47 ++++
drivers/dma/shdma.c | 42 +++-
drivers/dma/shdma.h | 2 +-
26 files changed, 1942 insertions(+), 101 deletions(-)
create mode 100644 arch/arm/mach-shmobile/cpuidle.c
create mode 100644 arch/arm/mach-shmobile/pm-sh7372.c
create mode 100644 arch/arm/mach-shmobile/sleep-sh7372.S
create mode 100644 arch/arm/mach-shmobile/suspend.c
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 updates for 2.6.40-rc1
Date: Thu, 26 May 2011 00:37:09 +0900 [thread overview]
Message-ID: <20110525153708.GA20089@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
Which contains:
Damian Hobson-Garcia (1):
sh_mobile: Add MSTP clock for MERAM
Guennadi Liakhovetski (5):
ARM: mach-shmobile: MMCIF on mackerel can also be a module
ARM: mach-shmobile: add DMA for MMCIF on mackerel
ARM: mach-shmobile: PLL does not have to run constantly for HDMI
ARM: switch mackerel to dynamically manage the platform camera
ARM: mach-shmobile: mark DMA slave ID 0 as invalid
Kuninori Morimoto (3):
ARM: mach-shmobile: clock-sh7372: remove status check from fsidiv_recalc
ARM: arch-shmobile: sh7372: add renesas_usbhs irq support
ARM: mach-shmobile: mackerel: add renesas_usbhs support for USB1
Magnus Damm (20):
ARM: mach-shmobile: Use SCIFA and SCIFB port types on sh7377
ARM: mach-shmobile: sh7367 UIO platform data V3
ARM: mach-shmobile: sh7372 UIO platform data V3
ARM: mach-shmobile: sh7377 UIO platform data V3
ARM: mach-shmobile: Disable sh7372 RT side MSTP bits
ARM: mach-shmobile: headsmp.S build fix
ARM: mach-shmobile: sh73a0 twd_base fix
ARM: mach-shmobile: AG5EVM DSI resource string update
ARM: mach-shmobile: Add SDHI support for AG5EVM and sh73a0
ARM: mach-shmobile: Suspend-to-RAM support
ARM: mach-shmobile: sh7372 Core Standby Suspend-to-RAM
ARM: mach-shmobile: CPUIdle support
ARM: mach-shmobile: sh7372 Core Standby CPUIdle
dmaengine: shdma: Make second memory window optional
dmaengine: shdma: Fix SH_DMAC_MAX_CHANNELS handling
dmaengine: shdma: Update SH_DMAC_MAX_CHANNELS to 20
ARM: mach-shmobile: sh73a0 DMA Engine support for SY-DMAC
ARM: mach-shmobile: Enable DMAEngine for MMCIF on AG5EVM
ARM: mach-shmobile: Enable DMAEngine for SDHI on AG5EVM
ARM: mach-shmobile: sh73a0: mark DMA slave ID 0 as invalid
Paul Mundt (3):
mailmap: Add entry for Damian Hobson-Garcia.
ARM: mach-shmobile: Tidy up after SH7372 pm changes.
ARM: mach-shmobile: Correct the G4EVM SDHI0 I/O range.
Simon Horman (2):
ARM: mach-shmobile: ap4evb, mackerel: fixup scif initialisation for zboot
ARM: arch-shmobile: Use multiple irq vectors for SDHI
.mailmap | 1 +
arch/arm/mach-shmobile/Makefile | 5 +
arch/arm/mach-shmobile/board-ag5evm.c | 118 +++++++++
arch/arm/mach-shmobile/board-ap4evb.c | 30 ++-
arch/arm/mach-shmobile/board-g4evm.c | 2 +-
arch/arm/mach-shmobile/board-mackerel.c | 272 +++++++++++++++++---
arch/arm/mach-shmobile/clock-sh7372.c | 21 ++-
arch/arm/mach-shmobile/clock-sh73a0.c | 19 ++-
arch/arm/mach-shmobile/cpuidle.c | 92 +++++++
arch/arm/mach-shmobile/headsmp.S | 2 +-
arch/arm/mach-shmobile/include/mach/common.h | 7 +
.../arm/mach-shmobile/include/mach/head-ap4evb.txt | 3 +-
.../mach-shmobile/include/mach/head-mackerel.txt | 3 +-
arch/arm/mach-shmobile/include/mach/sh7372.h | 1 +
arch/arm/mach-shmobile/include/mach/sh73a0.h | 30 +++
arch/arm/mach-shmobile/intc-sh7372.c | 46 ++--
arch/arm/mach-shmobile/pm-sh7372.c | 108 ++++++++
arch/arm/mach-shmobile/setup-sh7367.c | 223 ++++++++++++++++
arch/arm/mach-shmobile/setup-sh7372.c | 217 ++++++++++++++++
arch/arm/mach-shmobile/setup-sh7377.c | 239 +++++++++++++++++-
arch/arm/mach-shmobile/setup-sh73a0.c | 244 ++++++++++++++++++
arch/arm/mach-shmobile/sleep-sh7372.S | 260 +++++++++++++++++++
arch/arm/mach-shmobile/smp-sh73a0.c | 9 +-
arch/arm/mach-shmobile/suspend.c | 47 ++++
drivers/dma/shdma.c | 42 +++-
drivers/dma/shdma.h | 2 +-
26 files changed, 1942 insertions(+), 101 deletions(-)
create mode 100644 arch/arm/mach-shmobile/cpuidle.c
create mode 100644 arch/arm/mach-shmobile/pm-sh7372.c
create mode 100644 arch/arm/mach-shmobile/sleep-sh7372.S
create mode 100644 arch/arm/mach-shmobile/suspend.c
next reply other threads:[~2011-05-25 15:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-25 15:37 Paul Mundt [this message]
2011-05-25 15:37 ` [GIT PULL] rmobile updates for 2.6.40-rc1 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=20110525153708.GA20089@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.