summaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2013-09-07Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+7
2013-09-07Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-160/+197
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2013-08-27treewide: Fix printks with 0x%#Joe Perches1-2/+2
2013-08-21Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan...Thomas Gleixner2-69/+379
2013-08-21Merge branch 'linus' into timers/coreThomas Gleixner7-20/+20
2013-08-20ARM: DT: binding fixup to align with vendor-prefixes.txt (drivers)Christian Daudt1-1/+7
2013-08-14Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into n...Olof Johansson2-50/+59
2013-08-06clocksource: samsung_pwm_timer: Handle suspend/resume correctlyTomasz Figa1-14/+28
2013-08-06clocksource: samsung_pwm_timer: Do not use clocksource_mmioTomasz Figa2-5/+15
2013-08-06clocksource: samsung_pwm_timer: Cache clocksource register addressTomasz Figa1-25/+8
2013-08-06clocksource: samsung_pwm_timer: Correct definition of AUTORELOAD bitTomasz Figa1-1/+12
2013-08-06clocksource: samsung_pwm_timer: Do not request PWM mem regionTomasz Figa1-10/+1
2013-08-01clocksource: arch_timer: Add support for memory mapped timersStephen Boyd1-55/+347
2013-08-01clocksource: arch_timer: Push the read/write wrappers deeperStephen Boyd1-15/+31
2013-08-01clocksource: arch_timer: Pass clock event to set_mode callbackStephen Boyd1-1/+1
2013-08-01clocksource: arch_timer: Make register accessors less error-proneStephen Boyd1-3/+3
2013-08-01ARM: clocksource: moxart: Add bitops.h includeJonas Jensen1-0/+1
2013-07-24Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson3-110/+138
2013-07-18ARM: clocksource: Add support for MOXA ART SoCsJonas Jensen2-0/+165
2013-07-18clocksource: cadence_ttc: Reuse clocksource as sched_clockSoren Brinkmann1-0/+12
2013-07-18clocksource: cadence_ttc: Remove unused headerSoren Brinkmann1-1/+0
2013-07-18clocksource: sun4i: Fix bug when switching from periodic to oneshot modesMaxime Ripard1-3/+6
2013-07-18clocksource: sun4i: Cleanup parent clock setupMaxime Ripard1-10/+5
2013-07-18clocksource: sun4i: Remove TIMER_SCAL variableMaxime Ripard1-6/+3
2013-07-18clocksource: sun4i: Factor out some timer codeMaxime Ripard1-16/+32
2013-07-18clocksource: sun4i: Fix the next event codeMaxime Ripard1-3/+22
2013-07-18clocksource: sun4i: Don't forget to enable the clock we useMaxime Ripard1-0/+1
2013-07-18clocksource: sun4i: Add clocksource and sched clock driversMaxime Ripard1-0/+15
2013-07-18clocksource: sun4i: rename AUTORELOAD define to RELOADMaxime Ripard1-2/+2
2013-07-18clocksource: sun4i: Wrap macros arguments in parenthesisMaxime Ripard1-2/+2
2013-07-18clocksource: sun4i: Use the BIT macros where possibleMaxime Ripard1-4/+4
2013-07-18clocksource: orion: Use linux/sched_clock.hStephen Boyd1-1/+1
2013-07-15clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker7-20/+20
2013-07-12Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...Thomas Gleixner4-0/+491
2013-07-07Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds16-26/+497
2013-07-06Merge tag 'metag-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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-03Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-26/+9
2013-07-03Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+5
2013-07-03Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-12/+48
2013-07-03Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds3-37/+83
2013-07-02clocksource: Add Marvell Orion SoC timerSebastian Hesselbarth3-0/+156
2013-06-25clocksource: time-armada-370-xp: Divorce from local timer APIStephen Boyd1-48/+41
2013-06-25clocksource: time-armada-370-xp: Fix sparse warningStephen Boyd1-1/+2
2013-06-25ARM: PRIMA2: Divorce timer-marco from local timer APIStephen Boyd1-46/+54
2013-06-25ARM: EXYNOS4: Divorce mct from local timer APIStephen Boyd1-17/+43
2013-06-25clocksource: vf_pit_timer: Use linux/sched_clock.hFabio Estevam1-1/+1
2013-06-25clocksource: Add generic dummy timer driverMark Rutland2-0/+70