aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/time.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12ARM: mmp: Remove legacy clk codeStephen Boyd1-1/+0
2020-03-27ARM: mmp: replace setup_irq() by request_irq()afzal mohammed1-8/+3
2020-01-06ARM: mmp: do not divide the clock rateLubomir Rintel1-1/+1
2019-10-17ARM: mmp: move cputype.h to include/linux/soc/Lubomir Rintel1-1/+1
2019-10-17ARM: mmp: add support for MMP3 SoCLubomir Rintel1-1/+2
2019-10-17ARM: mmp: DT: convert timer driver to use TIMER_OF_DECLARELubomir Rintel1-27/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-12-12ARM: mmp: fix timer_init callsArnd Bergmann1-2/+2
2018-11-30ARM: mmp/mmp2: dt: enable the clockLubomir Rintel1-12/+20
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2015-12-01ARM: mmp: make all header files localArnd Bergmann1-6/+5
2015-07-17ARM/mmp/time: Migrate to new 'set-state' interfaceViresh Kumar1-18/+11
2015-02-19ARM: make of_device_ids constUwe Kleine-König1-1/+1
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+9
2014-03-12ARM: 8001/1: mmp: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into next/cleanupOlof Johansson1-3/+9
2013-12-20ARM: mmp: stop using mach/timex.hUwe Kleine-König1-3/+9
2013-11-21ARM: mmp: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd1-1/+1
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-5/+2
2012-05-05ARM: mmp: support DT in timerHaojian Zhuang1-21/+60
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier1-13/+3
2011-08-11ARM: mmp: Change the way we use timer 0 as clockevent timer.Lennert Buytenhek1-12/+35
2011-08-11ARM: mmp: Switch to using timer 1 as clocksource timer.Lennert Buytenhek1-2/+2
2011-08-11ARM: mmp: Also start timer 1 on boot.Lennert Buytenhek1-6/+9
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-22ARM: mmp: convert sched_clock() to use new infrastructureRussell King1-21/+11
2010-12-22ARM: ensure all sched_clock() implementations are notrace markedRussell King1-1/+1
2010-12-22ARM: mmp: update clock source registrationRussell King1-4/+1
2010-08-05[ARM] mmp: move mmp2 specific timer code to mmp2.cEric Miao1-21/+0
2010-03-02[ARM] mmp: add support for Marvell MMP2Haojian Zhuang1-1/+25
2009-05-22[ARM] pxa: add parameter to clksrc_read() for pxa168/910Coly Li1-1/+1
2009-03-23[ARM] pxa: add base support for Marvell's PXA168 processor lineEric Miao1-0/+199