]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'clockevents/fixes' of git://git.linaro.org/people/daniel.lezcano/linux...
authorIngo Molnar <mingo@kernel.org>
Tue, 10 Dec 2013 19:47:22 +0000 (20:47 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 10 Dec 2013 19:47:22 +0000 (20:47 +0100)
commiteb50721f6befe6dc4883a9c876b23a10f55f35dd
treef6bc77f6bcc06ee5582d6cf586e3dca5167063f3
parent716b2e7052a7f53c26e9298d703a24040558efc5
parentd0f35badf67237219acd0a9de233fee8686d4acc
Merge branch 'clockevents/fixes' of git://git.linaro.org/people/daniel.lezcano/linux into timers/urgent

Pull clockevents/clocksource fixes from Daniel Lezcano:

  * Axel Lin added a missing dependency on CLKSRC_MMIO in the Kconfig
    for the time-efm32

  * Dinh Nguyen fixed read_sched_clock to return the right value and
    added the clksrc-of missing definition for the dw_apb_timer

  * Ezequiel Garcia registered the sched clock after the counter,
    thus preventing time jump in the traces for the armada-370-xp

  * Marc Zyngier stopped the timer before enabling the irq in order
    to prevent it to be fired before the clockevent is registered for
    the sunxi

  * Thierry Reding removed a of_node_put in clksrc-of because the
    reference is not held

Signed-off-by: Ingo Molnar <mingo@kernel.org>