[PATCH 0/2] clockevent/drivers: Migrate to new 'set-state' interface

Viresh Kumar viresh.kumar at linaro.org
Mon Jul 6 03:09:17 PDT 2015


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 at arndb.de>
Cc: Catalin Marinas <catalin.marinas at arm.com>
Cc: Olof Johansson <olof at lixom.net>
Cc: Russell King <rmk+kernel at arm.linux.org.uk>
Cc: Shawn Guo <shawn.guo at linaro.org>
Cc: Sudeep Holla <sudeep.holla at 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(-)

-- 
2.4.0




More information about the linux-arm-kernel mailing list