Re: [PATCH] media: atmel-isc: Fix clock ID for clk_prepare/unprepare

2017-10-30 Thread Sakari Ailus
On Mon, Oct 30, 2017 at 08:46:50AM +0800, Wenyou Yang wrote: > Fix the clock ID to do the runtime pm should be ISC_ISPCK, > instead of ISC_MCK in clk_prepare(), clk_unprepare() and > isc_clk_is_enabled(). > > Signed-off-by: Wenyou Yang Acked-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai.

[PATCH] media: atmel-isc: Fix clock ID for clk_prepare/unprepare

2017-10-29 Thread Wenyou Yang
Fix the clock ID to do the runtime pm should be ISC_ISPCK, instead of ISC_MCK in clk_prepare(), clk_unprepare() and isc_clk_is_enabled(). Signed-off-by: Wenyou Yang --- drivers/media/platform/atmel/atmel-isc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/m