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.38-rc1
Date: Thu, 06 Jan 2011 15:19:26 +0000 [thread overview]
Message-ID: <20110106151926.GA19310@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
Which contains:
Magnus Damm (1):
sh: include Migo-R TS driver in Migo-R defconfig
Paul Mundt (8):
sh: machvec IO death.
sh: migrate SH_CLK_MD to mode pin API.
sh: Enable optional gpiolib for all CPUs with pinmux tables.
sh: Break out cpuinfo_op procfs bits.
sh: mach-rsk: Add polled GPIO buttons support for RSK+7203.
sh: mach-sdk7786: Handle baseboard NMI source selection.
dma: shdma: NMI support.
sh: Tidy up SH-4A unaligned load support.
Roel Kluin (1):
sh: correct definitions to access stack pointers
arch/sh/Kconfig | 20 +-
arch/sh/boards/board-secureedge5410.c | 2 -
arch/sh/boards/mach-rsk/devices-rsk7203.c | 37 +++-
arch/sh/boards/mach-sdk7786/Makefile | 2 +-
arch/sh/boards/mach-sdk7786/nmi.c | 83 +++++++
arch/sh/boards/mach-sdk7786/setup.c | 1 +
arch/sh/boards/mach-se/7206/setup.c | 6 +
arch/sh/boards/mach-se/board-se7619.c | 6 +
arch/sh/configs/migor_defconfig | 2 +
arch/sh/drivers/pci/pci.c | 3 +-
arch/sh/include/asm/io.h | 345 +++++++++++++++--------------
arch/sh/include/asm/io_generic.h | 25 --
arch/sh/include/asm/machvec.h | 21 --
arch/sh/include/asm/ptrace.h | 4 +-
arch/sh/include/asm/ptrace_32.h | 2 +-
arch/sh/include/asm/ptrace_64.h | 2 +-
arch/sh/include/asm/unaligned-sh4a.h | 164 +++++----------
arch/sh/include/mach-sdk7786/mach/fpga.h | 8 +
arch/sh/kernel/Makefile | 6 +-
arch/sh/kernel/cpu/Makefile | 2 +-
arch/sh/kernel/cpu/proc.c | 148 ++++++++++++
arch/sh/kernel/cpu/sh2/clock-sh7619.c | 22 +-
arch/sh/kernel/cpu/sh2a/clock-sh7201.c | 20 +-
arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 21 +-
arch/sh/kernel/cpu/sh2a/clock-sh7206.c | 20 +-
arch/sh/kernel/io_generic.c | 180 ---------------
arch/sh/kernel/iomap.c | 165 ++++++++++++++
arch/sh/kernel/ioport.c | 43 ++++
arch/sh/kernel/machvec.c | 22 --
arch/sh/kernel/setup.c | 144 ------------
drivers/dma/shdma.c | 132 ++++++++++--
drivers/dma/shdma.h | 1 +
32 files changed, 907 insertions(+), 752 deletions(-)
create mode 100644 arch/sh/boards/mach-sdk7786/nmi.c
create mode 100644 arch/sh/kernel/cpu/proc.c
delete mode 100644 arch/sh/kernel/io_generic.c
create mode 100644 arch/sh/kernel/iomap.c
create mode 100644 arch/sh/kernel/ioport.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] sh updates for 2.6.38-rc1
Date: Fri, 7 Jan 2011 00:19:26 +0900 [thread overview]
Message-ID: <20110106151926.GA19310@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
Which contains:
Magnus Damm (1):
sh: include Migo-R TS driver in Migo-R defconfig
Paul Mundt (8):
sh: machvec IO death.
sh: migrate SH_CLK_MD to mode pin API.
sh: Enable optional gpiolib for all CPUs with pinmux tables.
sh: Break out cpuinfo_op procfs bits.
sh: mach-rsk: Add polled GPIO buttons support for RSK+7203.
sh: mach-sdk7786: Handle baseboard NMI source selection.
dma: shdma: NMI support.
sh: Tidy up SH-4A unaligned load support.
Roel Kluin (1):
sh: correct definitions to access stack pointers
arch/sh/Kconfig | 20 +-
arch/sh/boards/board-secureedge5410.c | 2 -
arch/sh/boards/mach-rsk/devices-rsk7203.c | 37 +++-
arch/sh/boards/mach-sdk7786/Makefile | 2 +-
arch/sh/boards/mach-sdk7786/nmi.c | 83 +++++++
arch/sh/boards/mach-sdk7786/setup.c | 1 +
arch/sh/boards/mach-se/7206/setup.c | 6 +
arch/sh/boards/mach-se/board-se7619.c | 6 +
arch/sh/configs/migor_defconfig | 2 +
arch/sh/drivers/pci/pci.c | 3 +-
arch/sh/include/asm/io.h | 345 +++++++++++++++--------------
arch/sh/include/asm/io_generic.h | 25 --
arch/sh/include/asm/machvec.h | 21 --
arch/sh/include/asm/ptrace.h | 4 +-
arch/sh/include/asm/ptrace_32.h | 2 +-
arch/sh/include/asm/ptrace_64.h | 2 +-
arch/sh/include/asm/unaligned-sh4a.h | 164 +++++----------
arch/sh/include/mach-sdk7786/mach/fpga.h | 8 +
arch/sh/kernel/Makefile | 6 +-
arch/sh/kernel/cpu/Makefile | 2 +-
arch/sh/kernel/cpu/proc.c | 148 ++++++++++++
arch/sh/kernel/cpu/sh2/clock-sh7619.c | 22 +-
arch/sh/kernel/cpu/sh2a/clock-sh7201.c | 20 +-
arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 21 +-
arch/sh/kernel/cpu/sh2a/clock-sh7206.c | 20 +-
arch/sh/kernel/io_generic.c | 180 ---------------
arch/sh/kernel/iomap.c | 165 ++++++++++++++
arch/sh/kernel/ioport.c | 43 ++++
arch/sh/kernel/machvec.c | 22 --
arch/sh/kernel/setup.c | 144 ------------
drivers/dma/shdma.c | 132 ++++++++++--
drivers/dma/shdma.h | 1 +
32 files changed, 907 insertions(+), 752 deletions(-)
create mode 100644 arch/sh/boards/mach-sdk7786/nmi.c
create mode 100644 arch/sh/kernel/cpu/proc.c
delete mode 100644 arch/sh/kernel/io_generic.c
create mode 100644 arch/sh/kernel/iomap.c
create mode 100644 arch/sh/kernel/ioport.c
next reply other threads:[~2011-01-06 15:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-06 15:19 Paul Mundt [this message]
2011-01-06 15:19 ` [GIT PULL] sh updates for 2.6.38-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=20110106151926.GA19310@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.