This series fixes dm_timer_ops used for enabling the pwm and enables cpu_pm notifier for context save and restore. This acts as a preparatory series for enabling dynamic period updates for pwm omap dm timer driver. Changes since v2: - Incorporated changes from Tony Changes since v1: - Updated License header to use SPDX identifier - Implemented cpu_pm notfier - Added support for getting pwm current status - Extended set_pwm functionality. Lokesh Vutla (5): clocksource: timer-ti-dm: Convert to SPDX identifier clocksource: timer-ti-dm: Implement cpu_pm notifier for context save and restore clocksource: timer-ti-dm: Do not update counter on updating the period clocksource: timer-ti-dm: Add support to get pwm current status clocksource: timer-ti-dm: Enable autoreload in set_pwm Tony Lindgren (1): clocksource: timer-ti-dm: Prepare for using cpuidle drivers/clocksource/timer-ti-dm.c | 186 ++++++++++++--------- drivers/pwm/pwm-omap-dmtimer.c | 8 +- include/clocksource/timer-ti-dm.h | 4 +- include/linux/platform_data/dmtimer-omap.h | 6 +- 4 files changed, 121 insertions(+), 83 deletions(-) -- 2.23.0