summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-01-242-18/+9Star
|\
| * Merge tag 'renesas-dt3-for-v3.14' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2014-01-041-4/+16
| |\
| | * Merge tag 'v3.13-rc3' into dt3-baseSimon Horman2013-12-193-5/+32
| | |\
| * | \ Merge branch 'tegra/dma-reset-rework' into next/dtOlof Johansson2013-12-263-5/+32
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'samsung-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Olof Johansson2013-12-221-0/+4
| |\ \ \
| | * | | clocksource: mct: extend mct to support 8 local interrupts for Exynos5420Chander Kashyap2013-12-151-0/+4
| * | | | clksrc: delete nomadik MTU non-DT boot pathLinus Walleij2013-11-261-18/+5Star
| |/ / /
* | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2014-01-241-1/+1
|\ \ \ \
| * | | | rename ARCH_BCM to ARCH_BCM_MOBILE (clocksource)Christian Daudt2013-12-131-1/+1
| | |/ / | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-2019-47/+248
|\ \ \ \
| * | | | clocksource: Timer-sun5i: Switch to sched_clock_register()Stephen Boyd2014-01-191-2/+2
| * | | | Merge branch 'clockevents/3.14' of git://git.linaro.org/people/daniel.lezcano...Ingo Molnar2014-01-1419-47/+248
| |\ \ \ \
| | * \ \ \ Merge branch 'clockevents/for-Simon-3.13-rc2' into clockevents/3.14Daniel Lezcano2013-12-181-4/+16
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | clocksource: sh_cmt: Add clk_prepare/unprepare supportLaurent Pinchart2013-12-181-4/+16
| | | | |/ | | | |/|
| | * | | clocksource: bcm_kona_timer: Remove unused bcm_timer_idsAxel Lin2013-12-111-6/+0Star
| | * | | clocksource: vt8500: Remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-111-1/+1
| | * | | clocksource: tegra: Remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-111-1/+1
| | * | | clocksource: misc drivers: Remove deprecated IRQF_DISABLEDMichael Opdenacker2013-12-118-13/+8Star
| | * | | clocksource: sh_mtu2: Remove unnecessary platform_set_drvdata()Jingoo Han2013-12-111-1/+0Star
| | * | | clocksource: sh_tmu: Remove unnecessary platform_set_drvdata()Jingoo Han2013-12-111-1/+0Star
| | * | | clocksource: armada-370-xp: Enable timer divider only when neededEzequiel Garcia2013-12-111-9/+9
| | * | | clocksource: clksrc-of: Warn if no clock sources are foundLinus Walleij2013-12-111-0/+4
| | * | | clocksource: orion: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
| | * | | clocksource: sun4i: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
| | * | | clocksource: cadence_ttc_timer: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
| | * | | clocksource: arm_global_timer: Switch to sched_clock_register()Stephen Boyd2013-12-111-2/+2
| | * | | clocksource: Add Allwinner SoCs HS timers driverMaxime Ripard2013-12-113-0/+197
| | * | | clocksource: sun4i: Increase a bit the clock event and sources ratingMaxime Ripard2013-12-111-2/+2
| | * | | clocksource: sun4i: Change CPU mask to cpu_possible_maskMaxime Ripard2013-12-111-1/+1
| | * | | clockevent: sun4i: Fill the irq field in the clockevent structureMaxime Ripard2013-12-111-0/+1
| | |/ /
* | / / clocksource: cadence_ttc: Fix mutex taken inside interrupt contextSoren Brinkmann2013-12-301-8/+13
|/ / /
* | | clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer"Dinh Nguyen2013-12-101-2/+3
* | | clocksource: dw_apb_timer_of: Fix read_sched_clockDinh Nguyen2013-12-101-1/+1
* | | clocksource: sunxi: Stop timer from ticking before enabling interruptsMarc Zyngier2013-12-101-0/+3
* | | clocksource: clksrc-of: Do not drop unheld reference on device nodeThierry Reding2013-12-101-1/+0Star
* | | clocksource: armada-370-xp: Register sched_clock after the counter resetEzequiel Garcia2013-12-101-5/+5
* | | clocksource: time-efm32: Select CLKSRC_MMIOAxel Lin2013-12-101-0/+1
| |/ |/|
* | clocksource: arm_arch_timer: Hide eventstream Kconfig on non-ARMStephen Boyd2013-11-211-0/+1
* | clocksource: sh_tmu: Add clk_prepare/unprepare supportLaurent Pinchart2013-11-201-1/+8
* | clocksource: sh_tmu: Release clock when sh_tmu_register() failsLaurent Pinchart2013-11-201-3/+10
* | clocksource: sh_mtu2: Add clk_prepare/unprepare supportLaurent Pinchart2013-11-201-2/+7
* | clocksource: sh_mtu2: Release clock when sh_mtu2_register() failsLaurent Pinchart2013-11-201-2/+9
|/
* clocksource: sun4i: remove IRQF_DISABLEDMaxime Ripard2013-10-221-1/+1
* clocksource: sun4i: Report the minimum tick that we can programMaxime Ripard2013-10-221-4/+6
* clocksource: sun4i: Select CLKSRC_MMIOMaxime Ripard2013-10-221-0/+1
* clocksource: Provide timekeeping for efm32 SoCsUwe Kleine-König2013-10-223-0/+284
* clocksource: em_sti: convert to clk_prepare/unprepareShinya Kuribayashi2013-10-221-2/+2
* clocksource: arch_timer: Do not register arch_sys_counter twiceThierry Reding2013-10-161-9/+3Star
* Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux...Ingo Molnar2013-10-101-0/+10
|\
| * arch_timer: Move to generic sched_clock frameworkStephen Boyd2013-10-101-0/+10