On 01/18/2017 11:35 AM, yegorsli...@googlemail.com wrote:
> From: Yegor Yefremov
>
> In order to make the driver work with the common clock framework, this
> patch converts the clk_enable()/clk_disable() to
> clk_prepare_enable()/clk_disable_unprepare().
>
> Also add error checking for clk_prepa
From: Yegor Yefremov
In order to make the driver work with the common clock framework, this
patch converts the clk_enable()/clk_disable() to
clk_prepare_enable()/clk_disable_unprepare().
Also add error checking for clk_prepare_enable().
Signed-off-by: Yegor Yefremov
---
Changes v1 -> v2: