]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: sh_mobile: Convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 28 Oct 2013 22:49:23 +0000 (23:49 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 31 Oct 2013 11:45:44 +0000 (12:45 +0100)
commite77049d01620618a68799f074cbd5dbae66c13d5
tree10ca45bd36bed14ed0641a3215f1d00235314b03
parent4e7144f299710871002fedbdc8efc2e10f543129
i2c: sh_mobile: Convert to clk_prepare/unprepare

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.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-sh_mobile.c