[PATCH 06/12] i2c: sh_mobile: Convert to clk_prepare/unprepare
From: horms@verge.net.au (Simon Horman)
Date: 2013-10-29 05:58:07
Also in:
linux-i2c, linux-sh
From: horms@verge.net.au (Simon Horman)
Date: 2013-10-29 05:58:07
Also in:
linux-i2c, linux-sh
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:quoted
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 <redacted> Cc: linux-i2c at vger.kernel.org Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>Acked-by: Wolfram Sang <redacted>
Hi Wolfram, Hi Laurent, correct me if I am wrong, but I think the plan was for Wolfram to take this patch.