aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/clps711x-timer.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10clockevents/drivers/clps711x: Migrate to new 'set-state' interfaceViresh Kumar1-6/+0
Migrate clps711x driver to the new 'set-state' interface provided by clockevents core, the earlier 'set-mode' interface is marked obsolete now. This also enables us to implement callbacks for new states of clockevent devices, for example: ONESHOT_STOPPED. We weren't doing anything in the ->set_mode() callback. So, this patch doesn't provide any set-state callbacks. Cc: Alexander Shiyan <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
2014-07-23clocksource: clps711x: Add CLPS711X clocksource driverAlexander Shiyan1-0/+131
This adds the clocksource driver for Cirrus Logic CLPS711X series SoCs. Designed primarily for migration CLPS711X subarch for multiplatform & DT, for this as the "OF" and "non-OF" calls implemented. Signed-off-by: Alexander Shiyan <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>