From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Sat, 14 Dec 2013 01:00:45 +0000 Subject: Re: [PATCH 0/2] serial: sh-sci: Prepare for CCF migration Message-Id: <20131214010045.GD12584@verge.net.au> List-Id: References: <1385658706-20093-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1516614.DSSr7jaai1@avalon> <20131203184346.GB23280@kroah.com> In-Reply-To: <20131203184346.GB23280@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Greg Kroah-Hartman Cc: Laurent Pinchart , linux-sh@vger.kernel.org, linux-serial@vger.kernel.org On Tue, Dec 03, 2013 at 10:43:46AM -0800, Greg Kroah-Hartman wrote: > On Mon, Dec 02, 2013 at 02:36:32PM +0100, Laurent Pinchart wrote: > > Hi Greg, > > > > On Thursday 28 November 2013 18:11:44 Laurent Pinchart wrote: > > > Hello, > > > > > > This patch set prepares the driver to CCF migration by replacing > > > clk_enable() and clk_disable() by clk_prepare_enable() and > > > clk_disable_unprepare() respectively (2/2). In order to do so it first > > > ensures that the clk_enable() and clk_disable() calls will only take place > > > from non-atomic context (1/2). > > > > > > Greg, these patches are dependencies for a bunch of ARM patches that will go > > > through Simon's tree. Would you be fine if Simon merged all sh-sci patches > > > through his tree for v3.14 ? > > > > Ping ? > > Acked-by: Greg Kroah-Hartman Thanks, I will (finally) queue these up.