summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/timer.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: mxs: move timer driver into drivers/clocksourceShawn Guo2013-04-011-304/+0
* ARM: mxs: select STMP_DEVICE and use it for timer codeShawn Guo2013-04-011-9/+8
* ARM: mxs: remove cpu_is_mx23() call from timer codeShawn Guo2013-04-011-1/+2
* ARM: mxs: get timrot base address from device treeShawn Guo2013-04-011-1/+5
* ARM: mxs: look up timrot clock from device treeShawn Guo2013-04-011-1/+1
* ARM: mxs: use CLKSRC_OF helper to initialize timerShawn Guo2013-04-011-8/+2
* ARM: mxs: decrease mxs_clockevent_device.min_delta_ns to 2 clock cyclesTorben Hohn2013-02-051-1/+2
* ARM: mxs: use apbx bus clock to drive the timers on timrotv2Torben Hohn2013-02-051-4/+5
* ARM: use clockevents_config_and_register() where possibleShawn Guo2013-01-141-19/+5
* ARM: mxs: Setup scheduler clockStanislav Meduna2012-11-121-1/+9
* ARM: mxs: retrieve timer irq from device treeShawn Guo2012-09-031-1/+12
* ARM: mxs: remove now unused timer_clk argument from mxs_timer_initShawn Guo2012-05-091-7/+7
* ARM: mxs: request clock for timerShawn Guo2012-05-091-0/+9
* ARM: mxs: convert platform code to clk_prepare/clk_unprepareShawn Guo2011-12-281-1/+1
* clocksource: convert MXS timrotv2 to 32-bit down counting clocksourceRussell King2011-05-231-13/+7
* ARM: mxs: Add timer supportShawn Guo2010-12-201-0/+296