2010-06-04 05:00:35

by Paul Mundt

[permalink] [raw]
Subject: [GIT PULL] sh updates for 2.6.35-rc2

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


2010-06-15 07:09:59

by Fabio Giovagnini

[permalink] [raw]
Subject: Re: [GIT PULL] sh updates for 2.6.35-rc2

I Paul,
I just finished my last application ald linux 2.6 jernel based.
I'd like to upgrade my structure to the latest kernel for giving my apport
into the development of sh7203 target.
Can I have an account at

master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git

Thanks a lot


In data venerd? 04 giugno 2010 07:00:07, Paul Mundt ha scritto:
: > 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
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>

--
Fabio Giovagnini

Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Cell. +39.335.83.50.919
http://www.aurion-tech.com

2010-06-15 14:47:53

by Geert Uytterhoeven

[permalink] [raw]
Subject: Re: [GIT PULL] sh updates for 2.6.35-rc2

On Tue, Jun 15, 2010 at 09:09, Fabio Giovagnini
<[email protected]> wrote:
> I Paul,
> I just finished my last application ald linux 2.6 jernel based.
> I'd like to upgrade my structure to the latest kernel for giving my apport
> into the development of sh7203 target.
> Can I have an account at
>
> master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git

Just replace "master.kernel.org:" by "git://git.kernel.org", and it will work
without an account. There may be a small delay, due to git.kernel.org
being synced
from master.kernel.org.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2010-06-15 15:02:12

by Fabio Giovagnini

[permalink] [raw]
Subject: Re: [GIT PULL] sh updates for 2.6.35-rc2

I'll send eventual patch to the list and the master of the list will apply?

Thanks a lot

In data martedì 15 giugno 2010 16:21:39, Geert Uytterhoeven ha scritto:
: > On Tue, Jun 15, 2010 at 09:09, Fabio Giovagnini
>
> <[email protected]> wrote:
> > I Paul,
> > I just finished my last application ald linux 2.6 jernel based.
> > I'd like to upgrade my structure to the latest kernel for giving my
> > apport into the development of sh7203 target.
> > Can I have an account at
> >
> > master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
>
> Just replace "master.kernel.org:" by "git://git.kernel.org", and it will
> work without an account. There may be a small delay, due to git.kernel.org
> being synced
> from master.kernel.org.
>
> Gr{oetje,eeting}s,
>
> Geert
>
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 --
> [email protected]
>
> In personal conversations with technical people, I call myself a hacker.
> But when I'm talking to journalists I just say "programmer" or something
> like that. -- Linus Torvalds
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>

--
Fabio Giovagnini

Aurion s.r.l.
P.I e C.F.
00885711200
skype: aurion.giovagnini
Tel. +39.051.594.78.24
Cell. +39.335.83.50.919
http://www.aurion-tech.com