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

2021-04-06 Thread Uwe Kleine-König
Hello, On Tue, Apr 06, 2021 at 05:57:40PM +0800, Rex-BC Chen wrote: > Remove the clk_prepare from mtk_disp_pwm_probe. > Remove the clk_unprepare from mtk_disp_pwm_remove. > > After using atomic API and get_state() function which are implemented > in PATCH [2/3], [3/3], Refering to the following

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

2021-04-06 Thread Rex-BC Chen
Remove the clk_prepare from mtk_disp_pwm_probe. Remove the clk_unprepare from mtk_disp_pwm_remove. After using atomic API and get_state() function which are implemented in PATCH [2/3], [3/3], clk_prepare/clk_unprepare are useless in probe/remove function. So we remove clk_prepare/clk_unprepare in