From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mundt Date: Mon, 29 Aug 2011 08:20:13 +0000 Subject: [GIT PULL] sh updates for 3.1-rc5 Message-Id: <20110829082013.GK31809@linux-sh.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Linus Torvalds Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org This fixes up some unaligned access instruction pairs for SH-2A toolchains, and other misc fixes. The only thing particularly noteworthy are the serial runtime PM bits which properly enable context restore on parts that make effective use of deep sleep states (mostly the R-Mobile parts at this point), fixing up loss of console issues. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-3.x.git sh-fixes-for-linus Which contains: David Engraf (1): shwdt: fix usage of mod_timer Magnus Damm (4): clocksource: sh_cmt: wait for CMCNT on init V2 sh: intc: enable both edges GPIO interrupts on sh7372 serial: sh-sci: fix DMA build by including dma-mapping.h serial: sh-sci: console Runtime PM support Paul Gortmaker (1): sh: Fix conflicting definitions of ptrace_triggered Paul Mundt (2): serial: sh-sci: Fix up default regtype probing. sh: Fix up fallout from cpuidle changes. Phil Edworthy (2): sh: Fix unaligned memory access for branches without delay slots sh: Add unaligned memory access for PC relative intructions Takashi YOSHII (1): serial: sh-sci: report CTS as active for get_mctrl Yoshihiro Shimoda (1): sh: fix the compile error in setup-sh7757.c arch/sh/include/asm/ptrace.h | 2 +- arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 1 + arch/sh/kernel/idle.c | 2 +- arch/sh/kernel/traps_32.c | 37 ++++++++++++++++ drivers/clocksource/sh_cmt.c | 34 ++++++++++++++- drivers/sh/intc/chip.c | 3 + drivers/tty/serial/sh-sci.c | 71 +++++++++++++++++++++++++++----- 7 files changed, 135 insertions(+), 15 deletions(-)