Re: [PATCH 2/4] pwm: atmel: add support for controllers with 32 bit counters

2019-02-19 Thread Uwe Kleine-König
On Tue, Feb 19, 2019 at 08:57:04AM +, claudiu.bez...@microchip.com wrote: > > > On 19.02.2019 09:42, Uwe Kleine-König wrote: > > Hello Claudiu, > > > > On Mon, Jan 21, 2019 at 12:30:53PM +, claudiu.bez...@microchip.com > > wrote: > >> From: Claudiu Beznea > >> > >> New SAM9X60's PWM

Re: [PATCH 2/4] pwm: atmel: add support for controllers with 32 bit counters

2019-02-19 Thread Claudiu.Beznea
On 19.02.2019 09:42, Uwe Kleine-König wrote: > Hello Claudiu, > > On Mon, Jan 21, 2019 at 12:30:53PM +, claudiu.bez...@microchip.com wrote: >> From: Claudiu Beznea >> >> New SAM9X60's PWM controller use 32 bits counters thus it could generate >> signals with higher period and duty cycles.

Re: [PATCH 2/4] pwm: atmel: add support for controllers with 32 bit counters

2019-02-18 Thread Uwe Kleine-König
Hello Claudiu, On Mon, Jan 21, 2019 at 12:30:53PM +, claudiu.bez...@microchip.com wrote: > From: Claudiu Beznea > > New SAM9X60's PWM controller use 32 bits counters thus it could generate > signals with higher period and duty cycles. Update the current driver > to work with old controller

[PATCH 2/4] pwm: atmel: add support for controllers with 32 bit counters

2019-01-21 Thread Claudiu.Beznea
From: Claudiu Beznea New SAM9X60's PWM controller use 32 bits counters thus it could generate signals with higher period and duty cycles. Update the current driver to work with old controller (that uses 16 bits counters) and with the new SAM9X60's controller. Signed-off-by: Claudiu Beznea ---