aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-26Merge remote-tracking branch 'tip/timers/core' into fordlezcano/3.13/sched-clock64-conversionJohn Stultz19-390/+994
2013-09-26drivers: clocksource: add CPU PM notifier for ARM architected timerSudeep KarkadaNagesha1-0/+34
2013-09-26drivers: clocksource: add support for ARM architected timer event streamWill Deacon2-0/+30
2013-09-26clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcastMagnus Damm1-1/+1
2013-09-26clocksource: of: Respect device tree node statusSebastian Hesselbarth1-0/+3
2013-09-26clocksource: exynos_mct: Set IRQ affinity when the CPU goes onlineTomasz Figa1-1/+9
2013-09-26arm: clocksource: mvebu: Use the main timer as clock source from DTJean Pihet1-0/+1
2013-09-16Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-104/+129
2013-09-09Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds1-4/+8
2013-09-06Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+7
2013-09-06clocksource: samsung_pwm_timer: Get clock from device treeTomasz Figa1-4/+8
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-160/+197
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2013-09-02clocksource: armada-370-xp: Get reference fixed-clock by nameEzequiel Garcia1-2/+5
2013-09-02clocksource: armada-370-xp: Replace WARN_ON with BUG_ONEzequiel Garcia1-1/+1
2013-09-02clocksource: armada-370-xp: Introduce new compatiblesEzequiel Garcia1-15/+39
2013-09-02clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLAREEzequiel Garcia1-3/+3
2013-09-02clocksource: armada-370-xp: Simplify TIMER_CTRL register accessEzequiel Garcia1-39/+30
2013-09-02clocksource: armada-370-xp: Use BIT()Ezequiel Garcia1-6/+6
2013-08-27treewide: Fix printks with 0x%#Joe Perches1-2/+2
2013-08-22ARM: nomadik: add dynamic irq flag to the timerDaniel Lezcano1-1/+2
2013-08-22clocksource: sh_cmt: 32-bit control register supportMagnus Damm1-14/+36