Re: [PATCH v2] can: ti_hecc: add missing prepare and unprepare of the clock

2017-01-18 Thread Marc Kleine-Budde
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

[PATCH v2] can: ti_hecc: add missing prepare and unprepare of the clock

2017-01-18 Thread yegorslists
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: