From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 06 Jun 2014 12:44:31 +0000 Subject: [GIT PULL] SH Driver Updates for v3.16 Message-Id: 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, Magnus Damm , Simon Horman Hi Linus, Please consider these SH Driver Updates for v3.16 This pull request is based on the SH Driver Updates for v3.15, tagged as sh-drivers-for-v3.15, which you included in v3.15-rc6. The following changes since commit 3c90c55dcde745bed81f6447f24ba96bda43d984: drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI (2014-05-12 16:05:01 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-sh-drivers-for-v3.16 for you to fetch changes up to 2f35fb3c8a6018a0a5fe4a7fb0948b853c157256: drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs (2014-06-05 09:50:11 +0900) ---------------------------------------------------------------- SH Driver Update for v3.16 * PM Runtime enhancements targeted for use with ARM-based Renesas R-Car Gen2 SoCs * Restrict INTC_USERIMASK to SH4A as it is only used there ---------------------------------------------------------------- Ben Dooks (2): drivers: sh: pm_runtime does not need idle callback drivers: sh: pm_runtime implementation needs to suspend and resume devices Geert Uytterhoeven (2): drivers: sh: Restrict INTC_USERIMASK to SH4A drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs drivers/sh/intc/Kconfig | 2 +- drivers/sh/pm_runtime.c | 40 ++++++++++++++++++++++++++++++++++------ 2 files changed, 35 insertions(+), 7 deletions(-)