From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh fixes
Date: Wed, 9 May 2007 22:01:52 +0900 [thread overview]
Message-ID: <20070509130152.GA22728@linux-sh.org> (raw)
There were some collisions with Andrew's last couple rounds of patches,
so this is a second set of updates that includes fixes for all of those
things, and gets us back to a working state.
Please pull from:
master.kernel.org::/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Manuel Lauss (1):
sh: SH7760 DMABRG support.
Paul Mundt (15):
sh: generic quicklist support.
rtc: rtc-sh: Fix up dev_dbg() warnings.
sh: __GFP_REPEAT for pte allocations, too.
sh: Always define TRAPA_BUG_OPCODE.
sh: Share exception vector table for SH-3/4.
sh: Kill off redundant __div64_32 symbol export.
sh: Support for SH-2A 32-bit opcodes.
sh: Fix PC adjustments for varying opcode length.
sh: Add 32-bit opcode feature CPU flag.
sh: Wire up utimensat syscall.
sh: Convert to common die chain.
rtc: rtc-sh: Fix rtc_dev pointer for rtc_update_irq().
sh: Truncate MAX_ACTIVE_REGIONS for the common case.
sh: clockevent/clocksource/hrtimers/nohz TMU support.
sh: Fix stacktrace simplification fallout.
kogiidena (2):
sh: Fixup ndelay() xloops calculation for alternate HZ.
sh: landisk mv_nr_irqs definition.
arch/sh/Kconfig | 29 +---
arch/sh/boards/landisk/setup.c | 1
arch/sh/drivers/Makefile | 3
arch/sh/drivers/dma/Kconfig | 20 ++-
arch/sh/drivers/dma/Makefile | 4
arch/sh/drivers/dma/dmabrg.c | 196 ++++++++++++++++++++++++++++++++
arch/sh/kernel/cpu/sh2a/Makefile | 5
arch/sh/kernel/cpu/sh2a/opcode_helper.c | 55 ++++++++
arch/sh/kernel/cpu/sh2a/probe.c | 1
arch/sh/kernel/cpu/sh3/ex.S | 13 +-
arch/sh/kernel/cpu/sh4/Makefile | 6
arch/sh/kernel/cpu/sh4/ex.S | 62 ----------
arch/sh/kernel/cpu/sh4/fpu.c | 3
arch/sh/kernel/process.c | 16 +-
arch/sh/kernel/setup.c | 2
arch/sh/kernel/sh_ksyms.c | 2
arch/sh/kernel/signal.c | 13 +-
arch/sh/kernel/stacktrace.c | 2
arch/sh/kernel/syscalls.S | 1
arch/sh/kernel/time.c | 172 ++++++++--------------------
arch/sh/kernel/timers/timer-tmu.c | 182 +++++++++++++++++------------
arch/sh/kernel/traps.c | 20 ---
arch/sh/lib/delay.c | 5
arch/sh/mm/Kconfig | 7 +
arch/sh/mm/fault.c | 2
arch/sh/mm/init.c | 2
drivers/rtc/rtc-sh.c | 8 -
include/asm-sh/bug.h | 4
include/asm-sh/cpu-features.h | 1
include/asm-sh/dmabrg.h | 23 +++
include/asm-sh/kdebug.h | 25 ----
include/asm-sh/pgalloc.h | 44 ++++---
include/asm-sh/system.h | 9 +
include/asm-sh/timer.h | 25 ----
include/asm-sh/unistd.h | 5
mm/Kconfig | 2
36 files changed, 572 insertions(+), 398 deletions(-)
next reply other threads:[~2007-05-09 13:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-09 13:01 Paul Mundt [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-06-19 9:21 [GIT PULL] sh fixes Paul Mundt
2007-03-28 10:49 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=20070509130152.GA22728@linux-sh.org \
--to=lethal@linux-sh.org \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox