Merge branch 'next/timer' of git://git.linaro.org/people/arnd/arm-soc
* 'next/timer' of git://git.linaro.org/people/arnd/arm-soc: clocksource: fixup ux500 build problems ARM: omap: use __devexit_p in dmtimer driver ARM: ux500: Reprogram timers upon resume ARM: plat-nomadik: timer: Export reset functions ARM: plat-nomadik: timer: Add support for periodic timers ARM: ux500: Move timer code to separate file ARM: ux500: add support for clocksource DBX500 PRCMU clocksource: add DBX500 PRCMU Timer support ARM: plat-nomadik: MTU sched_clock as an option ARM: OMAP: dmtimer: add error handling to export APIs ARM: OMAP: dmtimer: low-power mode support ARM: OMAP: dmtimer: skip reserved timers ARM: OMAP: dmtimer: pm_runtime support ARM: OMAP: dmtimer: switch-over to platform device driver ARM: OMAP: dmtimer: platform driver ARM: OMAP2+: dmtimer: convert to platform devices ARM: OMAP1: dmtimer: conversion to platform devices ARM: OMAP2+: dmtimer: add device names to flck nodes ARM: OMAP: Add support for dmtimer v2 ip
No related branches found
No related tags found
Showing
- arch/arm/mach-omap1/Makefile 1 addition, 1 deletionarch/arm/mach-omap1/Makefile
- arch/arm/mach-omap1/timer.c 173 additions, 0 deletionsarch/arm/mach-omap1/timer.c
- arch/arm/mach-omap2/clock2420_data.c 48 additions, 0 deletionsarch/arm/mach-omap2/clock2420_data.c
- arch/arm/mach-omap2/clock2430_data.c 48 additions, 0 deletionsarch/arm/mach-omap2/clock2430_data.c
- arch/arm/mach-omap2/clock3xxx_data.c 36 additions, 0 deletionsarch/arm/mach-omap2/clock3xxx_data.c
- arch/arm/mach-omap2/clock44xx_data.c 33 additions, 0 deletionsarch/arm/mach-omap2/clock44xx_data.c
- arch/arm/mach-omap2/omap_hwmod_2420_data.c 22 additions, 0 deletionsarch/arm/mach-omap2/omap_hwmod_2420_data.c
- arch/arm/mach-omap2/omap_hwmod_2430_data.c 22 additions, 0 deletionsarch/arm/mach-omap2/omap_hwmod_2430_data.c
- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c 27 additions, 0 deletionsarch/arm/mach-omap2/omap_hwmod_3xxx_data.c
- arch/arm/mach-omap2/omap_hwmod_44xx_data.c 22 additions, 0 deletionsarch/arm/mach-omap2/omap_hwmod_44xx_data.c
- arch/arm/mach-omap2/timer.c 182 additions, 12 deletionsarch/arm/mach-omap2/timer.c
- arch/arm/mach-ux500/Makefile 1 addition, 1 deletionarch/arm/mach-ux500/Makefile
- arch/arm/mach-ux500/cpu.c 1 addition, 28 deletionsarch/arm/mach-ux500/cpu.c
- arch/arm/mach-ux500/include/mach/db5500-regs.h 2 additions, 0 deletionsarch/arm/mach-ux500/include/mach/db5500-regs.h
- arch/arm/mach-ux500/include/mach/db8500-regs.h 3 additions, 0 deletionsarch/arm/mach-ux500/include/mach/db8500-regs.h
- arch/arm/mach-ux500/timer.c 68 additions, 0 deletionsarch/arm/mach-ux500/timer.c
- arch/arm/plat-nomadik/Kconfig 7 additions, 1 deletionarch/arm/plat-nomadik/Kconfig
- arch/arm/plat-nomadik/include/plat/mtu.h 2 additions, 45 deletionsarch/arm/plat-nomadik/include/plat/mtu.h
- arch/arm/plat-nomadik/timer.c 107 additions, 31 deletionsarch/arm/plat-nomadik/timer.c
- arch/arm/plat-omap/dmtimer.c 411 additions, 302 deletionsarch/arm/plat-omap/dmtimer.c
Loading
Please register or sign in to comment