aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-28ARM: tegra: move timer.c to drivers/clocksource/Stephen Warren1-288/+0
2012-12-24ARM: delete struct sys_timerStephen Warren1-5/+1
2012-11-16ARM: tegra: enhance timer.c to get IO address from device treeStephen Warren1-4/+28
2012-11-16ARM: tegra: enhance timer.c to get IRQ info from device treeStephen Warren1-18/+23
2012-11-16ARM: timer: fix checkpatch warningsStephen Warren1-4/+3
2012-11-05ARM: tegra: move iomap.h to mach-tegraStephen Warren1-1/+1
2012-10-16ARM: tegra: rename tegra system timerSivaram Nair1-1/+1
2012-09-14ARM: tegra: remove useless includes of <mach/*.h>Stephen Warren1-1/+0
2012-06-11ARM: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad1-2/+2
2012-05-06ARM: 7413/1: move read_{boot,persistent}_clock to the architecture levelMarc Zyngier1-2/+3
2012-03-13ARM: tegra: convert to twd_local_timer_register() interfaceMarc Zyngier1-5/+17
2012-01-07Merge branch 'depends/rmk/for-linus' into next/socArnd Bergmann1-21/+3
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier1-21/+3
2011-12-17arm/tegra: don't export clk_measure_input_freqPeter De Schrijver1-4/+8
2011-12-17arm/tegra: clk_get should not be fatalPeter De Schrijver1-4/+8
2011-10-13ARM: tegra: tegra_rtc_read_ms should be staticOlof Johansson1-1/+1
2011-10-13ARM: tegra: timer: don't cast __iomem pointersOlof Johansson1-2/+2
2011-05-23clocksource: convert ARM 32-bit up counting clocksourcesRussell King1-14/+2
2011-02-22ARM: tegra: timer: Enable timer and rtc clocksColin Cross1-2/+14
2011-02-09ARM: tegra: timer: Add idle and suspend support to timersColin Cross1-2/+58
2011-02-09ARM: tegra: Add prototypes for subsystem suspend functionsColin Cross1-0/+1
2010-12-22ARM: tegra: convert sched_clock() to use new infrastructureRussell King1-2/+21
2010-12-22ARM: ensure all sched_clock() implementations are notrace markedRussell King1-1/+2
2010-12-22ARM: tegra: timer: Separate clocksource and sched_clockColin Cross1-4/+3
2010-10-27Remove duplicate includes from many filesZimny Lech1-1/+0
2010-08-05[ARM] tegra: Add timer supportColin Cross1-0/+187