public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sh updates for 2.6.28-rc3
@ 2008-10-31  9:07 Paul Mundt
  0 siblings, 0 replies; only message in thread
From: Paul Mundt @ 2008-10-31  9:07 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:

Harvey Harrison (1):
      sh: use the new byteorder headers.

Kuninori Morimoto (4):
      sh: Provide a sample defconfig for the UL2 (SH7366) board.
      SH 7366 needs SCIF_ONLY
      Add support usb setting on sh 7366
      sh: Enable NFS root in Migo-R defconfig.

Matt Fleming (1):
      Define SCSPTR1 for SH 7751R

Michael Trimarchi (1):
      sh: Fix up the shared IRQ demuxer's control bit testing logic.

Nobuhiro Iwamatsu (3):
      gdrom: Fix compile error
      sh: Change register name SCSPTR to SCSPTR2
      sh: Add sci_rxd_in of SH4-202

Paul Mundt (10):
      serial: sh-sci: Kill off all of the SCI/SCIF special casing.
      sh: oprofile: Fix up the SH7750 performance counter name.
      sh: Fix FPU tuning on toolchains with mismatched multilib targets.
      sh: Add on-chip RTC support for SH7722.
      sh: sh7785lcr: Select uImage as default image target.
      sh: Simplify and lock down the ISA tuning.
      sh: Revert "SH 7366 needs SCIF_ONLY"
      sh: Kill off long-dead HD64465 cchip support.
      sh: SHmedia ISA tuning fixups.
      sh: FTRACE renamed to FUNCTION_TRACER.

Yoshihiro Shimoda (1):
      sh: fix sh2a cache entry_mask

 Documentation/sh/new-machine.txt        |    4 +-
 arch/sh/Kconfig                         |    2 +-
 arch/sh/Makefile                        |   31 +-
 arch/sh/boot/compressed/Makefile_32     |    2 +-
 arch/sh/cchips/Kconfig                  |   33 -
 arch/sh/cchips/hd6446x/Makefile         |    1 -
 arch/sh/cchips/hd6446x/hd64465/Makefile |    6 -
 arch/sh/cchips/hd6446x/hd64465/gpio.c   |  196 ------
 arch/sh/cchips/hd6446x/hd64465/io.c     |  211 ------
 arch/sh/cchips/hd6446x/hd64465/setup.c  |  181 -----
 arch/sh/configs/migor_defconfig         |   35 +-
 arch/sh/configs/ul2_defconfig           | 1169 +++++++++++++++++++++++++++++++
 arch/sh/include/asm/byteorder.h         |   36 +-
 arch/sh/include/asm/hd64465/gpio.h      |   46 --
 arch/sh/include/asm/hd64465/hd64465.h   |  256 -------
 arch/sh/include/asm/hd64465/io.h        |   44 --
 arch/sh/include/asm/serial.h            |   17 -
 arch/sh/include/cpu-sh4/cpu/rtc.h       |    2 +-
 arch/sh/kernel/cpu/sh4a/setup-sh7366.c  |   28 +
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c  |   34 +-
 arch/sh/kernel/entry-common.S           |    4 +-
 arch/sh/kernel/sh_ksyms_32.c            |   13 +-
 arch/sh/mm/cache-sh2a.c                 |    8 +-
 arch/sh/oprofile/op_model_sh7750.c      |    6 +-
 arch/sh/tools/mach-types                |    1 -
 drivers/cdrom/gdrom.c                   |    5 +-
 drivers/pcmcia/Kconfig                  |    4 -
 drivers/pcmcia/Makefile                 |    1 -
 drivers/pcmcia/hd64465_ss.c             |  939 -------------------------
 drivers/serial/sh-sci.c                 |   40 +-
 drivers/serial/sh-sci.h                 |   96 +--
 31 files changed, 1357 insertions(+), 2094 deletions(-)
 delete mode 100644 arch/sh/cchips/hd6446x/hd64465/Makefile
 delete mode 100644 arch/sh/cchips/hd6446x/hd64465/gpio.c
 delete mode 100644 arch/sh/cchips/hd6446x/hd64465/io.c
 delete mode 100644 arch/sh/cchips/hd6446x/hd64465/setup.c
 create mode 100644 arch/sh/configs/ul2_defconfig
 delete mode 100644 arch/sh/include/asm/hd64465/gpio.h
 delete mode 100644 arch/sh/include/asm/hd64465/hd64465.h
 delete mode 100644 arch/sh/include/asm/hd64465/io.h
 delete mode 100644 drivers/pcmcia/hd64465_ss.c

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-31  9:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31  9:07 [GIT PULL] sh updates for 2.6.28-rc3 Paul Mundt

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