Re: [PATCH 1/2] pwm: Add different PWM output types support

2019-09-24 Thread Thierry Reding
On Tue, Sep 24, 2019 at 08:39:26AM +0200, Uwe Kleine-König wrote: > On Mon, Sep 23, 2019 at 10:43:43PM -0700, Guru Das Srinagesh wrote: > > On Mon, Sep 16, 2019 at 04:01:46PM +0200, Thierry Reding wrote: > > > On Fri, Sep 13, 2019 at 03:57:43PM -0700, Guru Das Srinagesh wrote: > > > > From:

Re: [PATCH 1/2] pwm: Add different PWM output types support

2019-09-24 Thread Uwe Kleine-König
On Mon, Sep 23, 2019 at 10:43:43PM -0700, Guru Das Srinagesh wrote: > On Mon, Sep 16, 2019 at 04:01:46PM +0200, Thierry Reding wrote: > > On Fri, Sep 13, 2019 at 03:57:43PM -0700, Guru Das Srinagesh wrote: > > > From: Fenglin Wu > > > > > > Normally, PWM channel has fixed output until software

Re: [PATCH 1/2] pwm: Add different PWM output types support

2019-09-24 Thread Guru Das Srinagesh
On Mon, Sep 16, 2019 at 08:25:24PM +0200, Uwe Kleine-König wrote: > Hello, > > On Fri, Sep 13, 2019 at 03:57:43PM -0700, Guru Das Srinagesh wrote: > > From: Fenglin Wu > > > > Normally, PWM channel has fixed output until software request to change > > its settings. There are some PWM devices

Re: [PATCH 1/2] pwm: Add different PWM output types support

2019-09-23 Thread Guru Das Srinagesh
On Mon, Sep 16, 2019 at 04:01:46PM +0200, Thierry Reding wrote: > On Fri, Sep 13, 2019 at 03:57:43PM -0700, Guru Das Srinagesh wrote: > > From: Fenglin Wu > > > > Normally, PWM channel has fixed output until software request to change > > its settings. There are some PWM devices which their

Re: [PATCH 1/2] pwm: Add different PWM output types support

2019-09-16 Thread Uwe Kleine-König
Hello, On Fri, Sep 13, 2019 at 03:57:43PM -0700, Guru Das Srinagesh wrote: > From: Fenglin Wu > > Normally, PWM channel has fixed output until software request to change > its settings. There are some PWM devices which their outputs could be > changed autonomously according to a predefined

Re: [PATCH 1/2] pwm: Add different PWM output types support

2019-09-16 Thread Thierry Reding
On Fri, Sep 13, 2019 at 03:57:43PM -0700, Guru Das Srinagesh wrote: > From: Fenglin Wu > > Normally, PWM channel has fixed output until software request to change > its settings. There are some PWM devices which their outputs could be > changed autonomously according to a predefined pattern

[PATCH 1/2] pwm: Add different PWM output types support

2019-09-13 Thread Guru Das Srinagesh
From: Fenglin Wu Normally, PWM channel has fixed output until software request to change its settings. There are some PWM devices which their outputs could be changed autonomously according to a predefined pattern programmed in hardware. Add pwm_output_type enum type to identify these two