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-rc5
Date: Thu, 06 Mar 2008 18:06:50 +0000 [thread overview]
Message-ID: <20080306180650.GA23866@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.25.git
Which contains:
Adrian Bunk (2):
sh/mm/pg-sh7705.c must #include <linux/fs.h>
sh_ksyms_32.c update for gcc 4.3
Andrew Morton (1):
sh: export copy-page() to modules
Harvey Harrison (1):
sh: replace remaining __FUNCTION__ occurrences
Kristoffer Ericson (1):
sh: hp6xx: Correct APM output.
Paul Mundt (8):
sh: Fix up section mismatches.
fb: pvr2fb: Fix up remaining section mismatch.
sh: hp6xx: Fix up hp6xx_apm build failure.
fb: hitfb: Balance probe/remove section annotations.
sh: Update r7780mp defconfig.
sh: Flag PMB support as EXPERIMENTAL.
sh: Fix up SH7710 VoIP-GW build.
sh: Fix up the sh64 build.
goda.yusuke (1):
sh: update se7780 defconfig
arch/sh/Kconfig | 7 -
arch/sh/Makefile | 1 -
arch/sh/boards/hp6xx/hp6xx_apm.c | 22 +-
arch/sh/boards/renesas/sh7710voipgw/Makefile | 1 -
arch/sh/boards/renesas/sh7710voipgw/setup.c | 94 ----
arch/sh/boards/renesas/x3proto/ilsel.c | 2 +-
arch/sh/boards/superh/microdev/io.c | 2 +-
arch/sh/configs/r7780mp_defconfig | 91 +++-
arch/sh/configs/se7780_defconfig | 646 ++++++++++----------------
arch/sh/configs/sh7710voipgw_defconfig | 595 ++++++++++--------------
arch/sh/kernel/cpu/init.c | 2 +-
arch/sh/kernel/cpu/sh4/sq.c | 4 +-
arch/sh/kernel/cpu/sh5/unwind.c | 2 +-
arch/sh/kernel/io_trapped.c | 2 +-
arch/sh/kernel/sh_ksyms_32.c | 5 +-
arch/sh/kernel/sh_ksyms_64.c | 1 +
arch/sh/kernel/timers/timer-cmt.c | 2 +-
arch/sh/kernel/timers/timer-mtu2.c | 2 +-
arch/sh/kernel/topology.c | 2 +-
arch/sh/kernel/traps_64.c | 2 +-
arch/sh/lib64/c-checksum.c | 2 +-
arch/sh/lib64/udelay.c | 21 +-
arch/sh/mm/Kconfig | 2 +-
arch/sh/mm/init.c | 2 +-
arch/sh/mm/ioremap_32.c | 2 +-
arch/sh/mm/ioremap_64.c | 4 +-
arch/sh/mm/pg-sh7705.c | 1 +
arch/sh/mm/tlbflush_64.c | 6 +-
arch/sh/tools/mach-types | 1 -
drivers/video/hitfb.c | 4 +-
drivers/video/pvr2fb.c | 12 +-
include/asm-sh/delay.h | 5 -
32 files changed, 625 insertions(+), 922 deletions(-)
delete mode 100644 arch/sh/boards/renesas/sh7710voipgw/Makefile
delete mode 100644 arch/sh/boards/renesas/sh7710voipgw/setup.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.25-rc5
Date: Fri, 7 Mar 2008 03:06:50 +0900 [thread overview]
Message-ID: <20080306180650.GA23866@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.25.git
Which contains:
Adrian Bunk (2):
sh/mm/pg-sh7705.c must #include <linux/fs.h>
sh_ksyms_32.c update for gcc 4.3
Andrew Morton (1):
sh: export copy-page() to modules
Harvey Harrison (1):
sh: replace remaining __FUNCTION__ occurrences
Kristoffer Ericson (1):
sh: hp6xx: Correct APM output.
Paul Mundt (8):
sh: Fix up section mismatches.
fb: pvr2fb: Fix up remaining section mismatch.
sh: hp6xx: Fix up hp6xx_apm build failure.
fb: hitfb: Balance probe/remove section annotations.
sh: Update r7780mp defconfig.
sh: Flag PMB support as EXPERIMENTAL.
sh: Fix up SH7710 VoIP-GW build.
sh: Fix up the sh64 build.
goda.yusuke (1):
sh: update se7780 defconfig
arch/sh/Kconfig | 7 -
arch/sh/Makefile | 1 -
arch/sh/boards/hp6xx/hp6xx_apm.c | 22 +-
arch/sh/boards/renesas/sh7710voipgw/Makefile | 1 -
arch/sh/boards/renesas/sh7710voipgw/setup.c | 94 ----
arch/sh/boards/renesas/x3proto/ilsel.c | 2 +-
arch/sh/boards/superh/microdev/io.c | 2 +-
arch/sh/configs/r7780mp_defconfig | 91 +++-
arch/sh/configs/se7780_defconfig | 646 ++++++++++----------------
arch/sh/configs/sh7710voipgw_defconfig | 595 ++++++++++--------------
arch/sh/kernel/cpu/init.c | 2 +-
arch/sh/kernel/cpu/sh4/sq.c | 4 +-
arch/sh/kernel/cpu/sh5/unwind.c | 2 +-
arch/sh/kernel/io_trapped.c | 2 +-
arch/sh/kernel/sh_ksyms_32.c | 5 +-
arch/sh/kernel/sh_ksyms_64.c | 1 +
arch/sh/kernel/timers/timer-cmt.c | 2 +-
arch/sh/kernel/timers/timer-mtu2.c | 2 +-
arch/sh/kernel/topology.c | 2 +-
arch/sh/kernel/traps_64.c | 2 +-
arch/sh/lib64/c-checksum.c | 2 +-
arch/sh/lib64/udelay.c | 21 +-
arch/sh/mm/Kconfig | 2 +-
arch/sh/mm/init.c | 2 +-
arch/sh/mm/ioremap_32.c | 2 +-
arch/sh/mm/ioremap_64.c | 4 +-
arch/sh/mm/pg-sh7705.c | 1 +
arch/sh/mm/tlbflush_64.c | 6 +-
arch/sh/tools/mach-types | 1 -
drivers/video/hitfb.c | 4 +-
drivers/video/pvr2fb.c | 12 +-
include/asm-sh/delay.h | 5 -
32 files changed, 625 insertions(+), 922 deletions(-)
delete mode 100644 arch/sh/boards/renesas/sh7710voipgw/Makefile
delete mode 100644 arch/sh/boards/renesas/sh7710voipgw/setup.c
next reply other threads:[~2008-03-06 18:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-06 18:06 Paul Mundt [this message]
2008-03-06 18:06 ` [GIT PULL] sh updates for 2.6.25-rc5 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=20080306180650.GA23866@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.