All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sh fixes for 3.2-rc2
@ 2011-11-14  8:15 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-11-14  8:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

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%)

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

end of thread, other threads:[~2011-11-14  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14  8:15 [GIT PULL] sh fixes for 3.2-rc2 Paul Mundt
2011-11-14  8:15 ` Paul Mundt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.