[RESEND PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-08-28 Thread Fabrice Gasnier
Add support for single PWM channel on Low-Power Timer, that can be found on some STM32 platforms. Signed-off-by: Fabrice Gasnier Acked-by: Thierry Reding --- Changes in v3: - remove prescalers[] array, use power-of-2 presc directly - Update

[RESEND PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-08-28 Thread Fabrice Gasnier
Add support for single PWM channel on Low-Power Timer, that can be found on some STM32 platforms. Signed-off-by: Fabrice Gasnier Acked-by: Thierry Reding --- Changes in v3: - remove prescalers[] array, use power-of-2 presc directly - Update following Thierry's comments: - fix issue using

Re: [PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-08-21 Thread Thierry Reding
On Fri, Jul 07, 2017 at 06:31:03PM +0200, Fabrice Gasnier wrote: > Add support for single PWM channel on Low-Power Timer, that can be > found on some STM32 platforms. > > Signed-off-by: Fabrice Gasnier > --- > Changes in v3: > - remove prescalers[] array, use power-of-2

Re: [PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-08-21 Thread Thierry Reding
On Fri, Jul 07, 2017 at 06:31:03PM +0200, Fabrice Gasnier wrote: > Add support for single PWM channel on Low-Power Timer, that can be > found on some STM32 platforms. > > Signed-off-by: Fabrice Gasnier > --- > Changes in v3: > - remove prescalers[] array, use power-of-2 presc directly > - Update

Re: [PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-07-26 Thread Fabrice Gasnier
On 07/07/2017 06:31 PM, Fabrice Gasnier wrote: > Add support for single PWM channel on Low-Power Timer, that can be > found on some STM32 platforms. > > Signed-off-by: Fabrice Gasnier > --- > Changes in v3: > - remove prescalers[] array, use power-of-2 presc directly > -

Re: [PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-07-26 Thread Fabrice Gasnier
On 07/07/2017 06:31 PM, Fabrice Gasnier wrote: > Add support for single PWM channel on Low-Power Timer, that can be > found on some STM32 platforms. > > Signed-off-by: Fabrice Gasnier > --- > Changes in v3: > - remove prescalers[] array, use power-of-2 presc directly > - Update following

[PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-07-07 Thread Fabrice Gasnier
Add support for single PWM channel on Low-Power Timer, that can be found on some STM32 platforms. Signed-off-by: Fabrice Gasnier --- Changes in v3: - remove prescalers[] array, use power-of-2 presc directly - Update following Thierry's comments: - fix issue using

[PATCH v3 4/9] pwm: Add STM32 LPTimer PWM driver

2017-07-07 Thread Fabrice Gasnier
Add support for single PWM channel on Low-Power Timer, that can be found on some STM32 platforms. Signed-off-by: Fabrice Gasnier --- Changes in v3: - remove prescalers[] array, use power-of-2 presc directly - Update following Thierry's comments: - fix issue using FIELD_GET() macro - Add