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.35-rc2
Date: Fri, 04 Jun 2010 05:00:07 +0000 [thread overview]
Message-ID: <20100604050007.GD31868@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Aurelien Jarno (1):
clocksource: sh_tmu: compute mult and shift before registration
Guennadi Liakhovetski (1):
fbdev: fix erroneous index in drivers/video/sh_mobile_lcdcfb.c
Huang Weiyi (1):
sh: remove duplicated #include
Kuninori Morimoto (4):
sh: make sure static declaration on mach-ap325rxa
sh: make sure static declaration on mach-ecovec24
sh: make sure static declaration on mach-migor
sh: make sure static declaration on ms7724se
Magnus Damm (4):
sh: allow romImage data between head.S and the zero page
sh: prepare MMCIF driver header file
sh: add boot code to MMCIF driver header
sh: add romImage MMCIF boot for sh7724 and Ecovec V2
Paul Mundt (11):
serial: sh-sci: fix up serial DMA build.
sh: handle early calls to return_address() when using dwarf unwinder.
input: serio: disable i8042 for non-cayman sh platforms.
usb: gadget: m66592-udc pio to mmio accessor conversion.
usb: gadget: r8a66597-udc pio to mmio accessor conversion.
usb: r8a66597-hcd pio to mmio accessor conversion.
sh: support for platforms without PIO.
sh: mach-sdk7786: conditionally disable PIO support.
sh: PIO disabling for x3proto and urquell.
clocksource: sh_cmt: compute mult and shift before registration
sh: Make intc messages consistent via pr_fmt.
Yusuke Goda (1):
sh: Add support MMCIF for ecovec
arch/sh/Kconfig | 16 +++-
arch/sh/boards/Kconfig | 3 +
arch/sh/boards/mach-ap325rxa/setup.c | 2 +-
arch/sh/boards/mach-ecovec24/setup.c | 101 ++++++++++++++--
arch/sh/boards/mach-migor/setup.c | 2 +-
arch/sh/boards/mach-se/7724/setup.c | 8 +-
arch/sh/boot/romimage/Makefile | 13 ++-
arch/sh/boot/romimage/head.S | 42 ++++++-
arch/sh/boot/romimage/mmcif-sh7724.c | 72 +++++++++++
arch/sh/boot/romimage/vmlinux.scr | 2 +
arch/sh/include/asm/io.h | 8 ++
arch/sh/include/asm/machvec.h | 9 +-
arch/sh/include/cpu-sh4/cpu/sh7724.h | 1 +
arch/sh/include/mach-common/mach/romimage.h | 10 ++
arch/sh/include/mach-ecovec24/mach/romimage.h | 27 ++++
arch/sh/include/mach-kfr2r09/mach/romimage.h | 10 ++
arch/sh/kernel/Makefile | 3 +-
arch/sh/kernel/dwarf.c | 19 +++-
arch/sh/kernel/io.c | 22 ----
arch/sh/kernel/io_generic.c | 20 +++
arch/sh/kernel/io_trapped.c | 4 +
arch/sh/kernel/machvec.c | 17 ++-
arch/sh/kernel/return_address.c | 2 +
drivers/clocksource/sh_cmt.c | 22 ++--
drivers/clocksource/sh_tmu.c | 20 ++--
drivers/input/serio/Kconfig | 3 +-
drivers/mmc/host/sh_mmcif.c | 125 ++++++++------------
drivers/sh/intc.c | 12 +-
drivers/usb/gadget/m66592-udc.h | 22 ++--
drivers/usb/gadget/r8a66597-udc.c | 4 +-
drivers/usb/gadget/r8a66597-udc.h | 24 ++--
drivers/usb/host/r8a66597-hcd.c | 4 +-
drivers/usb/host/r8a66597.h | 26 ++--
drivers/video/sh_mobile_lcdcfb.c | 6 +-
include/linux/mmc/sh_mmcif.h | 161 +++++++++++++++++++++++++
include/linux/serial_sci.h | 4 +-
36 files changed, 642 insertions(+), 204 deletions(-)
create mode 100644 arch/sh/boot/romimage/mmcif-sh7724.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.35-rc2
Date: Fri, 4 Jun 2010 14:00:07 +0900 [thread overview]
Message-ID: <20100604050007.GD31868@linux-sh.org> (raw)
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Aurelien Jarno (1):
clocksource: sh_tmu: compute mult and shift before registration
Guennadi Liakhovetski (1):
fbdev: fix erroneous index in drivers/video/sh_mobile_lcdcfb.c
Huang Weiyi (1):
sh: remove duplicated #include
Kuninori Morimoto (4):
sh: make sure static declaration on mach-ap325rxa
sh: make sure static declaration on mach-ecovec24
sh: make sure static declaration on mach-migor
sh: make sure static declaration on ms7724se
Magnus Damm (4):
sh: allow romImage data between head.S and the zero page
sh: prepare MMCIF driver header file
sh: add boot code to MMCIF driver header
sh: add romImage MMCIF boot for sh7724 and Ecovec V2
Paul Mundt (11):
serial: sh-sci: fix up serial DMA build.
sh: handle early calls to return_address() when using dwarf unwinder.
input: serio: disable i8042 for non-cayman sh platforms.
usb: gadget: m66592-udc pio to mmio accessor conversion.
usb: gadget: r8a66597-udc pio to mmio accessor conversion.
usb: r8a66597-hcd pio to mmio accessor conversion.
sh: support for platforms without PIO.
sh: mach-sdk7786: conditionally disable PIO support.
sh: PIO disabling for x3proto and urquell.
clocksource: sh_cmt: compute mult and shift before registration
sh: Make intc messages consistent via pr_fmt.
Yusuke Goda (1):
sh: Add support MMCIF for ecovec
arch/sh/Kconfig | 16 +++-
arch/sh/boards/Kconfig | 3 +
arch/sh/boards/mach-ap325rxa/setup.c | 2 +-
arch/sh/boards/mach-ecovec24/setup.c | 101 ++++++++++++++--
arch/sh/boards/mach-migor/setup.c | 2 +-
arch/sh/boards/mach-se/7724/setup.c | 8 +-
arch/sh/boot/romimage/Makefile | 13 ++-
arch/sh/boot/romimage/head.S | 42 ++++++-
arch/sh/boot/romimage/mmcif-sh7724.c | 72 +++++++++++
arch/sh/boot/romimage/vmlinux.scr | 2 +
arch/sh/include/asm/io.h | 8 ++
arch/sh/include/asm/machvec.h | 9 +-
arch/sh/include/cpu-sh4/cpu/sh7724.h | 1 +
arch/sh/include/mach-common/mach/romimage.h | 10 ++
arch/sh/include/mach-ecovec24/mach/romimage.h | 27 ++++
arch/sh/include/mach-kfr2r09/mach/romimage.h | 10 ++
arch/sh/kernel/Makefile | 3 +-
arch/sh/kernel/dwarf.c | 19 +++-
arch/sh/kernel/io.c | 22 ----
arch/sh/kernel/io_generic.c | 20 +++
arch/sh/kernel/io_trapped.c | 4 +
arch/sh/kernel/machvec.c | 17 ++-
arch/sh/kernel/return_address.c | 2 +
drivers/clocksource/sh_cmt.c | 22 ++--
drivers/clocksource/sh_tmu.c | 20 ++--
drivers/input/serio/Kconfig | 3 +-
drivers/mmc/host/sh_mmcif.c | 125 ++++++++------------
drivers/sh/intc.c | 12 +-
drivers/usb/gadget/m66592-udc.h | 22 ++--
drivers/usb/gadget/r8a66597-udc.c | 4 +-
drivers/usb/gadget/r8a66597-udc.h | 24 ++--
drivers/usb/host/r8a66597-hcd.c | 4 +-
drivers/usb/host/r8a66597.h | 26 ++--
drivers/video/sh_mobile_lcdcfb.c | 6 +-
include/linux/mmc/sh_mmcif.h | 161 +++++++++++++++++++++++++
include/linux/serial_sci.h | 4 +-
36 files changed, 642 insertions(+), 204 deletions(-)
create mode 100644 arch/sh/boot/romimage/mmcif-sh7724.c
next reply other threads:[~2010-06-04 5:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-04 5:00 Paul Mundt [this message]
2010-06-04 5:00 ` [GIT PULL] sh updates for 2.6.35-rc2 Paul Mundt
2010-06-15 7:09 ` Fabio Giovagnini
2010-06-15 7:09 ` Fabio Giovagnini
2010-06-15 14:21 ` Geert Uytterhoeven
2010-06-15 14:21 ` Geert Uytterhoeven
2010-06-15 15:01 ` Fabio Giovagnini
2010-06-15 15:01 ` Fabio Giovagnini
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=20100604050007.GD31868@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.