Hi Uwe, On Tue, Jan 8, 2019 at 8:48 AM Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> wrote: > Orthogonal to this patch I wonder what the intended behaviour for a pwm > is on suspend. Should it stop oscilating unconditionally? Or should it > only stop if the consumer stops it as part of its own suspend callback? I guess you mean system suspend, not runtime suspend, as the device is runtime-resumed when a PWM is requested? Permitted behavior depends on the system: on R-Car Gen3 (arm64), PSCI system suspend will power down the SoC, so PWM output will stop for sure. On R-Car Gen2 (or R-Car Gen3 with s2idle instead of s2ram), the PM Domain code will turn of the PWM module's clock. Hence it will stop oscillating, unless you take special countermeasures, like for modules that need to stay powered for wake-up handling. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds