aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/cadence_ttc_timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-0/+1
2017-06-14clocksource/drivers: Rename CLOCKSOURCE_OF_DECLARE to TIMER_OF_DECLAREDaniel Lezcano1-1/+1
2017-06-13clocksource: Explicitly include linux/clocksource.h when neededStephen Rothwell1-0/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-07-07clocksource/drivers/cadence_ttc: fix a return value in case of errorChristophe Jaillet1-1/+1
2016-06-28clocksources: Switch back to the clksrc tableDaniel Lezcano1-1/+1
2016-06-28clocksource/drivers/cadence_ttc: Convert init function to return errorDaniel Lezcano1-29/+47
2015-09-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+32
2015-08-10clockevents/drivers/cadence_ttc: Migrate to new 'set-state' interfaceViresh Kumar1-27/+32
2015-07-20clocksource: cadence_ttc: Remove clk-provider.h includeStephen Boyd1-1/+0
2014-09-29clocksource: cadence_ttc: Add support for 32bit modeMichal Simek1-5/+10
2014-05-20clocksource: cadence_ttc: Use readl/writel_relaxed instead of __rawMichal Simek1-27/+27
2014-03-11clocksource/cadence_ttc: Overhaul clocksource frequency adjustmentSoren Brinkmann1-20/+84
2014-03-11clocksource/cadence_ttc: Call clockevents_update_freq() with IRQs enabledSoren Brinkmann1-15/+2
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2013-12-30clocksource: cadence_ttc: Fix mutex taken inside interrupt contextSoren Brinkmann1-8/+13
2013-12-11clocksource: misc drivers: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-12-11clocksource: cadence_ttc_timer: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-07-18clocksource: cadence_ttc: Reuse clocksource as sched_clockSoren Brinkmann1-0/+12
2013-07-18clocksource: cadence_ttc: Remove unused headerSoren Brinkmann1-1/+0
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann1-5/+18
2013-04-04arm: zynq: Move timer to generic locationMichal Simek1-0/+436