aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/meson6_timer.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10clockevents/drivers/meson6: Migrate to new 'set-state' interfaceViresh Kumar1-23/+27
Migrate meson6 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: Carlo Caione <[email protected]> Signed-off-by: Viresh Kumar <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Acked-by: Carlo Caione <[email protected]>
2014-09-29ARM: meson6: clocksource: Add Meson6 timer supportCarlo Caione1-0/+167
Meson6 SoCs are equipped with 5 32-bit timers, called TIMER_A, TIMER_B, TIMER_C, TIMER_D and TIMER_E. The driver is providing clocksource support for the 32-bit counter using TIMER_E. Clockevents are also supported using TIMER_A. Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Carlo Caione <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Reviewed-by: Matthias Brugger <[email protected]>