public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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 fixes for 3.2-rc2
Date: Mon, 14 Nov 2011 17:15:56 +0900	[thread overview]
Message-ID: <20111114081555.GN29807@linux-sh.org> (raw)

There is mostly odd fixes and the addition of a couple helpers that
some stuff aimed at the next merge window wants. There's the shuffling
over of the runtime PM platform stub that was in use by the ARM
SH/R-Mobile code and using it generically for the rest of the SH
platforms, too (this fixes up some regressions with the runtime PM code
on SH platforms that tie their MSTP bits in to the clock framework but
don't otherwise have their own private runtime PM implementations).

Please pull from:

        git://github.com/pmundt/linux-sh.git sh-fixes-for-linus

Which contains:

Kuninori Morimoto (2):
      sh: clkfwk: add clk_rate_mult_range_round()
      mailmap: Fix up some renesas attributions

Nobuhiro Iwamatsu (1):
      sh: Fix cached/uncaced address calculation in 29bit mode

Paul Mundt (4):
      sh: Wire up process_vm syscalls.
      drivers: sh: Generalize runtime PM platform stub.
      drivers: sh: Kill off dead pathname for runtime PM stub.
      sh: clkfwk: Kill off remaining debugfs cruft.

Phil Edworthy (1):
      serial: sh-sci: Fix up SH-2A SCIF support.

 .mailmap                                           |    2 +
 arch/arm/mach-shmobile/Makefile                    |    2 +-
 arch/sh/include/asm/page.h                         |    5 +
 arch/sh/include/asm/unistd_32.h                    |    4 +-
 arch/sh/include/asm/unistd_64.h                    |    4 +-
 arch/sh/kernel/cpu/sh2a/setup-sh7203.c             |   16 ++-
 arch/sh/kernel/syscalls_32.S                       |    2 +
 arch/sh/kernel/syscalls_64.S                       |    2 +
 drivers/sh/Makefile                                |    8 ++
 drivers/sh/clk/core.c                              |  107 ++++----------------
 .../arm/mach-shmobile => drivers/sh}/pm_runtime.c  |    4 +-
 drivers/tty/serial/sh-sci.c                        |   19 ++++
 include/linux/serial_sci.h                         |    1 +
 include/linux/sh_clk.h                             |    4 +-
 14 files changed, 82 insertions(+), 98 deletions(-)
 rename {arch/arm/mach-shmobile => drivers/sh}/pm_runtime.c (94%)

                 reply	other threads:[~2011-11-14  8: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=20111114081555.GN29807@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox