Hi Thomas/Daniel,
These two drivers are recently migrated from arch/arm/ to drivers/clocksource and so weren't part of earlier series.
Migrating to new set-state interface would enable these drivers to use new states (like: ONESHOT_STOPPED, etc.) of a clockevent device (if required), as the set-mode interface is marked obsolete now and wouldn't be expanded to handle new states.
Rebased over: v4.2-rc1
Cc: Arnd Bergmann arnd@arndb.de Cc: Catalin Marinas catalin.marinas@arm.com Cc: Olof Johansson olof@lixom.net Cc: Russell King rmk+kernel@arm.linux.org.uk Cc: Shawn Guo shawn.guo@linaro.org Cc: Sudeep Holla sudeep.holla@arm.com
Viresh Kumar (2): clockevents/drivers/timer-imx-gpt: Migrate to new 'set-state' interface clockevents/drivers/timer-sp804: Migrate to new 'set-state' interface
drivers/clocksource/timer-imx-gpt.c | 75 +++++++++++++++++++------------------ drivers/clocksource/timer-sp804.c | 54 +++++++++++++------------- 2 files changed, 65 insertions(+), 64 deletions(-)