Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 16 Feb 2015 23:26:10 +0000 (15:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 16 Feb 2015 23:26:10 +0000 (15:26 -0800)
Pull clocksource updates from Ingo Molnar:
 "The main change in this tree is the addition of various new SoC
  clocksource/clockevents drivers: Conexant Digicolor SoCs, rockchip
  rk3288 board, asm9260 for MIPS and versatile AB/PB boards"

* 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  dts: versatile: Add sysregs node
  clocksource: versatile: Adapt for Versatile AB and PB boards
  dt/bindings: Add binding for Versatile system registers
  clocksource: Driver for Conexant Digicolor SoC timer
  clocksource: devicetree: Document Conexant Digicolor timer binding
  clockevents: rockchip: Add rockchip timer for rk3288
  ARM: clocksource: Add asm9260_timer driver
  clocksource: marco: Rename marco to atlas7
  clocksource: sirf: Remove unused variable

1  2 
MAINTAINERS
drivers/clocksource/Kconfig
drivers/clocksource/Makefile

diff --cc MAINTAINERS
Simple merge
@@@ -229,11 -236,14 +236,21 @@@ config CLKSRC_MIPS_GI
        depends on MIPS_GIC
        select CLKSRC_OF
  
 +config CLKSRC_PXA
 +      def_bool y if ARCH_PXA || ARCH_SA1100
 +      select CLKSRC_OF if USE_OF
 +      help
 +        This enables OST0 support available on PXA and SA-11x0
 +        platforms.
 +
+ config ASM9260_TIMER
+       bool "Alphascale ASM9260 timer driver"
+       depends on GENERIC_CLOCKEVENTS
+       select CLKSRC_MMIO
+       select CLKSRC_OF
+       default y if MACH_ASM9260
+       help
+         This enables build of a clocksource and clockevent driver for
+         the 32-bit System Timer hardware available on a Alphascale ASM9260.
  endmenu
@@@ -18,10 -20,10 +20,10 @@@ obj-$(CONFIG_ARMADA_370_XP_TIMER)  += ti
  obj-$(CONFIG_ORION_TIMER)     += time-orion.o
  obj-$(CONFIG_ARCH_BCM2835)    += bcm2835_timer.o
  obj-$(CONFIG_ARCH_CLPS711X)   += clps711x-timer.o
- obj-$(CONFIG_ARCH_MARCO)      += timer-marco.o
+ obj-$(CONFIG_ARCH_ATLAS7)     += timer-atlas7.o
  obj-$(CONFIG_ARCH_MOXART)     += moxart_timer.o
  obj-$(CONFIG_ARCH_MXS)                += mxs_timer.o
 -obj-$(CONFIG_ARCH_PXA)                += pxa_timer.o
 +obj-$(CONFIG_CLKSRC_PXA)      += pxa_timer.o
  obj-$(CONFIG_ARCH_PRIMA2)     += timer-prima2.o
  obj-$(CONFIG_ARCH_U300)               += timer-u300.o
  obj-$(CONFIG_SUN4I_TIMER)     += sun4i_timer.o