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] sh updates for 2.6.40-rc1
Date: Tue, 24 May 2011 03:01:47 +0000 [thread overview]
Message-ID: <20110524030134.GB11986@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
Which contains:
Guennadi Liakhovetski (8):
sh: fix SD / MMC configuration dependencies on ecovec
sh: update SDHI configuration symbols in defconfigs
ALSA: add a module alias to the FSI driver
i2c: add a module alias to the sh-mobile driver
sh: cosmetic improvement: use an existing pointer
dmaengine: shdma: fix locking
dmaengine: shdma: add runtime- and system-level power management
dmaengine: shdma: synchronize RCU before freeing, simplify spinlock
Kuninori Morimoto (2):
sh: clkfwk: fixup clk_rate_table_build parameter in div6 clock
sh: fixup fpu.o compile order
Magnus Damm (7):
serial: sh-sci: Runtime PM support
serial: sh-sci: suspend/resume wakeup support V2
sh: sh-sci: sh7377 and sh73a0 build fixes
clocksource: sh_cmt: __clocksource_updatefreq_hz() update
clocksource: sh_cmt: Runtime PM support
clocksource: sh_tmu: __clocksource_updatefreq_hz() update
clocksource: sh_tmu: Runtime PM support
Paul Mundt (4):
sh: intc: Set virtual IRQs as nothread.
sh: select IRQ_FORCED_THREADING.
sh: wire up sys_sendmmsg.
sh: Ignore R_SH_NONE module relocations.
Ralf Baechle (1):
SH: SE7751: Fix pcibios_map_platform_irq prototype.
Richard Weinberger (1):
sh: remove warning and warning_symbol from struct stacktrace_ops
arch/sh/Kconfig | 1 +
arch/sh/boards/mach-ecovec24/setup.c | 18 ++--
arch/sh/configs/ecovec24_defconfig | 2 +-
arch/sh/configs/sh7757lcr_defconfig | 2 +-
arch/sh/drivers/pci/fixups-se7751.c | 2 +-
arch/sh/include/asm/stacktrace.h | 3 -
arch/sh/include/asm/unistd_32.h | 3 +-
arch/sh/include/asm/unistd_64.h | 3 +-
arch/sh/kernel/cpu/Makefile | 4 +-
arch/sh/kernel/cpu/shmobile/pm_runtime.c | 6 +-
arch/sh/kernel/dumpstack.c | 15 ---
arch/sh/kernel/module.c | 2 +
arch/sh/kernel/perf_callchain.c | 12 --
arch/sh/kernel/stacktrace.c | 13 --
arch/sh/kernel/syscalls_32.S | 1 +
arch/sh/kernel/syscalls_64.S | 1 +
arch/sh/oprofile/backtrace.c | 13 --
drivers/clocksource/sh_cmt.c | 31 +++---
drivers/clocksource/sh_tmu.c | 31 +++--
drivers/dma/shdma.c | 188 +++++++++++++++++++++++-------
drivers/dma/shdma.h | 1 +
drivers/i2c/busses/i2c-sh_mobile.c | 1 +
drivers/sh/clk/cpg.c | 2 +-
drivers/sh/intc/virq.c | 5 +
drivers/tty/serial/sh-sci.c | 16 +++-
drivers/tty/serial/sh-sci.h | 16 ++--
26 files changed, 235 insertions(+), 157 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] sh updates for 2.6.40-rc1
Date: Tue, 24 May 2011 12:01:47 +0900 [thread overview]
Message-ID: <20110524030134.GB11986@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
Which contains:
Guennadi Liakhovetski (8):
sh: fix SD / MMC configuration dependencies on ecovec
sh: update SDHI configuration symbols in defconfigs
ALSA: add a module alias to the FSI driver
i2c: add a module alias to the sh-mobile driver
sh: cosmetic improvement: use an existing pointer
dmaengine: shdma: fix locking
dmaengine: shdma: add runtime- and system-level power management
dmaengine: shdma: synchronize RCU before freeing, simplify spinlock
Kuninori Morimoto (2):
sh: clkfwk: fixup clk_rate_table_build parameter in div6 clock
sh: fixup fpu.o compile order
Magnus Damm (7):
serial: sh-sci: Runtime PM support
serial: sh-sci: suspend/resume wakeup support V2
sh: sh-sci: sh7377 and sh73a0 build fixes
clocksource: sh_cmt: __clocksource_updatefreq_hz() update
clocksource: sh_cmt: Runtime PM support
clocksource: sh_tmu: __clocksource_updatefreq_hz() update
clocksource: sh_tmu: Runtime PM support
Paul Mundt (4):
sh: intc: Set virtual IRQs as nothread.
sh: select IRQ_FORCED_THREADING.
sh: wire up sys_sendmmsg.
sh: Ignore R_SH_NONE module relocations.
Ralf Baechle (1):
SH: SE7751: Fix pcibios_map_platform_irq prototype.
Richard Weinberger (1):
sh: remove warning and warning_symbol from struct stacktrace_ops
arch/sh/Kconfig | 1 +
arch/sh/boards/mach-ecovec24/setup.c | 18 ++--
arch/sh/configs/ecovec24_defconfig | 2 +-
arch/sh/configs/sh7757lcr_defconfig | 2 +-
arch/sh/drivers/pci/fixups-se7751.c | 2 +-
arch/sh/include/asm/stacktrace.h | 3 -
arch/sh/include/asm/unistd_32.h | 3 +-
arch/sh/include/asm/unistd_64.h | 3 +-
arch/sh/kernel/cpu/Makefile | 4 +-
arch/sh/kernel/cpu/shmobile/pm_runtime.c | 6 +-
arch/sh/kernel/dumpstack.c | 15 ---
arch/sh/kernel/module.c | 2 +
arch/sh/kernel/perf_callchain.c | 12 --
arch/sh/kernel/stacktrace.c | 13 --
arch/sh/kernel/syscalls_32.S | 1 +
arch/sh/kernel/syscalls_64.S | 1 +
arch/sh/oprofile/backtrace.c | 13 --
drivers/clocksource/sh_cmt.c | 31 +++---
drivers/clocksource/sh_tmu.c | 31 +++--
drivers/dma/shdma.c | 188 +++++++++++++++++++++++-------
drivers/dma/shdma.h | 1 +
drivers/i2c/busses/i2c-sh_mobile.c | 1 +
drivers/sh/clk/cpg.c | 2 +-
drivers/sh/intc/virq.c | 5 +
drivers/tty/serial/sh-sci.c | 16 +++-
drivers/tty/serial/sh-sci.h | 16 ++--
26 files changed, 235 insertions(+), 157 deletions(-)
next reply other threads:[~2011-05-24 3:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-24 3:01 Paul Mundt [this message]
2011-05-24 3:01 ` [GIT PULL] sh 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=20110524030134.GB11986@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.