summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+13
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-343/+868
2014-08-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2014-07-23clocksource: exynos_mct: Only use 32-bits where possibleDoug Anderson2-7/+33
2014-07-23clocksource: exynos_mct: Use readl_relaxed/writel_relaxedDoug Anderson1-12/+12
2014-07-23clocksource: pxa: Add device-tree support for PXA timerRobert Jarzmik1-36/+101
2014-07-23clocksource: pxa: Move PXA timer to clocksource frameworkRobert Jarzmik2-0/+163
2014-07-23clocksource: clps711x: Add CLPS711X clocksource driverAlexander Shiyan2-0/+132
2014-07-23clocksource: sirf: Fix incorrect clock enable counter for timerZhiwu Song2-0/+6
2014-07-23clocksource: Kconfig: Let EM_TIMER_STI depend on HAS_IOMEMChen Gang1-1/+1
2014-07-23clocksource: Add support for the Mediatek SoCsMatthias Brugger3-0/+267
2014-07-23clocksource: sh_mtu2: Tidy up Kconfig typo for MTU2Kuninori Morimoto1-1/+1
2014-07-23Merge branch 'clockevents/renesas-timers-dt' into clockevents/3.17Daniel Lezcano3-322/+184
2014-07-19Merge tag 'exynos-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson1-2/+18
2014-07-18ARM: make it easier to check the CPU part number correctlyRussell King1-1/+1
2014-07-16Merge tag 'v3.16-rc5' into timers/coreThomas Gleixner1-8/+21
2014-07-06Merge tag 'tegra-for-3.17-delay-timer' of git://git.kernel.org/pub/scm/linux/...Olof Johansson1-0/+13
2014-07-05clocksource: exynos_mct: Register the timer for stable udelayAmit Daniel Kachhap1-0/+11
2014-07-05clocksource: exynos_mct: Fix ftraceDoug Anderson1-2/+7
2014-07-04clocksource: sh_mtu2: Add DT supportLaurent Pinchart1-0/+8
2014-07-04clocksource: sh_tmu: Add DT supportLaurent Pinchart1-10/+41
2014-07-04clocksource: sh_cmt: Add DT supportLaurent Pinchart1-18/+48
2014-07-02clocksource: sh_mtu2: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+6
2014-07-02clocksource: sh_mtu2: Drop support for legacy platform dataLaurent Pinchart1-99/+31
2014-07-02clocksource: sh_tmu: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+6
2014-07-02clocksource: sh_tmu: Drop support for legacy platform dataLaurent Pinchart1-67/+15
2014-07-02clocksource: sh_cmt: Replace global spinlock with a per-device spinlockLaurent Pinchart1-4/+5
2014-07-02clocksource: sh_cmt: Drop support for legacy platform dataLaurent Pinchart1-132/+40
2014-06-21clocksource: Add a Kconfig menuJean Delvare1-0/+4
2014-06-16clocksource: tegra: Use us counter as delay timerPeter De Schrijver1-0/+13
2014-06-17clocksource: exynos_mct: Don't reset the counter during boot and resumeChirantan Ekbote1-6/+3
2014-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-21/+407
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-06-04clocksource: versatile: Use sched_clock_register()Thomas Gleixner1-3/+3
2014-06-02Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2014-06-02Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-680/+1305
2014-06-02Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-27/+27
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-23/+84
2014-05-26Merge tag 'zynq-cleanup-for-3.16' of git://git.xilinx.com/linux-xlnx into nex...Olof Johansson1-27/+27
2014-05-26ARM: vexpress: refine dependencies for new codeArnd Bergmann1-1/+1
2014-05-23clocksource: Add Freescale FlexTimer Module (FTM) timer supportXiubo Li3-0/+373
2014-05-23Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16Daniel Lezcano1-1/+1
2014-05-23clocksource: sh_tmu: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-23clocksource: sh_mtu2: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-23clocksource: sh_cmt: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-23clocksource: em_sti: Remove unnecessary OOM messagesJingoo Han1-3/+1
2014-05-23clocksource: dw_apb_timer_of: Do not trace read_sched_clockYang Wei1-1/+1
2014-05-23clocksource: Fix clocksource_mmio_readX_downXiubo Li1-2/+2
2014-05-23clocksource: Fix type confusion for clocksource_mmio_readX_YXiubo Li1-4/+4
2014-05-22clocksource: tcb_clksrc: Make tc_mode interrupt safeDavid Jander1-4/+4