Re: [RESEND PATCH v5 0/3] Add PM support to STM32 LP Timer drivers

2019-05-23 Thread Benjamin Gaignard
Le ven. 10 mai 2019 à 09:51, Fabrice Gasnier a écrit : > > On 4/18/19 11:37 AM, Fabrice Gasnier wrote: > > This patch series adds power management support for STM32 LP Timer: > > - PWM driver > > - Document the pinctrl states for sleep mode > > > > It also adds device link between the PWM

Re: [RESEND PATCH v5 0/3] Add PM support to STM32 LP Timer drivers

2019-05-10 Thread Fabrice Gasnier
On 4/18/19 11:37 AM, Fabrice Gasnier wrote: > This patch series adds power management support for STM32 LP Timer: > - PWM driver > - Document the pinctrl states for sleep mode > > It also adds device link between the PWM consumer and the PWM provider. > This allows proper sequencing for

[RESEND PATCH v5 0/3] Add PM support to STM32 LP Timer drivers

2019-04-18 Thread Fabrice Gasnier
This patch series adds power management support for STM32 LP Timer: - PWM driver - Document the pinctrl states for sleep mode It also adds device link between the PWM consumer and the PWM provider. This allows proper sequencing for suspend/resume (e.g. user will likely do a pwm_disable() before

Re: [PATCH v5 0/3] Add PM support to STM32 LP Timer drivers

2019-03-18 Thread Fabrice Gasnier
On 2/20/19 2:07 PM, Fabrice Gasnier wrote: > This patch series adds power management support for STM32 LP Timer: > - PWM driver > - Document the pinctrl states for sleep mode > > It also adds device link between the PWM consumer and the PWM provider. > This allows proper sequencing for

[PATCH v5 0/3] Add PM support to STM32 LP Timer drivers

2019-02-20 Thread Fabrice Gasnier
This patch series adds power management support for STM32 LP Timer: - PWM driver - Document the pinctrl states for sleep mode It also adds device link between the PWM consumer and the PWM provider. This allows proper sequencing for suspend/resume (e.g. user will likely do a pwm_disable() before