Re: [PATCH v2 1/3] pwm: mtk_disp: clear the clock operations

2021-02-22 Thread Thierry Reding
On Sat, Jan 30, 2021 at 10:12:24PM +0800, Jitao Shi wrote: > Remove the clk_prepare from mtk_disp_pwm_probe. > Remove the clk_unprepare from mtk_disp_pwm_remove. > > Signed-off-by: Jitao Shi > --- > drivers/pwm/pwm-mtk-disp.c | 23 ++- > 1 file changed, 2 insertions(+), 21

[PATCH v2 1/3] pwm: mtk_disp: clear the clock operations

2021-01-30 Thread Jitao Shi
Remove the clk_prepare from mtk_disp_pwm_probe. Remove the clk_unprepare from mtk_disp_pwm_remove. Signed-off-by: Jitao Shi --- drivers/pwm/pwm-mtk-disp.c | 23 ++- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/drivers/pwm/pwm-mtk-disp.c