aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource
AgeCommit message (Expand)AuthorFilesLines
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-5/+6
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 3-1/+247
2012-12-12Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-0/+175
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Gravatar Will Deacon 1-1/+1
2012-12-03clocksource: sunxi_timer: Add terminating entry for sunxi_timer_dt_idsGravatar Axel Lin 1-0/+1
2012-11-20clocksource: convert time-armada-370-xp to clk frameworkGravatar Gregory CLEMENT 1-5/+6
2012-11-16clocksource: sunxi: Add Allwinner A1X Timer DriverGravatar Maxime Ripard 3-0/+174
2012-11-16clocksource/mtu-nomadik: use apb_pclkGravatar Ulf Hansson 1-1/+7
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 1-1/+1
2012-11-13clocksource: arm_generic: use this_cpu_ptr per-cpu helperGravatar Shan Wei 1-1/+1
2012-11-13clocksource: arm_generic: use integer math helpersGravatar Linus Walleij 1-2/+2
2012-11-13clocksource: clean up parse_pmtmr()Gravatar Dan Carpenter 1-9/+8
2012-11-05ARM: plat-nomadik: move MTU, kill plat-nomadikGravatar Linus Walleij 3-1/+241
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 3-20/+204
2012-10-01Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 2-0/+163
2012-09-19ARM: bcm2835: add system timerGravatar Simon Arlott 2-0/+162
2012-09-17arm64: Generic timers supportGravatar Marc Zyngier 3-0/+238
2012-09-04sh: MTU2: Basic runtime PM supportGravatar Rafael J. Wysocki 1-6/+23
2012-09-04sh: CMT: Basic runtime PM supportGravatar Rafael J. Wysocki 1-8/+36
2012-09-04sh: TMU: Basic runtime PM supportGravatar Rafael J. Wysocki 1-15/+65
2012-09-04PM / Domains: Move syscore flag from subsys data to struct deviceGravatar Rafael J. Wysocki 3-3/+3
2012-09-04PM / Domains: Rename the always_on device flag to syscoreGravatar Rafael J. Wysocki 3-3/+3
2012-09-04sh: MTU2: Introduce clock events suspend/resume routinesGravatar Rafael J. Wysocki 1-2/+18
2012-09-04sh: CMT: Introduce clocksource/clock events suspend/resume routinesGravatar Rafael J. Wysocki 1-4/+31
2012-09-04sh: TMU: Introduce clocksource/clock events suspend/resume routinesGravatar Rafael J. Wysocki 1-4/+50
2012-08-21cs5535-clockevt: typo, it's MFGPT, not MFPGTGravatar Jens Rottmann 1-2/+2
2012-07-23Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 3-1/+231
2012-07-12clocksource: dw_apb_timer: Add common DTS glue for dw_apb_timerGravatar Dinh Nguyen 3-0/+135
2012-07-10clocksource: time-armada-370-xp: Marvell Armada 370/XP SoC timer driverGravatar Gregory CLEMENT 3-1/+231
2012-06-11clocksource: sh_tmu: Use clockevents_config_and_register().Gravatar Paul Mundt 1-7/+3
2012-06-11clocksource: sh_tmu: Convert timer lock to raw spinlock.Gravatar Paul Mundt 1-3/+3
2012-06-11clocksource: sh_mtu2: Convert timer lock to raw spinlock.Gravatar Paul Mundt 1-3/+3
2012-06-11clocksource: sh_cmt: Convert timer lock to raw spinlock.Gravatar Paul Mundt 1-13/+13
2012-05-25clocksource: em_sti: Add DT supportGravatar Magnus Damm 1-0/+7
2012-05-25clocksource: em_sti: Emma Mobile STI driverGravatar Magnus Damm 2-0/+400
2012-05-02ARM: ux500: delete U5500 supportGravatar Linus Walleij 1-1/+1
2012-04-12Revert "clocksource: Load the ACPI PM clocksource asynchronously"Gravatar Thomas Gleixner 1-16/+8
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-1/+0
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-28/+62
2012-03-27Merge branch 'devel-stable' into for-linusGravatar Russell King 1-1/+0
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 3-0/+12
2012-03-16PM / shmobile: Make MTU2 driver use pm_genpd_dev_always_on()Gravatar Rafael J. Wysocki 1-0/+4
2012-03-16PM / shmobile: Make CMT driver use pm_genpd_dev_always_on()Gravatar Rafael J. Wysocki 1-0/+4
2012-03-16PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()Gravatar Rafael J. Wysocki 1-0/+4
2012-03-06cs5535-clockevt: Allow the MFGPT IRQ to be sharedGravatar Jens Rottmann 1-1/+1
2012-03-06cs5535-clockevt: Don't ignore MFGPT on SMP-capable kernelsGravatar Jens Rottmann 1-1/+0
2012-03-01ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterGravatar Nicolas Ferre 1-28/+62
2012-02-22clocksource: scx200_hrt: Fix the buildGravatar Ingo Molnar 1-3/+1
2012-02-01clocksource: Load the ACPI PM clocksource asynchronouslyGravatar Arjan van de Ven 1-8/+16