Re: [PATCH v2 1/2] drivers: pwm: pwm-atmel: switch to atomic PWM

2017-03-17 Thread m18063
Hi Boris, On 16.03.2017 13:14, Boris Brezillon wrote: > Hi Claudiu, > > On Thu, 2 Mar 2017 17:28:44 +0200 > Claudiu Beznea wrote: > >> The currently Atmel PWM controllers supported by this driver >> could change period or duty factor without channel disable, >> for

Re: [PATCH v2 1/2] drivers: pwm: pwm-atmel: switch to atomic PWM

2017-03-17 Thread m18063
Hi Boris, On 16.03.2017 13:14, Boris Brezillon wrote: > Hi Claudiu, > > On Thu, 2 Mar 2017 17:28:44 +0200 > Claudiu Beznea wrote: > >> The currently Atmel PWM controllers supported by this driver >> could change period or duty factor without channel disable, >> for regular channels (sama5d3

Re: [PATCH v2 1/2] drivers: pwm: pwm-atmel: switch to atomic PWM

2017-03-16 Thread Boris Brezillon
Hi Claudiu, On Thu, 2 Mar 2017 17:28:44 +0200 Claudiu Beznea wrote: > The currently Atmel PWM controllers supported by this driver > could change period or duty factor without channel disable, > for regular channels (sama5d3 support this by using period > or duty

Re: [PATCH v2 1/2] drivers: pwm: pwm-atmel: switch to atomic PWM

2017-03-16 Thread Boris Brezillon
Hi Claudiu, On Thu, 2 Mar 2017 17:28:44 +0200 Claudiu Beznea wrote: > The currently Atmel PWM controllers supported by this driver > could change period or duty factor without channel disable, > for regular channels (sama5d3 support this by using period > or duty factor update registers, sam9rl

[PATCH v2 1/2] drivers: pwm: pwm-atmel: switch to atomic PWM

2017-03-02 Thread Claudiu Beznea
The currently Atmel PWM controllers supported by this driver could change period or duty factor without channel disable, for regular channels (sama5d3 support this by using period or duty factor update registers, sam9rl support this by writing channel update register and select the corresponding

[PATCH v2 1/2] drivers: pwm: pwm-atmel: switch to atomic PWM

2017-03-02 Thread Claudiu Beznea
The currently Atmel PWM controllers supported by this driver could change period or duty factor without channel disable, for regular channels (sama5d3 support this by using period or duty factor update registers, sam9rl support this by writing channel update register and select the corresponding