summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2019-07-10clocksource/drivers/exynos_mct: Fix error path in timer resources initializationMarek Szyprowski1-1/+13
2019-02-11clockevents/drivers/i8253: Add support for PIT shutdown quirkMichael Kelley1-2/+12
2018-06-17clocksource/drivers/fsl_ftm_timer: Fix error return checkingColin Ian King1-1/+1
2017-03-16clocksource/exynos_mct: Clear interrupt when cpu is shut downJoonyoung Shim1-0/+5
2016-11-20clocksource/drivers/sun4i: Clear interrupts after stopping timer in probe fun...Chen-Yu Tsai1-1/+8
2016-02-02clocksource/drivers/vt8500: Increase the minimum deltaRoman Volkov1-2/+4
2015-07-15clocksource: exynos_mct: Avoid blocking calls in the cpu hotplug notifierDamian Eppel1-13/+30
2015-03-30clockevents: sun5i: Fix setup_irq init sequenceYongbae Park1-4/+4
2015-03-30clocksource: efm32: Fix a NULL pointer dereferenceYongbae Park1-2/+2
2015-02-04clocksource: arch_timer: Only use the virtual counter (CNTVCT) on arm64Catalin Marinas1-1/+1
2015-02-02clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_writeTobias Jakobi1-2/+2
2015-01-15clocksource: arch_timer: Fix code to use physical timers when requestedSonny Rao1-1/+4
2015-01-15clocksource: arm_arch_timer: Change clocksource name if CP15 unavailableNathan Lynch1-2/+10
2014-12-01clockevent: sun4i: Fix race condition in the probe codeMaxime Ripard1-6/+6
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-06-16clocksource: exynos_mct: Don't reset the counter during boot and resumeChirantan Ekbote1-6/+3
2014-06-05Merge 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-03Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2014-06-03Merge tag 'boards-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-680/+1305
2014-06-03Merge tag 'soc-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-27/+27
2014-06-03Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-23/+84
2014-05-27Merge 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
2014-05-22clocksource: marco: Fix the affinity set for local timer of CPU1Zhiwu Song1-1/+1
2014-05-22Merge tag 'samsung-drivers' of http://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-0/+8
2014-05-22Merge tag 'vexpress/updates-for-3.16' of git://git.linaro.org/people/pawel.mo...Olof Johansson5-2/+63
2014-05-22Merge branch 'depends/clockevents-cleanups' into next/boardsOlof Johansson3-680/+1305
2014-05-20of: consolidate linker section OF match table declarationsRob Herring1-1/+1
2014-05-20clocksource: cadence_ttc: Use readl/writel_relaxed instead of __rawMichal Simek1-27/+27
2014-05-19clocksource: sh_tmu: Fix channel IRQ retrieval in legacy caseLaurent Pinchart1-1/+1
2014-05-19clocksource: qcom: Implement read_current_timer for udelayStephen Boyd1-0/+13
2014-05-16Merge remote-tracking branch 'tip/timers/core/timers/core' into clockevents/3.16Daniel Lezcano3-11/+14
2014-05-15clocksource: Sched clock source for Versatile ExpressPawel Moll3-0/+52
2014-05-12clocksource:sirf: remove the hardcode for the clk of timersZhiwu Song2-9/+4
2014-05-12clocksource: prima2: fix some minor checkpatch issuesBin Shi1-14/+28
2014-05-02clocksource: exynos_mct: register sched_clock callbackVincent Guittot1-0/+8
2014-04-29Merge branch 'clockevents/3.15-fixes' of git://git.linaro.org/people/daniel.l...Thomas Gleixner2-2/+11