aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-47/+248
2014-01-19clocksource: Timer-sun5i: Switch to sched_clock_register()Stephen Boyd1-2/+2
2014-01-14Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano/linux into timers/coreIngo Molnar19-47/+248
2013-12-30clocksource: cadence_ttc: Fix mutex taken inside interrupt contextSoren Brinkmann1-8/+13
2013-12-18Merge branch 'clockevents/for-Simon-3.13-rc2' into clockevents/3.14Daniel Lezcano1-4/+16
2013-12-18clocksource: sh_cmt: Add clk_prepare/unprepare supportLaurent Pinchart1-4/+16
2013-12-11clocksource: bcm_kona_timer: Remove unused bcm_timer_idsAxel Lin1-6/+0
2013-12-11clocksource: vt8500: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-12-11clocksource: tegra: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-12-11clocksource: misc drivers: Remove deprecated IRQF_DISABLEDMichael Opdenacker8-13/+8
2013-12-11clocksource: sh_mtu2: Remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-12-11clocksource: sh_tmu: Remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-12-11clocksource: armada-370-xp: Enable timer divider only when neededEzequiel Garcia1-9/+9
2013-12-11clocksource: clksrc-of: Warn if no clock sources are foundLinus Walleij1-0/+4
2013-12-11clocksource: orion: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-12-11clocksource: sun4i: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-12-11clocksource: cadence_ttc_timer: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-12-11clocksource: arm_global_timer: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-12-11clocksource: Add Allwinner SoCs HS timers driverMaxime Ripard3-0/+197
2013-12-11clocksource: sun4i: Increase a bit the clock event and sources ratingMaxime Ripard1-2/+2
2013-12-11clocksource: sun4i: Change CPU mask to cpu_possible_maskMaxime Ripard1-1/+1
2013-12-11clockevent: sun4i: Fill the irq field in the clockevent structureMaxime Ripard1-0/+1
2013-12-10clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer"Dinh Nguyen1-2/+3
2013-12-10clocksource: dw_apb_timer_of: Fix read_sched_clockDinh Nguyen1-1/+1
2013-12-10clocksource: sunxi: Stop timer from ticking before enabling interruptsMarc Zyngier1-0/+3
2013-12-10clocksource: clksrc-of: Do not drop unheld reference on device nodeThierry Reding1-1/+0
2013-12-10clocksource: armada-370-xp: Register sched_clock after the counter resetEzequiel Garcia1-5/+5
2013-12-10clocksource: time-efm32: Select CLKSRC_MMIOAxel Lin1-0/+1
2013-11-21clocksource: arm_arch_timer: Hide eventstream Kconfig on non-ARMStephen Boyd1-0/+1
2013-11-20clocksource: sh_tmu: Add clk_prepare/unprepare supportLaurent Pinchart1-1/+8
2013-11-20clocksource: sh_tmu: Release clock when sh_tmu_register() failsLaurent Pinchart1-3/+10
2013-11-20clocksource: sh_mtu2: Add clk_prepare/unprepare supportLaurent Pinchart1-2/+7
2013-11-20clocksource: sh_mtu2: Release clock when sh_mtu2_register() failsLaurent Pinchart1-2/+9
2013-10-22clocksource: sun4i: remove IRQF_DISABLEDMaxime Ripard1-1/+1
2013-10-22clocksource: sun4i: Report the minimum tick that we can programMaxime Ripard1-4/+6
2013-10-22clocksource: sun4i: Select CLKSRC_MMIOMaxime Ripard1-0/+1
2013-10-22clocksource: Provide timekeeping for efm32 SoCsUwe Kleine-König3-0/+284
2013-10-22clocksource: em_sti: convert to clk_prepare/unprepareShinya Kuribayashi1-2/+2
2013-10-16clocksource: arch_timer: Do not register arch_sys_counter twiceThierry Reding1-9/+3
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/coreIngo Molnar1-0/+10
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd1-0/+10
2013-10-03clocksource: tcb_clksrc: Remove IRQF_DISABLEDBoris BREZILLON1-1/+1
2013-10-03clocksource: tcb_clksrc: Improve driver robustnessBoris BREZILLON1-5/+28
2013-10-03clocksource: tcb_clksrc: Replace clk_enable/disable with clk_prepare_enable/disable_unprepareBoris BREZILLON1-5/+21
2013-10-03Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevents/3.13Daniel Lezcano2-0/+64
2013-10-03Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux into timers/coreIngo Molnar14-37/+30
2013-10-02clocksource: arm_arch_timer: Use clocksource for suspend timekeepingStephen Boyd1-1/+1
2013-10-02clocksource: dw_apb_timer_of: Mark a few more functions as __initUwe Kleine-König1-5/+5
2013-10-02clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrallyUwe Kleine-König4-8/+1
2013-10-02clocksource/arm_global_timer: Set FEAT_PERCPU flagSoren Brinkmann1-1/+2