]> git.baikalelectronics.ru Git - kernel.git/commit
sata_rcar: Convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Mon, 28 Oct 2013 22:49:21 +0000 (23:49 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 29 Oct 2013 18:40:44 +0000 (14:40 -0400)
commit773c7b466b90906e094f1d1fdfe5a8253ef0665a
tree25ef748ed653a034d5b45c65f68f51940c3d4026
parent3192a62651e0e9a8c24265f2e1eb0e60f2504945
sata_rcar: 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.

Cc: linux-ide@vger.kernel.org
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/sata_rcar.c