The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] sh updates for 2.6.23-rc2
Date: Tue, 31 Jul 2007 13:15:27 +0900	[thread overview]
Message-ID: <20070731041527.GB32301@linux-sh.org> (raw)

Please pull from:

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

Which contains:

Adrian McMenamin (1):
      sh: Fix Dreamcast DMA issues.

David McCullough (2):
      sh: arch/sh/boot - fix shell usage
      sh: fix get_wchan() for SH kernels without framepointers

Magnus Damm (4):
      sh: remove old broken pint code
      sh: remove support for sh73180 and solution engine 73180
      sh: sh-sci - fix SH7708 support
      sh: remove support for sh7300 and solution engine 7300

Markus Brunner (1):
      rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.

Paul Mundt (8):
      sh: Add kmap_coherent()/kunmap_coherent() interface for SH-4.
      sh: Reclaim beginning of P3 space for vmalloc area.
      sh: Kill the rest of the SE73180 cruft.
      sh: Silence sq compile warning on sh4 nommu.
      sh: Restrict DSP support to specific CPUs.
      sh: Kill off virt_to_bus()/bus_to_virt().
      sh: Add sh to the CC_OPTIMIZE_FOR_SIZE dependencies.
      sh: Fix fs.h removal from mm.h regressions.

 arch/sh/Kconfig                                    |   33 +-
 arch/sh/Makefile                                   |    2 -
 arch/sh/boards/se/7300/Makefile                    |    5 -
 arch/sh/boards/se/7300/io.c                        |  268 --------
 arch/sh/boards/se/7300/irq.c                       |   40 --
 arch/sh/boards/se/7300/setup.c                     |   74 --
 arch/sh/boards/se/73180/Makefile                   |    5 -
 arch/sh/boards/se/73180/io.c                       |  268 --------
 arch/sh/boards/se/73180/irq.c                      |  136 ----
 arch/sh/boards/se/73180/setup.c                    |   75 ---
 arch/sh/boot/Makefile                              |    7 +-
 arch/sh/boot/compressed/Makefile                   |    7 +-
 arch/sh/configs/se7300_defconfig                   |  696 --------------------
 arch/sh/configs/se73180_defconfig                  |  648 ------------------
 arch/sh/drivers/dma/dma-api.c                      |    7 +-
 arch/sh/kernel/cpu/irq/Makefile                    |    1 -
 arch/sh/kernel/cpu/irq/ipr.c                       |    2 +-
 arch/sh/kernel/cpu/irq/pint.c                      |  220 ------
 arch/sh/kernel/cpu/sh3/Makefile                    |    4 +-
 .../cpu/sh3/{clock-sh7300.c => clock-sh7710.c}     |   26 +-
 arch/sh/kernel/cpu/sh3/setup-sh7300.c              |   43 --
 arch/sh/kernel/cpu/sh4/probe.c                     |    6 -
 arch/sh/kernel/cpu/sh4/sq.c                        |   18 +-
 arch/sh/kernel/cpu/sh4a/Makefile                   |    2 -
 arch/sh/kernel/cpu/sh4a/clock-sh73180.c            |   81 ---
 arch/sh/kernel/cpu/sh4a/setup-sh73180.c            |   43 --
 arch/sh/kernel/init_task.c                         |    2 +-
 arch/sh/kernel/process.c                           |    7 +-
 arch/sh/kernel/setup.c                             |    3 +-
 arch/sh/kernel/sys_sh.c                            |    1 +
 arch/sh/kernel/timers/timer-tmu.c                  |    3 +-
 arch/sh/kernel/vsyscall/vsyscall.c                 |    1 +
 arch/sh/mm/Kconfig                                 |   14 +-
 arch/sh/mm/cache-sh4.c                             |   14 -
 arch/sh/mm/pg-sh4.c                                |   76 +--
 arch/sh/tools/mach-types                           |    2 -
 drivers/rtc/rtc-sh.c                               |    1 +
 drivers/serial/sh-sci.c                            |    9 +-
 drivers/serial/sh-sci.h                            |   66 +--
 include/asm-sh/bugs.h                              |    4 +-
 include/asm-sh/cpu-sh3/freq.h                      |    4 -
 include/asm-sh/cpu-sh3/mmu_context.h               |    1 -
 include/asm-sh/cpu-sh3/timer.h                     |    3 +-
 include/asm-sh/cpu-sh4/freq.h                      |    2 +-
 include/asm-sh/dma-mapping.h                       |    8 +-
 include/asm-sh/dma.h                               |    1 +
 include/asm-sh/fixmap.h                            |    8 +-
 include/asm-sh/floppy.h                            |    4 +-
 include/asm-sh/io.h                                |    4 -
 include/asm-sh/pgtable.h                           |    6 +-
 include/asm-sh/processor.h                         |    4 +-
 include/asm-sh/se7300.h                            |   64 --
 include/asm-sh/se73180.h                           |   66 --
 include/asm-sh/ubc.h                               |    3 +-
 init/Kconfig                                       |    2 +-
 sound/sh/aica.h                                    |    2 +-
 56 files changed, 138 insertions(+), 2964 deletions(-)

                 reply	other threads:[~2007-07-31  4:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20070731041527.GB32301@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox