summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/arch_timer.c
AgeCommit message (Expand)AuthorLines
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd-14/+0
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd-1/+1
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring-14/+3
2013-04-11ARM: arch_timer: use full 64-bit counter for sched_clockRob Herring-5/+13
2013-02-15ARM: arch_timer: include linux/errno.hArnd Bergmann-0/+1
2013-01-31arm: arch_timer: move core to drivers/clocksourceMark Rutland-368/+18
2013-01-31arm: arch_timer: add arch_counter_set_user_accessMark Rutland-0/+2
2013-01-31arm: arch_timer: divorce from local_timer apiMark Rutland-23/+29
2013-01-31arm: arch_timer: factor out register accessorsMark Rutland-92/+0
2013-01-31arm: arch_timer: split cntfrq accessorMark Rutland-7/+9
2013-01-31arm: arch_timer: standardise counter readingMark Rutland-36/+22
2013-01-31arm: arch_timer: use u64/u32 for register dataMark Rutland-19/+11
2013-01-31arm: arch_timer: remove redundant available checkMark Rutland-12/+0
2013-01-31arm: arch_timer: balance device_node refcountingMark Rutland-0/+2
2012-09-26ARM: 7538/1: delay: add registration mechanism for delay timer sourcesJonathan Austin-9/+8
2012-09-15ARM: 7522/1: arch_timers: register a time/cycle counterMarc Zyngier-0/+25
2012-09-15ARM: 7523/1: arch_timers: enable the use of the virtual timerMarc Zyngier-102/+241
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King-1/+12
2012-07-09ARM: 7452/1: delay: allow timer-based delay implementation to be selectedWill Deacon-0/+3
2012-07-09ARM: 7451/1: arch timer: implement read_current_timer and get_cyclesWill Deacon-0/+8
2012-07-09ARM: 7444/1: kernel: add arch-timer C3STOP featureLorenzo Pieralisi-1/+1
2012-04-27ARM: architected timers: remove support for non DT platformsMarc Zyngier-17/+2
2012-04-27ARM: architected timers: add support for UP timerMarc Zyngier-0/+13
2012-04-27ARM: architected timers: add DT supportMarc Zyngier-7/+46
2012-04-27ARM: architected timers: Add A15 specific sched_clock implementationMarc Zyngier-0/+25
2012-04-27ARM: local timers: Add A15 architected timer supportMarc Zyngier-0/+288