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

2019-02-22 Thread Claudiu.Beznea
On 21.02.2019 22:42, Uwe Kleine-König wrote: > Hello, > > On Tue, Feb 19, 2019 at 10:08:57AM +, 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 than the o

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

2019-02-21 Thread Uwe Kleine-König
Hello, On Tue, Feb 19, 2019 at 10:08:57AM +, 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 than the old ones. Prepare the > current driver to be able to work

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

2019-02-19 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 than the old ones. Prepare the current driver to be able to work with old controllers (that uses 16 bits counters) and with the new SAM9X60's controller, by pro