From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751486AbaEZAaW (ORCPT ); Sun, 25 May 2014 20:30:22 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:58722 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751075AbaEZAaU (ORCPT ); Sun, 25 May 2014 20:30:20 -0400 Date: Mon, 26 May 2014 09:30:14 +0900 From: Simon Horman To: Linus Torvalds Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org, Magnus Damm , Paul Mundt , Geert Uytterhoeven , Ben Dooks Subject: Re: [GIT PULL] SH Driver Updates for v3.15 Message-ID: <20140526003014.GA31096@verge.net.au> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organisation: Horms Solutions Ltd. User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ For the benefit of those watching at home ] Linus pulled this and it was included in v3.15-rc6. Thanks Linus, Geert and a cast of 1000s. On Tue, May 13, 2014 at 04:42:04PM +0900, Simon Horman wrote: > Hi Linus, > > Please consider this SH Driver Update for v3.15. > > It consists of a single fix for a regression > introduced in v3.14 by bf98c1eac1d4a6bcf00532e4fa41d8126cd6c187. > > > This is my first pull-request to you for these drivers. > > It is my understanding that previously the SH Drivers were maintained by > Paul Mundt as part of his maintenance of the SH architecture and Renesas > ARM Based SoCs. These days the SH architecture is orphaned and the Renesas > ARM Based SoCs are maintained by Magnus Damm and I. > > Over the past year or so there have been very few updates to these drivers. > And the few that have been made have generally been taken by other > subsystem maintainers as part of larger patchsets. As this patch > does not fall into that category I would like you to consider pulling it. > > > The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: > > Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) > > 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.15 > > for you to fetch changes up to 3c90c55dcde745bed81f6447f24ba96bda43d984: > > drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI (2014-05-12 16:05:01 +0900) > > ---------------------------------------------------------------- > SH Driver Updates for v3.15 > > * Compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI > > ---------------------------------------------------------------- > Geert Uytterhoeven (1): > drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI > > drivers/Makefile | 2 +- > drivers/sh/Makefile | 14 ++++++++------ > drivers/sh/pm_runtime.c | 20 +++++++++++++++++++- > 3 files changed, 28 insertions(+), 8 deletions(-) > > > The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5: > > Linux 3.15-rc1 (2014-04-13 14:18:35 -0700) > > 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.15 > > for you to fetch changes up to 3c90c55dcde745bed81f6447f24ba96bda43d984: > > drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI (2014-05-12 16:05:01 +0900) > > ---------------------------------------------------------------- > SH Driver Update for v3.15 > > * Compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI > > This resolves a regression introduced in v3.14 by > bf98c1eac1d4a6 ("ARM: Rename ARCH_SHMOBILE to ARCH_SHMOBILE_LEGACY"). > > ---------------------------------------------------------------- > Geert Uytterhoeven (1): > drivers: sh: compile drivers/sh/pm_runtime.c if ARCH_SHMOBILE_MULTI > > drivers/Makefile | 2 +- > drivers/sh/Makefile | 14 ++++++++------ > drivers/sh/pm_runtime.c | 20 +++++++++++++++++++- > 3 files changed, 28 insertions(+), 8 deletions(-) >