Re: [PATCH] drm/stm: ltdc: remove clk_round_rate comment

2019-05-13 Thread Yannick FERTRE
Dear Philippe, you're right, clk_disable() & clk_enable() are necessary with STM32F4 SOC (not for STM32MP1). I'll revert this part of the patch. Many thanks -- Yannick Fertré | TINA: 166 7152 | Tel: +33 244027152 | Mobile: +33 620600270 Microcontrollers and Digital ICs Group | Microcontrolle

Re: [PATCH] drm/stm: ltdc: remove clk_round_rate comment

2019-05-10 Thread Philippe CORNU
Dear Yannick, Thank you for your patch, In your patch, you have removed clk_disable() & clk_enable(). Could you please double confirm ? thanks Philippe :-) On 5/10/19 5:03 PM, Yannick Fertré wrote: > Clk_round_rate returns rounded clock without changing > the hardware in any way. > This functio

[PATCH] drm/stm: ltdc: remove clk_round_rate comment

2019-05-10 Thread Yannick Fertré
Clk_round_rate returns rounded clock without changing the hardware in any way. This function couldn't replace set_rate/get_rate calls. Todo comment has been removed & a new log inserted. Signed-off-by: Yannick Fertré --- drivers/gpu/drm/stm/ltdc.c | 10 +++--- 1 file changed, 3 insertions(+)