aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker7-20/+20
2013-07-12Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clockevents into timers/urgentThomas Gleixner4-0/+491
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-26/+497
2013-07-06Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds1-0/+2
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-18/+5
2013-07-03clocksource: arm_global_timer: Add ARM global timer supportStuart Menefy3-0/+335
2013-07-02Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-26/+9
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+5
2013-07-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-12/+48
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-37/+83
2013-07-02clocksource: Add Marvell Orion SoC timerSebastian Hesselbarth3-0/+156
2013-06-25clocksource: vf_pit_timer: Use linux/sched_clock.hFabio Estevam1-1/+1
2013-06-24clocksource: Add generic dummy timer driverMark Rutland2-0/+70
2013-06-21Merge tag 'v3.11-rockchip-basics' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/socArnd Bergmann2-32/+65
2013-06-20Merge tag 'zynq-dt-for-3.11' of git://git.xilinx.com/linux-xlnx into next/dtArnd Bergmann1-5/+18
2013-06-19clocksource: kona: adapt to CLOCKSOURCE_OF_DECLARE changeArnd Bergmann1-11/+4
2013-06-18Revert "dw_apb_timer_of.c: Remove parts that were picoxcell-specific"John Stultz2-23/+35
2013-06-19clocksource: exynos_mct: use (request/free)_irq calls for local timer registrationChander Kashyap1-26/+9
2013-06-14Merge tag 'ux500-clksrc-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/driversOlof Johansson1-6/+5
2013-06-13metag: log core and timer frequencies from arch codeJames Hogan1-0/+2
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd10-12/+10
2013-06-12clocksource: dw_apb_timer_of: use clocksource_of_initHeiko Stuebner2-21/+21
2013-06-12clocksource: dw_apb_timer_of: select DW_APB_TIMERHeiko Stuebner1-0/+1
2013-06-12clocksource: dw_apb_timer_of: add clock-handlingHeiko Stuebner1-1/+25
2013-06-12clocksource: dw_apb_timer_of: enable the use the clocksource as sched clockHeiko Stuebner1-9/+17
2013-06-08Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clockevents into timers/coreThomas Gleixner5-1/+417
2013-06-07clocksource: arch_timer: use virtual countersMark Rutland1-18/+5
2013-06-06clocksource: Add TI-Nspire timer supportDaniel Tang2-0/+216
2013-06-06clocksource: Add Freescale Vybrid pit timer supportJingchang Lu3-0/+200
2013-06-06clocksource: dw_apb: Fix error checkBaruch Siach1-1/+1
2013-05-31ARM: nomadik: fix clocksource warningArnd Bergmann1-11/+1
2013-05-28clocksource: dw_apb: Remove unused headerBaruch Siach1-1/+0
2013-05-28dw_apb_timer_of.c: Remove parts that were picoxcell-specificPavel Machek2-35/+23
2013-05-27clocksource: dbx500-prcmu: comment cleanupFabio Baltieri1-1/+1
2013-05-27clocksource: dbx500-prcmu: use relaxed readl variantRabin Vincent1-5/+4
2013-05-27arm: zynq: Migrate platform to clock controllerSoren Brinkmann1-5/+18
2013-05-16clocksource: apb_timer: Remove unsused functionThomas Gleixner1-12/+0
2013-05-12clocksource: nomadik-mtu: support of probeRabin Vincent1-12/+58
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-15/+510
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-19/+16
2013-05-06Merge branch 'exynos/pwm-clocksource' into late/multiplatformArnd Bergmann3-0/+504
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-74/+1146
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-5/+518
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-129/+382
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+212
2013-04-28clocksource: samsung_pwm_timer: Work around rounding errors in clockevents coreTomasz Figa1-0/+13
2013-04-28clocksource: samsung_pwm_timer: Correct programming of clock eventsTomasz Figa1-4/+2
2013-04-28clocksource: samsung_pwm_timer: Use proper clockevents max_deltaTomasz Figa1-1/+2
2013-04-28clocksource: samsung_pwm_timer: Add support for non-DT platformsTomasz Figa2-3/+14
2013-04-28clocksource: samsung_pwm_timer: Keep all driver data in a structureTomasz Figa1-83/+74