aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-19clocksource: make CLOCKSOURCE_OF_DECLARE type safeArnd Bergmann2-2/+3
2013-03-13clocksource: sh_mtu2: Set initcall level to subsysSimon Horman1-1/+1
2013-03-13clocksource: em_sti: Set initcall level to subsysSimon Horman1-1/+12
2013-03-13clocksource: sh_tmu: Set initcall level to subsysSimon Horman1-1/+1
2013-03-13clocksource: sh_cmt: Set initcall level to subsysSimon Horman1-1/+1
2013-03-13clocksource: sh_cmt: Add CMT register layout commentMagnus Damm1-0/+15
2013-03-13clocksource: sh_cmt: Add control register callbacksMagnus Damm1-4/+12
2013-03-13clocksource: sh_cmt: CMCNT and CMCOR register access updateMagnus Damm1-36/+26
2013-03-13clocksource: sh_cmt: CMSTR and CMCSR register access updateMagnus Damm1-36/+30
2013-03-13clocksource: sh_cmt: Consolidate platform_set_drvdata() callMagnus Damm1-3/+2
2013-03-13clocksource: sh_cmt: Introduce per-register functionsMagnus Damm1-16/+55
2013-03-13clocksource: sh_cmt: Initialize 'max_match_value' and 'lock' in sh_cmt_setup()Magnus Damm1-8/+8
2013-03-13clocksource: sh_cmt: Take care of clk_put() when setup_irq() failsMagnus Damm1-2/+4
2013-03-11clocksource: tegra: move to of_clk_getPeter De Schrijver1-2/+2
2013-03-11ARM: smp_twd: convert to use CLKSRC_OF initRob Herring1-3/+0
2013-03-11clocksource: tegra20: use the device_node pointer passed to initRob Herring1-41/+26
2013-03-11clocksource: pass DT node pointer to init functionsRob Herring4-28/+5
2013-03-09ARM: EXYNOS: move mct driver to drivers/clocksourceThomas Abraham3-0/+556
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds3-0/+204
2013-03-02metag: Time keepingJames Hogan3-0/+204
2013-02-28Merge tag 'late-mvebu-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-38/+112
2013-02-28clocksource: time-armada-370-xp: add local timer supportGregory CLEMENT1-38/+112
2013-02-28Merge branch 'timer/cleanup' into late/mvebu2Arnd Bergmann7-28/+62
2013-02-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-02-22clocksource : Nomadik-mtu : fix missing irq initializationDaniel Lezcano1-0/+1
2013-02-21Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-237/+394
2013-02-21Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+11
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-53/+535
2013-02-11Merge branch 'depends/cleanup' into next/virtOlof Johansson10-52/+250
2013-02-05Merge tag 'tegra-for-3.9-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/cleanupOlof Johansson2-0/+282
2013-01-31ARM: arch_timers: switch to physical timers if HYP mode is availableMarc Zyngier1-1/+6
2013-01-31arm64: move from arm_generic to arm_arch_timerMark Rutland4-238/+1
2013-01-31arm: arch_timer: move core to drivers/clocksourceMark Rutland3-0/+389
2013-01-29Merge tag 'bcm2835-for-3.9-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi into next/cleanupOlof Johansson1-2/+3
2013-01-28Merge branch 'depends/cleanup' into next/driversOlof Johansson15-68/+266
2013-01-28clocksource: tegra: cosmetic: Fix error messageHiroshi Doyu1-1/+1
2013-01-28ARM: tegra: move timer.c to drivers/clocksource/Stephen Warren2-0/+286
2013-01-28Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into for-3.9/cleanupStephen Warren7-28/+62
2013-01-24clk: sunxi: Use common of_clk_init() functionPrashant Gaikwad1-2/+2
2013-01-15Merge branch 'vt8500/timer' into next/cleanupOlof Johansson1-1/+2
2013-01-15timer: vt8500: Convert vt8500 to use CLKSRC_OFTony Prisk1-1/+2
2013-01-14ARM: bcm2835: make use of CLKSRC_OFStephen Warren1-2/+3
2013-01-14Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into cleanupStephen Warren7-28/+62
2013-01-14Merge tag 'vt8500/timer' of git://server.prisktech.co.nz/git/linuxwmt into next/cleanupOlof Johansson3-0/+183
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson8-40/+21
2013-01-14clocksource: use clockevents_config_and_register() where possibleShawn Guo3-24/+5
2013-01-14timer: vt8500: Move timer code to drivers/clocksourceTony Prisk3-0/+188
2013-01-07clocksource: nomadik-mtu: support timer-based delayFabio Baltieri1-0/+11
2013-01-03Drivers: clocksource: remove __dev* attributes.Greg Kroah-Hartman5-16/+16
2013-01-02clocksource: add common of_clksrc_init() functionStephen Warren3-0/+39