Re: [v3,PATCH 3/3] pwm: mtk_disp: implement .get_state()

2021-04-09 Thread Uwe Kleine-König
On Fri, Apr 09, 2021 at 02:24:43PM +0200, Thierry Reding wrote: > On Tue, Apr 06, 2021 at 12:27:56PM +0200, Uwe Kleine-König wrote: > > On Tue, Apr 06, 2021 at 05:57:42PM +0800, Rex-BC Chen wrote: > > > implement get_state function for pwm-mtk-disp > > > > > > Signed-off-by: Rex-BC Chen > > >

Re: [v3,PATCH 3/3] pwm: mtk_disp: implement .get_state()

2021-04-09 Thread Thierry Reding
On Tue, Apr 06, 2021 at 12:27:56PM +0200, Uwe Kleine-König wrote: > On Tue, Apr 06, 2021 at 05:57:42PM +0800, Rex-BC Chen wrote: > > implement get_state function for pwm-mtk-disp > > > > Signed-off-by: Rex-BC Chen > > Signed-off-by: Jitao Shi > > Ideally you S-o-b line is the last one to show

Re: [v3,PATCH 3/3] pwm: mtk_disp: implement .get_state()

2021-04-06 Thread Uwe Kleine-König
On Tue, Apr 06, 2021 at 05:57:42PM +0800, Rex-BC Chen wrote: > implement get_state function for pwm-mtk-disp > > Signed-off-by: Rex-BC Chen > Signed-off-by: Jitao Shi Ideally you S-o-b line is the last one to show the order in which this patch went from one person to another. > --- >

[v3,PATCH 3/3] pwm: mtk_disp: implement .get_state()

2021-04-06 Thread Rex-BC Chen
implement get_state function for pwm-mtk-disp Signed-off-by: Rex-BC Chen Signed-off-by: Jitao Shi --- drivers/pwm/pwm-mtk-disp.c | 46 ++ 1 file changed, 46 insertions(+) diff --git a/drivers/pwm/pwm-mtk-disp.c b/drivers/pwm/pwm-mtk-disp.c index