aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/timer-atlas7.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10clockevents/drivers/atlas7: Migrate to new 'set-state' interfaceViresh Kumar1-12/+7
Migrate atlas7 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. Cc: Barry Song <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
2015-01-29clocksource: marco: Rename marco to atlas7Barry Song1-0/+306
marco project is replaced by atlas7 and we should obliterate its all traces. Signed-off-by: Barry Song <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Acked-by: Daniel Lezcano <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>