Re: [PATCH v2] pwm: berlin: Add PM support

2016-09-04 Thread Thierry Reding
On Wed, Nov 25, 2015 at 05:41:25PM +0800, Jisheng Zhang wrote: > This patch adds S2R support for berlin pwm driver. > > Signed-off-by: Jisheng Zhang > --- > Since v1: > - implement .request and .free hooks, allocate/free the channel in >

Re: [PATCH v2] pwm: berlin: Add PM support

2016-09-04 Thread Thierry Reding
On Wed, Nov 25, 2015 at 05:41:25PM +0800, Jisheng Zhang wrote: > This patch adds S2R support for berlin pwm driver. > > Signed-off-by: Jisheng Zhang > --- > Since v1: > - implement .request and .free hooks, allocate/free the channel in >berlin_pwm_request/berlin_pwm_free. Then use

[PATCH v2] pwm: berlin: Add PM support

2015-11-25 Thread Jisheng Zhang
This patch adds S2R support for berlin pwm driver. Signed-off-by: Jisheng Zhang --- Since v1: - implement .request and .free hooks, allocate/free the channel in berlin_pwm_request/berlin_pwm_free. Then use pwm_get_chip_data in suspend/resume implementation. - s/int/unsigned int - check

[PATCH v2] pwm: berlin: Add PM support

2015-11-25 Thread Jisheng Zhang
This patch adds S2R support for berlin pwm driver. Signed-off-by: Jisheng Zhang --- Since v1: - implement .request and .free hooks, allocate/free the channel in berlin_pwm_request/berlin_pwm_free. Then use pwm_get_chip_data in suspend/resume implementation. -