public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sh updates for 2.6.35-rc2
@ 2010-06-04  5:00 Paul Mundt
  2010-06-15  7:09 ` Fabio Giovagnini
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Mundt @ 2010-06-04  5:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-15 15:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 14:21   ` Geert Uytterhoeven
2010-06-15 15:01     ` Fabio Giovagnini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox