On Thu, May 22, 2014 at 08:05:20AM +0800, Axel Lin wrote:
> The implementation of .config(), .enable() and .disable() operations in this
> driver may sleep, thus set pwm_chip can_sleep flag.
> 
> Signed-off-by: Axel Lin <[email protected]>
> ---
>  drivers/pwm/pwm-fsl-ftm.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pwm/pwm-fsl-ftm.c b/drivers/pwm/pwm-fsl-ftm.c
> index 420169e..a18bc8f 100644
> --- a/drivers/pwm/pwm-fsl-ftm.c
> +++ b/drivers/pwm/pwm-fsl-ftm.c
> @@ -454,6 +454,7 @@ static int fsl_pwm_probe(struct platform_device *pdev)
>       fpc->chip.of_pwm_n_cells = 3;
>       fpc->chip.base = -1;
>       fpc->chip.npwm = 8;
> +     fpc->chip.can_sleep = true;
>  
>       ret = pwmchip_add(&fpc->chip);
>       if (ret < 0) {

Applied, thanks.

Thierry

Attachment: pgp2jJ5uqtWEQ.pgp
Description: PGP signature

Reply via email to