From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Tue, 29 Oct 2013 18:41:20 +0000 Subject: Re: [PATCH 04/12] sata_rcar: Convert to clk_prepare/unprepare Message-Id: <20131029184120.GA21990@mtj.dyndns.org> List-Id: References: <1383000569-8916-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1383000569-8916-5-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1383000569-8916-5-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Mon, Oct 28, 2013 at 11:49:21PM +0100, Laurent Pinchart wrote: > Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and > clk_disable_unprepare() to get ready for the migration to the common > clock framework. > > Cc: Tejun Heo > Cc: linux-ide@vger.kernel.org > Signed-off-by: Laurent Pinchart Applied to libata/for-3.13. Thanks. -- tejun