summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2013-11-15clocksource: exynos_mct: Register sched_clockTomasz Figa1-0/+8
2013-07-25clocksource: dw_apb: Fix error checkBaruch Siach1-1/+1
2013-05-07Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-15/+510
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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/gi...Linus Torvalds8-74/+1146
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-5/+518
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-129/+382
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus 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
2013-04-28clocksource: samsung_pwm_timer: Make PWM spinlock globalTomasz Figa1-11/+13
2013-04-28clocksource: samsung_pwm_timer: Let platforms select the driverTomasz Figa1-1/+1
2013-04-26ARM: arch_timer: Silence debug preempt warningsStephen Boyd1-4/+6
2013-04-26clocksource: nomadik-mtu: fix up clocksource/timerLinus Walleij1-2/+2
2013-04-21clocksource: add samsung pwm timer driverTomasz Figa3-0/+488
2013-04-19clocksource: exynos_mct: remove platform header dependencyArnd Bergmann1-15/+6
2013-04-19clocksource: exynos_mct: fix build error on non-DTArnd Bergmann1-0/+4
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson3-15/+10
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2-14/+10
2013-04-11Merge tag 'sunxi-cleanup-for-3.10' of git://github.com/mripard/linux into nex...Olof Johansson5-57/+46
2013-04-11Merge branch 'depends/clk-for-3.10' into next/cleanupOlof Johansson1-2/+2
2013-04-09Merge tag 'clk-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-6/+14
2013-04-09Merge tag 'mct-exynos-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann3-1/+563
2013-04-09Merge branch 'depends/clk' into next/driversArnd Bergmann1-2/+2
2013-04-09Merge branch 'tegra/soc' into next/driversArnd Bergmann1-2/+2
2013-04-09Merge branch 'tegra/soc' into next/multiplatformArnd Bergmann1-2/+2
2013-04-09Merge branch 'mxs/cleanup' into next/multiplatformArnd Bergmann2-0/+305
2013-04-09Merge tag 'ux500-multiplatform-asoc' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-3/+0
2013-04-09Merge tag 'mxs-cleanup-3.10' of git://git.linaro.org/people/shawnguo/linux-2....Arnd Bergmann2-0/+305
2013-04-09Merge tag 'tegra-for-3.10-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-2/+2
2013-04-08clocksource: sunxi: Rename sunxi to sun4iMaxime Ripard3-19/+19
2013-04-08clocksource: sunxi: make use of CLKSRC_OFMaxime Ripard1-15/+3
2013-04-08clocksource: sunxi: Cleanup the timer codeMaxime Ripard1-24/+24
2013-04-08Merge remote-tracking branch 'clk/clk-for-3.10' into sunxi/core-for-3.10Maxime Ripard1-2/+2
2013-04-08Merge branch 'zynq/clksrc/cleanup' of git://git.xilinx.com/linux-xlnx into ne...Arnd Bergmann7-73/+473
2013-04-08ARM: ux500: make remaining headers localArnd Bergmann1-2/+0
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij1-1/+0
2013-04-04arm: zynq: Move timer to generic locationMichal Simek3-0/+440
2013-04-04clocksource: mct: Add terminating entry for exynos_mct_ids tableAxel Lin1-0/+1
2013-04-04clocksource: mct: Add missing semicolons in exynos_mct.cDoug Anderson1-2/+2
2013-04-03clocksource: mxs_timer: Add semicolon at end of lineFabio Estevam1-1/+1
2013-04-01ARM: mxs: move timer driver into drivers/clocksourceShawn Guo2-0/+305
2013-03-28ARM: bcm281xx: Add timer driver (driver portion)Christian Daudt2-0/+212
2013-03-28clocksource: make CLOCKSOURCE_OF_DECLARE type safeArnd Bergmann2-2/+3
2013-03-27clk: arm: sunxi: Add a new clock driver for sunxi SOCsEmilio López1-2/+2
2013-03-25ARM: sirf: use clocksource_of infrastructureArnd Bergmann3-0/+516