Re: [PATCH RFC 2/5] media: s5p-tv: Fix mixer driver to work with CCF

2013-08-26 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, August 26, 2013 01:38:31 PM Mateusz Krawczuk wrote: > Replace clk_enable by clock_enable_prepare and clk_disable with > clk_disable_unprepare. > Clock prepare is required by Clock Common Framework, and old clock driver > didn`t support it. > Without it Common Clock Framework prin

[PATCH RFC 2/5] media: s5p-tv: Fix mixer driver to work with CCF

2013-08-26 Thread Mateusz Krawczuk
Replace clk_enable by clock_enable_prepare and clk_disable with clk_disable_unprepare. Clock prepare is required by Clock Common Framework, and old clock driver didn`t support it. Without it Common Clock Framework prints a warning. Signed-off-by: Mateusz Krawczuk --- drivers/media/platform/s5p