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.28-rc1, part 2.
Date: Thu, 23 Oct 2008 05:59:24 +0000 [thread overview]
Message-ID: <20081023055924.GA22111@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Andrew Morton (1):
sh: Kill off duplicate remove_memory() definition.
Guennadi Liakhovetski (1):
sh: fix soc-camera compile breakage on Migo-R.
Magnus Damm (5):
sh: update ov772x byte order on Migo-R
sh: Update gpio_set_value() pin value handling
sh: use 10MHz VIO_CLK for ov772x on Migo-R
sh: improve pinmux support for single direction pins
sh: sh7785 pinmux support
Paul Mundt (15):
sh: Fix up the SH7203 build.
sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().
sh: gpio: Include asm-generic/gpio.h for non-gpiolib stubs.
sh: rsk7203: leds-gpio support for RSK+ LEDs.
sh: gpio: Stub in dummy GPIO<->IRQ mapping routines.
sh: ap325rxa: Move off of hardcoded pinmux for flctl initialization.
sh: Hook up PB0->PB7 input-only pins in SH7203 PFC.
sh: ap325rxa: Kill off unused port definitions.
sh: Wire up oops reporting in the die notifier chain.
sh: Export cache flush routines needed by sh_eth on SH7619.
rtc: Add R2025S/D comment to rs5c372 Kconfig entry.
sh: Kill off unused p1fc divisors from SH7763 clk fwk.
sh: update defconfigs.
sh: mach-highlander: Handle SCIF pinmuxing on R7785RP.
sh: asm/gpio.h needs linux/kernel.h for might_sleep()/WARN_ON().
Yoshihiro Shimoda (1):
sh: add support FLCTL for ap325rxa board
arch/sh/boards/board-ap325rxa.c | 64 +-
arch/sh/boards/board-rsk7203.c | 44 +-
arch/sh/boards/mach-highlander/Kconfig | 1 +
arch/sh/boards/mach-highlander/Makefile | 10 +-
arch/sh/boards/mach-highlander/pinmux-r7785rp.c | 20 +
arch/sh/boards/mach-highlander/setup.c | 2 +
arch/sh/boards/mach-migor/setup.c | 18 +-
arch/sh/configs/ap325rxa_defconfig | 72 +-
arch/sh/configs/cayman_defconfig | 406 ++++++--
arch/sh/configs/dreamcast_defconfig | 76 +-
arch/sh/configs/edosk7760_defconfig | 168 ++--
arch/sh/configs/hp6xx_defconfig | 65 +-
arch/sh/configs/landisk_defconfig | 129 ++-
arch/sh/configs/lboxre2_defconfig | 88 ++-
arch/sh/configs/magicpanelr2_defconfig | 78 +-
arch/sh/configs/microdev_defconfig | 83 +-
arch/sh/configs/migor_defconfig | 125 ++-
arch/sh/configs/r7780mp_defconfig | 223 ++++-
arch/sh/configs/r7785rp_defconfig | 280 +++++-
arch/sh/configs/rsk7203_defconfig | 111 ++-
arch/sh/configs/rts7751r2d1_defconfig | 121 ++-
arch/sh/configs/rts7751r2dplus_defconfig | 121 ++-
arch/sh/configs/rts7751r2dplus_qemu_defconfig | 72 +-
arch/sh/configs/sdk7780_defconfig | 135 ++-
arch/sh/configs/se7206_defconfig | 75 +-
arch/sh/configs/se7343_defconfig | 80 +-
arch/sh/configs/se7619_defconfig | 56 +-
arch/sh/configs/se7705_defconfig | 659 ++++++-------
arch/sh/configs/se7712_defconfig | 113 ++-
arch/sh/configs/se7721_defconfig | 263 ++++--
arch/sh/configs/se7722_defconfig | 458 +++++----
arch/sh/configs/se7750_defconfig | 700 ++++++-------
arch/sh/configs/se7751_defconfig | 693 ++++++------
arch/sh/configs/se7780_defconfig | 292 ++++--
arch/sh/configs/sh03_defconfig | 801 ++++++++-------
arch/sh/configs/sh7710voipgw_defconfig | 222 +++--
arch/sh/configs/sh7763rdp_defconfig | 75 +-
arch/sh/configs/sh7785lcr_defconfig | 199 +++-
arch/sh/configs/shmin_defconfig | 639 ++++++------
arch/sh/configs/shx3_defconfig | 627 +++++++++--
arch/sh/configs/snapgear_defconfig | 237 +++--
arch/sh/configs/systemh_defconfig | 478 ++++-----
arch/sh/configs/titan_defconfig | 1061 +++++++++----------
arch/sh/include/asm/gpio.h | 19 +-
arch/sh/include/asm/kdebug.h | 1 +
arch/sh/include/cpu-sh4/cpu/sh7785.h | 234 ++++
arch/sh/include/mach-common/mach/highlander.h | 6 +
arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c | 30 +-
arch/sh/kernel/cpu/sh4a/Makefile | 1 +
arch/sh/kernel/cpu/sh4a/clock-sh7763.c | 1 -
arch/sh/kernel/cpu/sh4a/pinmux-sh7785.c | 1310 +++++++++++++++++++++++
arch/sh/kernel/gpio.c | 8 +-
arch/sh/kernel/sh_ksyms_32.c | 7 +-
arch/sh/kernel/smp.c | 1 +
arch/sh/kernel/traps_32.c | 2 +
arch/sh/mm/init.c | 17 -
drivers/rtc/Kconfig | 4 +-
57 files changed, 7836 insertions(+), 4045 deletions(-)
create mode 100644 arch/sh/boards/mach-highlander/pinmux-r7785rp.c
create mode 100644 arch/sh/include/cpu-sh4/cpu/sh7785.h
create mode 100644 arch/sh/kernel/cpu/sh4a/pinmux-sh7785.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.28-rc1, part 2.
Date: Thu, 23 Oct 2008 14:59:24 +0900 [thread overview]
Message-ID: <20081023055924.GA22111@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Andrew Morton (1):
sh: Kill off duplicate remove_memory() definition.
Guennadi Liakhovetski (1):
sh: fix soc-camera compile breakage on Migo-R.
Magnus Damm (5):
sh: update ov772x byte order on Migo-R
sh: Update gpio_set_value() pin value handling
sh: use 10MHz VIO_CLK for ov772x on Migo-R
sh: improve pinmux support for single direction pins
sh: sh7785 pinmux support
Paul Mundt (15):
sh: Fix up the SH7203 build.
sh: arch/sh/kernel/smp.c needs linux/cpu.h for notify_cpu_starting().
sh: gpio: Include asm-generic/gpio.h for non-gpiolib stubs.
sh: rsk7203: leds-gpio support for RSK+ LEDs.
sh: gpio: Stub in dummy GPIO<->IRQ mapping routines.
sh: ap325rxa: Move off of hardcoded pinmux for flctl initialization.
sh: Hook up PB0->PB7 input-only pins in SH7203 PFC.
sh: ap325rxa: Kill off unused port definitions.
sh: Wire up oops reporting in the die notifier chain.
sh: Export cache flush routines needed by sh_eth on SH7619.
rtc: Add R2025S/D comment to rs5c372 Kconfig entry.
sh: Kill off unused p1fc divisors from SH7763 clk fwk.
sh: update defconfigs.
sh: mach-highlander: Handle SCIF pinmuxing on R7785RP.
sh: asm/gpio.h needs linux/kernel.h for might_sleep()/WARN_ON().
Yoshihiro Shimoda (1):
sh: add support FLCTL for ap325rxa board
arch/sh/boards/board-ap325rxa.c | 64 +-
arch/sh/boards/board-rsk7203.c | 44 +-
arch/sh/boards/mach-highlander/Kconfig | 1 +
arch/sh/boards/mach-highlander/Makefile | 10 +-
arch/sh/boards/mach-highlander/pinmux-r7785rp.c | 20 +
arch/sh/boards/mach-highlander/setup.c | 2 +
arch/sh/boards/mach-migor/setup.c | 18 +-
arch/sh/configs/ap325rxa_defconfig | 72 +-
arch/sh/configs/cayman_defconfig | 406 ++++++--
arch/sh/configs/dreamcast_defconfig | 76 +-
arch/sh/configs/edosk7760_defconfig | 168 ++--
arch/sh/configs/hp6xx_defconfig | 65 +-
arch/sh/configs/landisk_defconfig | 129 ++-
arch/sh/configs/lboxre2_defconfig | 88 ++-
arch/sh/configs/magicpanelr2_defconfig | 78 +-
arch/sh/configs/microdev_defconfig | 83 +-
arch/sh/configs/migor_defconfig | 125 ++-
arch/sh/configs/r7780mp_defconfig | 223 ++++-
arch/sh/configs/r7785rp_defconfig | 280 +++++-
arch/sh/configs/rsk7203_defconfig | 111 ++-
arch/sh/configs/rts7751r2d1_defconfig | 121 ++-
arch/sh/configs/rts7751r2dplus_defconfig | 121 ++-
arch/sh/configs/rts7751r2dplus_qemu_defconfig | 72 +-
arch/sh/configs/sdk7780_defconfig | 135 ++-
arch/sh/configs/se7206_defconfig | 75 +-
arch/sh/configs/se7343_defconfig | 80 +-
arch/sh/configs/se7619_defconfig | 56 +-
arch/sh/configs/se7705_defconfig | 659 ++++++-------
arch/sh/configs/se7712_defconfig | 113 ++-
arch/sh/configs/se7721_defconfig | 263 ++++--
arch/sh/configs/se7722_defconfig | 458 +++++----
arch/sh/configs/se7750_defconfig | 700 ++++++-------
arch/sh/configs/se7751_defconfig | 693 ++++++------
arch/sh/configs/se7780_defconfig | 292 ++++--
arch/sh/configs/sh03_defconfig | 801 ++++++++-------
arch/sh/configs/sh7710voipgw_defconfig | 222 +++--
arch/sh/configs/sh7763rdp_defconfig | 75 +-
arch/sh/configs/sh7785lcr_defconfig | 199 +++-
arch/sh/configs/shmin_defconfig | 639 ++++++------
arch/sh/configs/shx3_defconfig | 627 +++++++++--
arch/sh/configs/snapgear_defconfig | 237 +++--
arch/sh/configs/systemh_defconfig | 478 ++++-----
arch/sh/configs/titan_defconfig | 1061 +++++++++----------
arch/sh/include/asm/gpio.h | 19 +-
arch/sh/include/asm/kdebug.h | 1 +
arch/sh/include/cpu-sh4/cpu/sh7785.h | 234 ++++
arch/sh/include/mach-common/mach/highlander.h | 6 +
arch/sh/kernel/cpu/sh2a/pinmux-sh7203.c | 30 +-
arch/sh/kernel/cpu/sh4a/Makefile | 1 +
arch/sh/kernel/cpu/sh4a/clock-sh7763.c | 1 -
arch/sh/kernel/cpu/sh4a/pinmux-sh7785.c | 1310 +++++++++++++++++++++++
arch/sh/kernel/gpio.c | 8 +-
arch/sh/kernel/sh_ksyms_32.c | 7 +-
arch/sh/kernel/smp.c | 1 +
arch/sh/kernel/traps_32.c | 2 +
arch/sh/mm/init.c | 17 -
drivers/rtc/Kconfig | 4 +-
57 files changed, 7836 insertions(+), 4045 deletions(-)
create mode 100644 arch/sh/boards/mach-highlander/pinmux-r7785rp.c
create mode 100644 arch/sh/include/cpu-sh4/cpu/sh7785.h
create mode 100644 arch/sh/kernel/cpu/sh4a/pinmux-sh7785.c
next reply other threads:[~2008-10-23 5:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-23 5:59 Paul Mundt [this message]
2008-10-23 5:59 ` [GIT PULL] sh updates for 2.6.28-rc1, part 2 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=20081023055924.GA22111@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.