aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-03ARM: imx: move timer driver into drivers/clocksourceShawn Guo1-542/+0
2015-06-03ARM: imx: remove platform headers from timer driverShawn Guo1-6/+0
2015-06-03ARM: imx: provide gpt device specific irq functionsShawn Guo1-26/+54
2015-06-03ARM: imx: get rid of variable timer_baseShawn Guo1-29/+26
2015-06-03ARM: imx: define gpt register offset per device typeShawn Guo1-11/+20
2015-06-03ARM: imx: move clock event variables into imx_timerShawn Guo1-31/+33
2015-06-03ARM: imx: set up .set_next_event hook via imx_gpt_dataShawn Guo1-3/+7
2015-06-03ARM: imx: setup tctl register in device specific functionShawn Guo1-20/+78
2015-06-03ARM: imx: initialize gpt device type for DT bootShawn Guo1-9/+46
2015-06-03ARM: imx: define an enum for gpt timer device typeShawn Guo1-1/+5
2015-06-03ARM: imx: move timer resources into a structureShawn Guo1-35/+56
2015-06-03ARM: imx: use relaxed IO accessor in timer driverShawn Guo1-24/+24
2015-06-03ARM: imx: Correct the comments in time.cShenwei Wang1-3/+5
2015-06-03ARM: imx: use dynamic mapping for timerShawn Guo1-2/+3
2014-09-16ARM: imx: source gpt per clk from OSC for system timerAnson Huang1-5/+26
2014-07-18ARM: i.MX: Use CLOCKSOURCE_OF_DECLARE() for DT targetsAlexander Shiyan1-1/+12
2014-07-18ARM: i.MX: Remove excess variableAlexander Shiyan1-8/+7
2014-07-18ARM: i.MX: Use of_clk_get_by_name() for timer clocks for DT case.Alexander Shiyan1-12/+21
2014-04-30ARM: imx: factor device tree timer initializationGilles Chanteperdrix1-0/+15
2014-03-05ARM: imx: enable delaytimer on the imx timerSebastian Andrzej Siewior1-0/+12
2013-11-21ARM: imx: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-10-21ARM: imx: remove IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-1/+1
2013-02-04Merge tag 'imx6q-cpudile-3.9' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/socOlof Johansson1-1/+2
2013-01-30ARM: imx: return zero in case next event gets a large incrementShawn Guo1-1/+2
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-12/+3
2012-10-15ARM: imx: include hardware.h rather than mach/hardware.hShawn Guo1-1/+1
2012-10-15ARM: imx: include common.h rather than mach/common.hShawn Guo1-1/+2
2012-10-15ARM: imx: merge plat-mxc into mach-imxShawn Guo1-0/+325
2009-05-07[ARM] remove arch-imxSascha Hauer1-220/+0
2009-04-21clocksource: pass clocksource to read() callbackMagnus Damm1-1/+1
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-07-05IMX: introduce clock APISascha Hauer1-6/+17
2007-07-21clockevents: fix resume logicThomas Gleixner1-0/+1
2007-07-12[ARM] 4374/3: i.MX/MX1 clock event sourcePavel Pisa1-14/+107
2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle1-1/+1
2007-02-16[PATCH] clocksource: fixup is_continous changes on ARMThomas Gleixner1-1/+1
2006-12-07[ARM] 3991/1: i.MX/MX1 high resolution time sourcePavel Pisa1-36/+50
2006-10-06Initial blind fixup for arm for irq changesLinus Torvalds1-2/+2
2006-07-02[PATCH] ARM: fixup irqflags breakage after ARM genirq mergeThomas Gleixner1-1/+1
2006-07-01[ARM] 3691/1: ARM: Convert imx to generic irq handlingThomas Gleixner1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-06-26[PATCH] ARM: Add SA_TIMER flag to timer interruptsRussell King1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+101