| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: imx: move timer driver into drivers/clocksource | Shawn Guo | 2015-06-03 | 1 | -542/+0 |
* | ARM: imx: remove platform headers from timer driver | Shawn Guo | 2015-06-03 | 1 | -6/+0 |
* | ARM: imx: provide gpt device specific irq functions | Shawn Guo | 2015-06-03 | 1 | -26/+54 |
* | ARM: imx: get rid of variable timer_base | Shawn Guo | 2015-06-03 | 1 | -29/+26 |
* | ARM: imx: define gpt register offset per device type | Shawn Guo | 2015-06-03 | 1 | -11/+20 |
* | ARM: imx: move clock event variables into imx_timer | Shawn Guo | 2015-06-03 | 1 | -31/+33 |
* | ARM: imx: set up .set_next_event hook via imx_gpt_data | Shawn Guo | 2015-06-03 | 1 | -3/+7 |
* | ARM: imx: setup tctl register in device specific function | Shawn Guo | 2015-06-03 | 1 | -20/+78 |
* | ARM: imx: initialize gpt device type for DT boot | Shawn Guo | 2015-06-03 | 1 | -9/+46 |
* | ARM: imx: define an enum for gpt timer device type | Shawn Guo | 2015-06-03 | 1 | -1/+5 |
* | ARM: imx: move timer resources into a structure | Shawn Guo | 2015-06-03 | 1 | -35/+56 |
* | ARM: imx: use relaxed IO accessor in timer driver | Shawn Guo | 2015-06-03 | 1 | -24/+24 |
* | ARM: imx: Correct the comments in time.c | Shenwei Wang | 2015-06-03 | 1 | -3/+5 |
* | ARM: imx: use dynamic mapping for timer | Shawn Guo | 2015-06-03 | 1 | -2/+3 |
* | ARM: imx: source gpt per clk from OSC for system timer | Anson Huang | 2014-09-16 | 1 | -5/+26 |
* | ARM: i.MX: Use CLOCKSOURCE_OF_DECLARE() for DT targets | Alexander Shiyan | 2014-07-18 | 1 | -1/+12 |
* | ARM: i.MX: Remove excess variable | Alexander Shiyan | 2014-07-18 | 1 | -8/+7 |
* | ARM: i.MX: Use of_clk_get_by_name() for timer clocks for DT case. | Alexander Shiyan | 2014-07-18 | 1 | -12/+21 |
* | ARM: imx: factor device tree timer initialization | Gilles Chanteperdrix | 2014-04-30 | 1 | -0/+15 |
* | ARM: imx: enable delaytimer on the imx timer | Sebastian Andrzej Siewior | 2014-03-05 | 1 | -0/+12 |
* | ARM: imx: Switch to sched_clock_register() | Stephen Boyd | 2013-11-21 | 1 | -2/+2 |
* | ARM: imx: remove IRQF_DISABLED | Michael Opdenacker | 2013-10-21 | 1 | -1/+1 |
* | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 2013-06-12 | 1 | -1/+1 |
* | Merge tag 'imx6q-cpudile-3.9' of git://git.linaro.org/people/shawnguo/linux-2... | Olof Johansson | 2013-02-04 | 1 | -1/+2 |
|\ |
|
| * | ARM: imx: return zero in case next event gets a large increment | Shawn Guo | 2013-01-30 | 1 | -1/+2 |
* | | ARM: use clockevents_config_and_register() where possible | Shawn Guo | 2013-01-14 | 1 | -12/+3 |
|/ |
|
* | ARM: imx: include hardware.h rather than mach/hardware.h | Shawn Guo | 2012-10-15 | 1 | -1/+1 |
* | ARM: imx: include common.h rather than mach/common.h | Shawn Guo | 2012-10-15 | 1 | -1/+2 |
* | ARM: imx: merge plat-mxc into mach-imx | Shawn Guo | 2012-10-15 | 1 | -0/+325 |
* | [ARM] remove arch-imx | Sascha Hauer | 2009-05-07 | 1 | -220/+0 |
* | clocksource: pass clocksource to read() callback | Magnus Damm | 2009-04-21 | 1 | -1/+1 |
* | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 | 1 | -1/+1 |
* | [ARM] Convert asm/io.h to linux/io.h | Russell King | 2008-09-06 | 1 | -1/+1 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 1 | -1/+1 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 1 | -1/+1 |
* | IMX: introduce clock API | Sascha Hauer | 2008-07-05 | 1 | -6/+17 |
* | clockevents: fix resume logic | Thomas Gleixner | 2007-07-21 | 1 | -0/+1 |
* | [ARM] 4374/3: i.MX/MX1 clock event source | Pavel Pisa | 2007-07-12 | 1 | -14/+107 |
* | Add IRQF_IRQPOLL flag on arm | Bernhard Walle | 2007-05-08 | 1 | -1/+1 |
* | [PATCH] clocksource: fixup is_continous changes on ARM | Thomas Gleixner | 2007-02-16 | 1 | -1/+1 |
* | [ARM] 3991/1: i.MX/MX1 high resolution time source | Pavel Pisa | 2006-12-07 | 1 | -36/+50 |
* | Initial blind fixup for arm for irq changes | Linus Torvalds | 2006-10-06 | 1 | -2/+2 |
* | [PATCH] ARM: fixup irqflags breakage after ARM genirq merge | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [ARM] 3691/1: ARM: Convert imx to generic irq handling | Thomas Gleixner | 2006-07-01 | 1 | -0/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] ARM: Add SA_TIMER flag to timer interrupts | Russell King | 2005-06-26 | 1 | -2/+2 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+101 |