summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/timer.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-01ARM: mxs: move timer driver into drivers/clocksourceShawn Guo1-304/+0
2013-04-01ARM: mxs: select STMP_DEVICE and use it for timer codeShawn Guo1-9/+8
2013-04-01ARM: mxs: remove cpu_is_mx23() call from timer codeShawn Guo1-1/+2
2013-04-01ARM: mxs: get timrot base address from device treeShawn Guo1-1/+5
2013-04-01ARM: mxs: look up timrot clock from device treeShawn Guo1-1/+1
2013-04-01ARM: mxs: use CLKSRC_OF helper to initialize timerShawn Guo1-8/+2
2013-02-05ARM: mxs: decrease mxs_clockevent_device.min_delta_ns to 2 clock cyclesTorben Hohn1-1/+2
2013-02-05ARM: mxs: use apbx bus clock to drive the timers on timrotv2Torben Hohn1-4/+5
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-19/+5
2012-11-12ARM: mxs: Setup scheduler clockStanislav Meduna1-1/+9
2012-09-03ARM: mxs: retrieve timer irq from device treeShawn Guo1-1/+12
2012-05-09ARM: mxs: remove now unused timer_clk argument from mxs_timer_initShawn Guo1-7/+7
2012-05-09ARM: mxs: request clock for timerShawn Guo1-0/+9
2011-12-28ARM: mxs: convert platform code to clk_prepare/clk_unprepareShawn Guo1-1/+1
2011-05-23clocksource: convert MXS timrotv2 to 32-bit down counting clocksourceRussell King1-13/+7
2010-12-20ARM: mxs: Add timer supportShawn Guo1-0/+296