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.25-rc4
Date: Wed, 27 Feb 2008 08:35:21 +0000 [thread overview]
Message-ID: <20080227083521.GA405@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Adrian McMenamin (2):
maple: remove unused variable
maple: fix device detection
Hideo Saito (1):
sh: Fix up HAS_SR_RB typo in entry-macros.
Julia Lawall (1):
arch/sh/drivers/dma/dma-sh.c: Correct use of ! and &
Magnus Damm (1):
sh: revert dreamcast pci change
Paul Mundt (3):
sh: Rename SH-3 CCR3 reg to avoid synclink_cs clash.
sh: SH5-103 needs to select CPU_SH5.
serial: Move asm-sh/sci.h to linux/serial_sci.h.
Rafael Ignacio Zurita (1):
sh: fix rtc_resources setup for sh770x
Roel Kluin (1):
sh: heartbeat: ioremap is expected to succeed
Tobias Klauser (1):
sh: Storage class should be before const qualifier
arch/sh/Kconfig | 1 +
arch/sh/drivers/dma/dma-sh.c | 2 +-
arch/sh/drivers/heartbeat.c | 2 +-
arch/sh/drivers/pci/ops-dreamcast.c | 44 +++++++++---------
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 2 +-
arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 4 +-
arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 2 +-
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 2 +-
arch/sh/kernel/cpu/sh3/probe.c | 4 +-
arch/sh/kernel/cpu/sh3/setup-sh7705.c | 2 +-
arch/sh/kernel/cpu/sh3/setup-sh770x.c | 8 ++--
arch/sh/kernel/cpu/sh3/setup-sh7710.c | 2 +-
arch/sh/kernel/cpu/sh3/setup-sh7720.c | 2 +-
arch/sh/kernel/cpu/sh4/setup-sh4-202.c | 2 +-
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 2 +-
arch/sh/kernel/cpu/sh4/setup-sh7760.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-shx3.c | 2 +-
drivers/serial/sh-sci.c | 2 +-
drivers/sh/maple/maple.c | 66 +++++++++++++++++---------
include/asm-sh/cpu-sh3/cache.h | 2 +-
include/asm-sh/entry-macros.S | 4 +-
include/linux/maple.h | 1 -
include/{asm-sh/sci.h => linux/serial_sci.h} | 10 ++--
30 files changed, 101 insertions(+), 83 deletions(-)
rename include/{asm-sh/sci.h => linux/serial_sci.h} (73%)
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.25-rc4
Date: Wed, 27 Feb 2008 17:35:21 +0900 [thread overview]
Message-ID: <20080227083521.GA405@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Adrian McMenamin (2):
maple: remove unused variable
maple: fix device detection
Hideo Saito (1):
sh: Fix up HAS_SR_RB typo in entry-macros.
Julia Lawall (1):
arch/sh/drivers/dma/dma-sh.c: Correct use of ! and &
Magnus Damm (1):
sh: revert dreamcast pci change
Paul Mundt (3):
sh: Rename SH-3 CCR3 reg to avoid synclink_cs clash.
sh: SH5-103 needs to select CPU_SH5.
serial: Move asm-sh/sci.h to linux/serial_sci.h.
Rafael Ignacio Zurita (1):
sh: fix rtc_resources setup for sh770x
Roel Kluin (1):
sh: heartbeat: ioremap is expected to succeed
Tobias Klauser (1):
sh: Storage class should be before const qualifier
arch/sh/Kconfig | 1 +
arch/sh/drivers/dma/dma-sh.c | 2 +-
arch/sh/drivers/heartbeat.c | 2 +-
arch/sh/drivers/pci/ops-dreamcast.c | 44 +++++++++---------
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 2 +-
arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 4 +-
arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 2 +-
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 2 +-
arch/sh/kernel/cpu/sh3/probe.c | 4 +-
arch/sh/kernel/cpu/sh3/setup-sh7705.c | 2 +-
arch/sh/kernel/cpu/sh3/setup-sh770x.c | 8 ++--
arch/sh/kernel/cpu/sh3/setup-sh7710.c | 2 +-
arch/sh/kernel/cpu/sh3/setup-sh7720.c | 2 +-
arch/sh/kernel/cpu/sh4/setup-sh4-202.c | 2 +-
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 2 +-
arch/sh/kernel/cpu/sh4/setup-sh7760.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 2 +-
arch/sh/kernel/cpu/sh4a/setup-shx3.c | 2 +-
drivers/serial/sh-sci.c | 2 +-
drivers/sh/maple/maple.c | 66 +++++++++++++++++---------
include/asm-sh/cpu-sh3/cache.h | 2 +-
include/asm-sh/entry-macros.S | 4 +-
include/linux/maple.h | 1 -
include/{asm-sh/sci.h => linux/serial_sci.h} | 10 ++--
30 files changed, 101 insertions(+), 83 deletions(-)
rename include/{asm-sh/sci.h => linux/serial_sci.h} (73%)
next reply other threads:[~2008-02-27 8:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-27 8:35 Paul Mundt [this message]
2008-02-27 8:35 ` [GIT PULL] sh updates for 2.6.25-rc4 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=20080227083521.GA405@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.