From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Tue, 29 Oct 2013 05:58:07 +0000 Subject: Re: [PATCH 06/12] i2c: sh_mobile: Convert to clk_prepare/unprepare Message-Id: <20131029055807.GE11580@verge.net.au> List-Id: References: <1383000569-8916-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <1383000569-8916-7-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <20131029050224.GA2643@katana> In-Reply-To: <20131029050224.GA2643@katana> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Tue, Oct 29, 2013 at 06:02:24AM +0100, Wolfram Sang wrote: > On Mon, Oct 28, 2013 at 11:49:23PM +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: Wolfram Sang > > Cc: linux-i2c@vger.kernel.org > > Signed-off-by: Laurent Pinchart > > Acked-by: Wolfram Sang Hi Wolfram, Hi Laurent, correct me if I am wrong, but I think the plan was for Wolfram to take this patch.