summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-023-20/+204
|\
| * sh: MTU2: Basic runtime PM supportRafael J. Wysocki2012-09-041-6/+23
| * sh: CMT: Basic runtime PM supportRafael J. Wysocki2012-09-041-8/+36
| * sh: TMU: Basic runtime PM supportRafael J. Wysocki2012-09-041-15/+65
| * PM / Domains: Move syscore flag from subsys data to struct deviceRafael J. Wysocki2012-09-043-3/+3
| * PM / Domains: Rename the always_on device flag to syscoreRafael J. Wysocki2012-09-043-3/+3
| * sh: MTU2: Introduce clock events suspend/resume routinesRafael J. Wysocki2012-09-041-2/+18
| * sh: CMT: Introduce clocksource/clock events suspend/resume routinesRafael J. Wysocki2012-09-041-4/+31
| * sh: TMU: Introduce clocksource/clock events suspend/resume routinesRafael J. Wysocki2012-09-041-4/+50
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-012-0/+163
|\ \
| * | ARM: bcm2835: add system timerSimon Arlott2012-09-192-0/+162
| |/
* / arm64: Generic timers supportMarc Zyngier2012-09-173-0/+238
|/
* cs5535-clockevt: typo, it's MFGPT, not MFPGTJens Rottmann2012-08-211-2/+2
* Merge tag 'newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-233-1/+231
|\
| * clocksource: time-armada-370-xp: Marvell Armada 370/XP SoC timer driverGregory CLEMENT2012-07-103-1/+231
* | clocksource: dw_apb_timer: Add common DTS glue for dw_apb_timerDinh Nguyen2012-07-123-0/+135
|/
* clocksource: sh_tmu: Use clockevents_config_and_register().Paul Mundt2012-06-111-7/+3
* clocksource: sh_tmu: Convert timer lock to raw spinlock.Paul Mundt2012-06-111-3/+3
* clocksource: sh_mtu2: Convert timer lock to raw spinlock.Paul Mundt2012-06-111-3/+3
* clocksource: sh_cmt: Convert timer lock to raw spinlock.Paul Mundt2012-06-111-13/+13
* clocksource: em_sti: Add DT supportMagnus Damm2012-05-251-0/+7
* clocksource: em_sti: Emma Mobile STI driverMagnus Damm2012-05-252-0/+400
* ARM: ux500: delete U5500 supportLinus Walleij2012-05-021-1/+1
* Revert "clocksource: Load the ACPI PM clocksource asynchronously"Thomas Gleixner2012-04-121-16/+8
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-1/+0
|\
| * Merge branch 'devel-stable' into for-linusRussell King2012-03-271-1/+0
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-28/+62
|\ \
| * | ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre2012-03-011-28/+62
| |/
* | Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2012-03-213-0/+12
|\ \
| * | PM / shmobile: Make MTU2 driver use pm_genpd_dev_always_on()Rafael J. Wysocki2012-03-161-0/+4
| * | PM / shmobile: Make CMT driver use pm_genpd_dev_always_on()Rafael J. Wysocki2012-03-161-0/+4
| * | PM / shmobile: Make TMU driver use pm_genpd_dev_always_on()Rafael J. Wysocki2012-03-161-0/+4
| |/
* | cs5535-clockevt: Allow the MFGPT IRQ to be sharedJens Rottmann2012-03-061-1/+1
* | cs5535-clockevt: Don't ignore MFGPT on SMP-capable kernelsJens Rottmann2012-03-061-1/+0
* | clocksource: scx200_hrt: Fix the buildIngo Molnar2012-02-221-3/+1
* | clocksource: Load the ACPI PM clocksource asynchronouslyArjan van de Ven2012-02-011-8/+16
* | clocksource: scx200_hrt: Convert scx200 to use clocksource_register_hzJohn Stultz2012-02-011-13/+7
* | clocksource: dbx500: convert to clocksource_register_hz()Yong Zhang2012-02-011-4/+1
* | clocksource: scx200_hrt: use pr_<level> instead of printkJim Cromie2012-02-011-2/+2
* | clocksource: cyclone: Add missing iounmapJulia Lawall2012-01-261-1/+1
|/
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-061-13/+3
|\
| * ARM: 7261/1: clocksource/ux500-prcmu: fix sched_clock breakageLinus Walleij2012-01-031-13/+3
* | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner2011-12-053-7/+5
|\ \ | |/ |/|
| * clocksource: Convert tcb_clksrc to use clocksource_register_hz/khzJohn Stultz2011-11-211-3/+1
| * time: x86: Replace LATCH with PIT_LATCH in i8253 clocksource driverDeepak Saxena2011-11-211-3/+3
| * time: x86: Remove CLOCK_TICK_RATE from acpi_pm clocksource driverDeepak Saxena2011-11-211-1/+1
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-063-0/+3
|\ \
| * | drivers/clocksource: Add module.h to those who were using it implicitlyPaul Gortmaker2011-10-313-0/+3
* | | Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-013-0/+122
|\ \ \ | |/ / |/| |
| * | clocksource: fixup ux500 build problemsLinus Walleij2011-10-031-2/+4