aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-16ARM: imx: add missing item to the list of clock event modesUwe Kleine-König1-1/+2
2012-05-16ARM i.MX: remove now unnecessary argument from mxc_timer_initSascha Hauer1-11/+10
2012-05-16ARM: i.MX: change timer clock from ipg to perclkRichard Zhao1-1/+2
2012-04-25ARM i.MX timer: request correct clockSascha Hauer1-0/+14
2012-02-01ARM: mxc: time: add clk_prepare/clk_unprepareRichard Zhao1-1/+1
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier1-12/+3
2011-05-23Merge branch 'devel-stable' into for-linusRussell King1-1/+1
2011-05-23clocksource: convert ARM 32-bit up counting clocksourcesRussell King1-31/+7
2011-05-19ARM: remove support for mxc91231Uwe Kleine-König1-1/+1
2011-03-23ARM: mxc: Add sched_clock to mxc platformJan Weitzel1-0/+16
2011-03-23ARM: mxc: Add dummy_get_cycles to avoid access before init is doneJan Weitzel1-1/+8
2010-12-22ARM: mxc: update clock source registrationRussell King1-4/+1
2010-04-23arm/plat-mxc: Fix forgotten renaming in timer.cWolfram Sang1-1/+1
2010-04-22mxc: Change gpt timer code to be more generic by using V2 instead of MX3Amit Kucheria1-22/+22
2010-02-09mxc: refactor timer code to use timer versionsSascha Hauer1-15/+26
2009-08-14MXC: add basic MXC91231 supportDmitriy Taychenachev1-1/+1
2009-08-14MXC: i.MX25 timer supportSascha Hauer1-9/+9
2009-08-07MXC: pass base/irq to mxc_timer_initSascha Hauer1-19/+2
2009-05-07mxc: fix wrong register access in timer codeSascha Hauer1-2/+2
2009-05-07mxc timer: make compile time independentSascha Hauer1-20/+135
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2009-03-13arm/imx2x: removes a bunch of sparse-warningsHolger Schurig1-8/+4
2009-03-13[ARM] MXC: rework timer/clock initialisationSascha Hauer1-15/+5
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-05i.MXC family: Adding timer supportJuergen Beisert1-0/+228