summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-02-261-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-214-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
| | |/ | |/|
* | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-0/+11
|\ \ \
| * \ \ Merge branch 'depends/cleanup' into next/driversOlof Johansson2013-01-2815-68/+266
| |\ \ \ | | | |/ | | |/|
| * | | clocksource: nomadik-mtu: support timer-based delayFabio Baltieri2013-01-071-0/+11
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-2111-53/+535
|\ \ \ \
| * \ \ \ Merge tag 'tegra-for-3.9-cleanup' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2013-02-052-0/+282
| |\ \ \ \
| | * | | | clocksource: tegra: cosmetic: Fix error messageHiroshi Doyu2013-01-281-1/+1
| | * | | | ARM: tegra: move timer.c to drivers/clocksource/Stephen Warren2013-01-282-0/+286
| | * | | | Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into for-3.9/cleanupStephen Warren2013-01-287-28/+62
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'bcm2835-for-3.9-cleanup' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-01-291-2/+3
| |\ \ \ \ \
| | * | | | | ARM: bcm2835: make use of CLKSRC_OFStephen Warren2013-01-141-2/+3
| | * | | | | Merge remote-tracking branch 'korg_arm-soc/timer/cleanup' into cleanupStephen Warren2013-01-147-28/+62
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| * | | | | Merge branch 'vt8500/timer' into next/cleanupOlof Johansson2013-01-151-1/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | timer: vt8500: Convert vt8500 to use CLKSRC_OFTony Prisk2013-01-151-1/+2
| * | | | | Merge tag 'vt8500/timer' of git://server.prisktech.co.nz/git/linuxwmt into ne...Olof Johansson2013-01-143-0/+183
| |\| | | |
| | * | | | timer: vt8500: Move timer code to drivers/clocksourceTony Prisk2013-01-143-0/+188
| | | |/ / | | |/| |
| * | | | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-148-40/+21
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | clocksource: use clockevents_config_and_register() where possibleShawn Guo2013-01-143-24/+5
| | |/ /
| * | | clocksource: add common of_clksrc_init() functionStephen Warren2013-01-023-0/+39
| * | | ARM: delete struct sys_timerStephen Warren2012-12-243-15/+3
| * | | ARM: ux500: convert timer suspend/resume to clock_event_deviceStephen Warren2012-12-241-13/+20
| | |/ | |/|
* | | clk: sunxi: Use common of_clk_init() functionPrashant Gaikwad2013-01-241-2/+2
| |/ |/|
* | Drivers: clocksource: remove __dev* attributes.Greg Kroah-Hartman2013-01-035-16/+16
|/
* Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-141-5/+6
|\
| * clocksource: convert time-armada-370-xp to clk frameworkGregory CLEMENT2012-11-201-5/+6
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-12-133-1/+247
|\ \
| * | clocksource/mtu-nomadik: use apb_pclkUlf Hansson2012-11-161-1/+7
| * | ARM: plat-nomadik: move MTU, kill plat-nomadikLinus Walleij2012-11-053-1/+241
| |/
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-123-0/+175
|\ \
| * | clocksource: sunxi_timer: Add terminating entry for sunxi_timer_dt_idsAxel Lin2012-12-031-0/+1
| * | clocksource: sunxi: Add Allwinner A1X Timer DriverMaxime Ripard2012-11-163-0/+174
| |/
* | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-121-1/+1
|\ \
| * | arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2012-12-051-1/+1
| |/
* | time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz2012-11-131-1/+1
* | clocksource: arm_generic: use this_cpu_ptr per-cpu helperShan Wei2012-11-131-1/+1
* | clocksource: arm_generic: use integer math helpersLinus Walleij2012-11-131-2/+2
* | clocksource: clean up parse_pmtmr()Dan Carpenter2012-11-131-9/+8
|/
* 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