summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorLines
2013-10-22clocksource: Provide timekeeping for efm32 SoCsUwe Kleine-König-0/+284
2013-10-22clocksource: em_sti: convert to clk_prepare/unprepareShinya Kuribayashi-2/+2
2013-10-16clocksource: arch_timer: Do not register arch_sys_counter twiceThierry Reding-9/+3
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar-0/+10
2013-10-09arch_timer: Move to generic sched_clock frameworkStephen Boyd-0/+10
2013-10-03clocksource: tcb_clksrc: Remove IRQF_DISABLEDBoris BREZILLON-1/+1
2013-10-03clocksource: tcb_clksrc: Improve driver robustnessBoris BREZILLON-5/+28
2013-10-03clocksource: tcb_clksrc: Replace clk_enable/disable with clk_prepare_enable/d...Boris BREZILLON-5/+21
2013-10-03Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...Daniel Lezcano-0/+64
2013-10-03Merge branch 'clockevents/3.13' of git://git.linaro.org/people/dlezcano/linux...Ingo Molnar-37/+30
2013-10-02clocksource: arm_arch_timer: Use clocksource for suspend timekeepingStephen Boyd-1/+1
2013-10-02clocksource: dw_apb_timer_of: Mark a few more functions as __initUwe Kleine-König-5/+5
2013-10-02clocksource: Put nodes passed to CLOCKSOURCE_OF_DECLARE callbacks centrallyUwe Kleine-König-8/+1
2013-10-02clocksource/arm_global_timer: Set FEAT_PERCPU flagSoren Brinkmann-1/+2
2013-09-26Merge remote-tracking branch 'tip/timers/core' into fordlezcano/3.13/sched-cl...John Stultz-390/+994
2013-09-26drivers: clocksource: add CPU PM notifier for ARM architected timerSudeep KarkadaNagesha-0/+34
2013-09-26drivers: clocksource: add support for ARM architected timer event streamWill Deacon-0/+30
2013-09-26clocksource: em_sti: Set cpu_possible_mask to fix SMP broadcastMagnus Damm-1/+1
2013-09-26clocksource: of: Respect device tree node statusSebastian Hesselbarth-0/+3
2013-09-26clocksource: exynos_mct: Set IRQ affinity when the CPU goes onlineTomasz Figa-1/+9
2013-09-26arm: clocksource: mvebu: Use the main timer as clock source from DTJean Pihet-0/+1
2013-09-16Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-104/+129
2013-09-09Merge tag 'clk-for-linus-3.12' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds-4/+8
2013-09-06Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+7
2013-09-06clocksource: samsung_pwm_timer: Get clock from device treeTomasz Figa-4/+8
2013-09-06Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-160/+197
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2013-09-02clocksource: armada-370-xp: Get reference fixed-clock by nameEzequiel Garcia-2/+5
2013-09-02clocksource: armada-370-xp: Replace WARN_ON with BUG_ONEzequiel Garcia-1/+1
2013-09-02clocksource: armada-370-xp: Introduce new compatiblesEzequiel Garcia-15/+39
2013-09-02clocksource: armada-370-xp: Use CLOCKSOURCE_OF_DECLAREEzequiel Garcia-3/+3
2013-09-02clocksource: armada-370-xp: Simplify TIMER_CTRL register accessEzequiel Garcia-39/+30
2013-09-02clocksource: armada-370-xp: Use BIT()Ezequiel Garcia-6/+6
2013-08-27treewide: Fix printks with 0x%#Joe Perches-2/+2
2013-08-22ARM: nomadik: add dynamic irq flag to the timerDaniel Lezcano-1/+2
2013-08-22clocksource: sh_cmt: 32-bit control register supportMagnus Damm-14/+36
2013-08-22clocksource: em_sti: Convert to devm_* managed helpersLaurent Pinchart-35/+14
2013-08-21Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan...Thomas Gleixner-69/+379
2013-08-21Merge branch 'linus' into timers/coreThomas Gleixner-20/+20
2013-08-20ARM: DT: binding fixup to align with vendor-prefixes.txt (drivers)Christian Daudt-1/+7
2013-08-13Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into n...Olof Johansson-50/+59
2013-08-06clocksource: samsung_pwm_timer: Handle suspend/resume correctlyTomasz Figa-14/+28
2013-08-06clocksource: samsung_pwm_timer: Do not use clocksource_mmioTomasz Figa-5/+15
2013-08-06clocksource: samsung_pwm_timer: Cache clocksource register addressTomasz Figa-25/+8
2013-08-06clocksource: samsung_pwm_timer: Correct definition of AUTORELOAD bitTomasz Figa-1/+12
2013-08-06clocksource: samsung_pwm_timer: Do not request PWM mem regionTomasz Figa-10/+1
2013-08-01clocksource: arch_timer: Add support for memory mapped timersStephen Boyd-55/+347
2013-08-01clocksource: arch_timer: Push the read/write wrappers deeperStephen Boyd-15/+31
2013-08-01clocksource: arch_timer: Pass clock event to set_mode callbackStephen Boyd-1/+1
2013-08-01clocksource: arch_timer: Make register accessors less error-proneStephen Boyd-3/+3