summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | clocksource: sh_tmu: Set initcall level to subsysSimon Horman2013-03-121-1/+1
| * | | | | clocksource: sh_cmt: Set initcall level to subsysSimon Horman2013-03-121-1/+1
| * | | | | clocksource: sh_cmt: Add CMT register layout commentMagnus Damm2013-03-121-0/+15
| * | | | | clocksource: sh_cmt: Add control register callbacksMagnus Damm2013-03-121-4/+12
| * | | | | clocksource: sh_cmt: CMCNT and CMCOR register access updateMagnus Damm2013-03-121-36/+26
| * | | | | clocksource: sh_cmt: CMSTR and CMCSR register access updateMagnus Damm2013-03-121-36/+30
| * | | | | clocksource: sh_cmt: Consolidate platform_set_drvdata() callMagnus Damm2013-03-121-3/+2
| * | | | | clocksource: sh_cmt: Introduce per-register functionsMagnus Damm2013-03-121-16/+55
| * | | | | clocksource: sh_cmt: Initialize 'max_match_value' and 'lock' in sh_cmt_setup()Magnus Damm2013-03-121-8/+8
| * | | | | clocksource: sh_cmt: Take care of clk_put() when setup_irq() failsMagnus Damm2013-03-121-2/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-025-5/+518
|\ \ \ \ \
| * | | | | clocksource: nomadik-mtu: fix up clocksource/timerLinus Walleij2013-04-271-2/+2
| * | | | | Merge branch 'tegra/soc' into next/multiplatformArnd Bergmann2013-04-091-2/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'mxs/cleanup' into next/multiplatformArnd Bergmann2013-04-092-0/+305
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'ux500-multiplatform-asoc' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2013-04-091-3/+0
| |\ \ \ \ \ \
| | * | | | | | ARM: ux500: make remaining headers localArnd Bergmann2013-04-081-2/+0
| | * | | | | | ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij2013-04-081-1/+0
| | | |_|/ / / | | |/| | | |
| * | | | | | ARM: sirf: use clocksource_of infrastructureArnd Bergmann2013-03-253-0/+516
| * | | | | | clocksource: make CLOCKSOURCE_OF_DECLARE type safeArnd Bergmann2013-03-192-2/+3
* | | | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-028-129/+382
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'sunxi-cleanup-for-3.10' of git://github.com/mripard/linux into nex...Olof Johansson2013-04-115-57/+46
| |\ \ \ \ \ \ \
| | * | | | | | | clocksource: sunxi: Rename sunxi to sun4iMaxime Ripard2013-04-083-19/+19
| | * | | | | | | clocksource: sunxi: make use of CLKSRC_OFMaxime Ripard2013-04-081-15/+3
| | * | | | | | | clocksource: sunxi: Cleanup the timer codeMaxime Ripard2013-04-081-24/+24
| | * | | | | | | Merge remote-tracking branch 'clk/clk-for-3.10' into sunxi/core-for-3.10Maxime Ripard2013-04-081-2/+2
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | clocksource: make CLOCKSOURCE_OF_DECLARE type safeArnd Bergmann2013-03-282-2/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'depends/clk-for-3.10' into next/cleanupOlof Johansson2013-04-111-2/+2
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'mxs-cleanup-3.10' of git://git.linaro.org/people/shawnguo/linux-2....Arnd Bergmann2013-04-092-0/+305
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | clocksource: mxs_timer: Add semicolon at end of lineFabio Estevam2013-04-031-1/+1
| | * | | | | ARM: mxs: move timer driver into drivers/clocksourceShawn Guo2013-04-012-0/+305
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'tegra-for-3.10-cleanup' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2013-04-091-2/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | clocksource: tegra: move to of_clk_getPeter De Schrijver2013-03-111-2/+2
| | | |/ | | |/|
| * | | ARM: smp_twd: convert to use CLKSRC_OF initRob Herring2013-03-111-3/+0
| * | | clocksource: tegra20: use the device_node pointer passed to initRob Herring2013-03-111-41/+26
| * | | clocksource: pass DT node pointer to init functionsRob Herring2013-03-114-28/+5
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-0/+212
|\ \ \ | |_|/ |/| |
| * | ARM: bcm281xx: Add timer driver (driver portion)Christian Daudt2013-03-282-0/+212
| |/
* / clk: arm: sunxi: Add a new clock driver for sunxi SOCsEmilio López2013-03-271-2/+2
|/
* Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-033-0/+204
|\
| * metag: Time keepingJames Hogan2013-03-023-0/+204
* | Merge tag 'late-mvebu-rebased' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-03-011-38/+112
|\ \
| * | clocksource: time-armada-370-xp: add local timer supportGregory CLEMENT2013-02-281-38/+112
| * | Merge branch 'timer/cleanup' into late/mvebu2Arnd Bergmann2013-02-287-28/+62
| |\ \ | | |/ | |/|
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-02-271-0/+1
|\ \ \
| * | | clocksource : Nomadik-mtu : fix missing irq initializationDaniel Lezcano2013-02-221-0/+1
| |/ /
* | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-224-237/+394
|\ \ \
| * \ \ Merge branch 'depends/cleanup' into next/virtOlof Johansson2013-02-1110-52/+250
| |\ \ \
| * | | | ARM: arch_timers: switch to physical timers if HYP mode is availableMarc Zyngier2013-01-311-1/+6
| * | | | arm64: move from arm_generic to arm_arch_timerMark Rutland2013-01-314-238/+1
| * | | | arm: arch_timer: move core to drivers/clocksourceMark Rutland2013-01-313-0/+389
| | |/ / | |/| |