Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pwm: pwm-tipwmss: Remove all pm_runtime gets and puts from the driver
Remove all pm_runtime gets and puts, and dummy pm_ops, from the pwm-tipwmss driver as there is no direct hardware access. The runtime PM needs to be enabled, so that the runtime PM framework takes care of enabling/disabling of PWMSS clock when submodules of PWMSS (ECAP or EHRPWM) call pm_runtime APIs. With this change PWMSS clock goes to idle when none of the submodules are in use. Signed-off-by: Jyri Sarha <[email protected]> Tested-by: Dave Gerlach <[email protected]> Signed-off-by: Vignesh R <[email protected]> Signed-off-by: Sekhar Nori <[email protected]>
- Loading branch information