summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/counter_32k.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21ARM: omap1: move 32k counter from plat-omap to mach-omap1Arnd Bergmann1-114/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-07-20ARM/time: Remove read_boot_clock64()Pavel Tatashin1-1/+1
2015-04-03ARM, clocksource/drivers: Provide read_boot_clock64() and read_persistent_clo...Xunlei Pang1-9/+1
2015-04-03ARM: OMAP: 32k counter: Provide y2038-safe omap_read_persistent_clock() repla...Xunlei Pang1-10/+12
2015-03-13clocksource: Rename __clocksource_updatefreq_*() to __clocksource_update_freq...John Stultz1-1/+1
2014-05-08ARM: OMAP: counter-32k: raw read and write endian fixVictor Kamensky1-3/+3
2013-11-21ARM: OMAP: 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
2012-12-28ARM: OMAP: 32k counter: resolve sparse warningsPaul Walmsley1-0/+2
2012-10-31ARM: OMAP: Remove plat-omap/common.hTony Lindgren1-2/+0
2012-10-18ARM: OMAP: remove plat/clock.hPaul Walmsley1-1/+0
2012-10-17ARM: OMAP: Make plat/common.h local to mach-omap1 and mach-omap2Tony Lindgren1-1/+1
2012-10-08ARM: OMAP: counter: add locking to read_persistent_clockColin Cross1-7/+14
2012-09-12ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+Tony Lindgren1-2/+0
2012-09-10ARM: OMAP: remove plat/board.h fileIgor Grinberg1-1/+0
2012-07-09ARM: OMAP: counter-32k: Select the CR register offset using the IP schemeR Sricharan1-3/+13
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-53/+40
2012-05-09ARM: OMAP: Make OMAP clocksource source selection using kernel paramVaibhav Hiremath1-52/+39
2012-05-06ARM: 7413/1: move read_{boot,persistent}_clock to the architecture levelMarc Zyngier1-2/+4
2012-02-24ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.hTony Lindgren1-0/+1
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier1-37/+3
2011-07-10Convert OMAPs 32kHz clocksource implementation to use the generic MMIORussell King - ARM Linux1-87/+34
2011-06-27omap2+: Use dmtimer macros for clocksourceTony Lindgren1-1/+1
2011-01-27omap: Start using CONFIG_SOC_OMAPTony Lindgren1-2/+2
2011-01-19omap1: Fix sched_clock implementation when both MPU timer and 32K timer are usedTony Lindgren1-1/+13
2011-01-19omap1: Fix booting for 15xx and 730 with omap1_defconfigTony Lindgren1-5/+0
2011-01-18OMAP: counter_32k: init clocksource as part of machine timer initPaul Walmsley1-2/+1
2011-01-05Merge branch 'clksrc' into develRussell King1-15/+32
2010-12-22ARM: omap: convert sched_clock() to use new infrastructureRussell King1-2/+22
2010-12-22ARM: ensure all sched_clock() implementations are notrace markedRussell King1-7/+8
2010-12-22ARM: omap: update clock source registrationRussell King1-5/+1
2010-12-06arm: plat-omap: counter_32k: use IS_ERR() instead of NULL checkVasiliy Kulikov1-1/+2
2010-10-08OMAP: split plat-omap/common.cPaul Walmsley1-0/+183