From: mingo@kernel.org (Ingo Molnar)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL RESEND2] clocksource/clockevents fixes for 3.13
Date: Tue, 10 Dec 2013 20:48:52 +0100 [thread overview]
Message-ID: <20131210194852.GB21814@gmail.com> (raw)
In-Reply-To: <52A767CB.3010501@linaro.org>
* Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> Hi Thomas, Ingo,
>
> here are the fixes for 3.13 based on timers/urgent
>
> * 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
>
> Thanks
> -- Daniel
>
> ----------------------------------------------------------------
>
> The following changes since commit 0e576acbc1d9600cf2d9b4a141a2554639959d50:
>
> nohz: Fix another inconsistency between CONFIG_NO_HZ=n and
> nohz=off (2013-11-29 12:23:03 +0100)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/daniel.lezcano/linux.git clockevents/fixes
>
> for you to fetch changes up to 9ab4727c1d41e50b67aecde4bf11879560a3ca78:
>
> clocksource: dw_apb_timer_of: Fix support for dts binding
> "snps,dw-apb-timer" (2013-12-10 19:49:18 +0100)
>
> ----------------------------------------------------------------
> Axel Lin (1):
> clocksource: time-efm32: Select CLKSRC_MMIO
>
> Dinh Nguyen (2):
> clocksource: dw_apb_timer_of: Fix read_sched_clock
> clocksource: dw_apb_timer_of: Fix support for dts binding
> "snps,dw-apb-timer"
>
> Ezequiel Garcia (1):
> clocksource: armada-370-xp: Register sched_clock after the
> counter reset
>
> Marc Zyngier (1):
> clocksource: sunxi: Stop timer from ticking before enabling
> interrupts
>
> Thierry Reding (1):
> clocksource: clksrc-of: Do not drop unheld reference on device node
>
> drivers/clocksource/Kconfig | 1 +
> drivers/clocksource/clksrc-of.c | 1 -
> drivers/clocksource/dw_apb_timer_of.c | 7 ++++---
> drivers/clocksource/sun4i_timer.c | 3 +++
> drivers/clocksource/time-armada-370-xp.c | 10 +++++-----
> 5 files changed, 13 insertions(+), 9 deletions(-)
Pulled into tip:timers/urgent, thanks a lot Daniel!
Ingo
WARNING: multiple messages have this Message-ID (diff)
From: Ingo Molnar <mingo@kernel.org>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
Axel Lin <axel.lin@ingics.com>, Dinh Nguyen <dinguyen@altera.com>,
Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
Marc Zyngier <Marc.Zyngier@arm.com>,
Thierry Reding <thierry.reding@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [GIT PULL RESEND2] clocksource/clockevents fixes for 3.13
Date: Tue, 10 Dec 2013 20:48:52 +0100 [thread overview]
Message-ID: <20131210194852.GB21814@gmail.com> (raw)
In-Reply-To: <52A767CB.3010501@linaro.org>
* Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> Hi Thomas, Ingo,
>
> here are the fixes for 3.13 based on timers/urgent
>
> * 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
>
> Thanks
> -- Daniel
>
> ----------------------------------------------------------------
>
> The following changes since commit 0e576acbc1d9600cf2d9b4a141a2554639959d50:
>
> nohz: Fix another inconsistency between CONFIG_NO_HZ=n and
> nohz=off (2013-11-29 12:23:03 +0100)
>
> are available in the git repository at:
>
> git://git.linaro.org/people/daniel.lezcano/linux.git clockevents/fixes
>
> for you to fetch changes up to 9ab4727c1d41e50b67aecde4bf11879560a3ca78:
>
> clocksource: dw_apb_timer_of: Fix support for dts binding
> "snps,dw-apb-timer" (2013-12-10 19:49:18 +0100)
>
> ----------------------------------------------------------------
> Axel Lin (1):
> clocksource: time-efm32: Select CLKSRC_MMIO
>
> Dinh Nguyen (2):
> clocksource: dw_apb_timer_of: Fix read_sched_clock
> clocksource: dw_apb_timer_of: Fix support for dts binding
> "snps,dw-apb-timer"
>
> Ezequiel Garcia (1):
> clocksource: armada-370-xp: Register sched_clock after the
> counter reset
>
> Marc Zyngier (1):
> clocksource: sunxi: Stop timer from ticking before enabling
> interrupts
>
> Thierry Reding (1):
> clocksource: clksrc-of: Do not drop unheld reference on device node
>
> drivers/clocksource/Kconfig | 1 +
> drivers/clocksource/clksrc-of.c | 1 -
> drivers/clocksource/dw_apb_timer_of.c | 7 ++++---
> drivers/clocksource/sun4i_timer.c | 3 +++
> drivers/clocksource/time-armada-370-xp.c | 10 +++++-----
> 5 files changed, 13 insertions(+), 9 deletions(-)
Pulled into tip:timers/urgent, thanks a lot Daniel!
Ingo
next prev parent reply other threads:[~2013-12-10 19:48 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-10 19:13 [GIT PULL RESEND2] clocksource/clockevents fixes for 3.13 Daniel Lezcano
2013-12-10 19:13 ` Daniel Lezcano
2013-12-10 19:16 ` [PATCH 1/6] clocksource: time-efm32: Select CLKSRC_MMIO Daniel Lezcano
2013-12-10 19:16 ` Daniel Lezcano
2013-12-10 19:16 ` [PATCH 2/6] clocksource: armada-370-xp: Register sched_clock after the counter reset Daniel Lezcano
2013-12-10 19:16 ` Daniel Lezcano
2013-12-10 19:16 ` [PATCH 3/6] clocksource: clksrc-of: Do not drop unheld reference on device node Daniel Lezcano
2013-12-10 19:16 ` Daniel Lezcano
2013-12-10 19:16 ` [PATCH 4/6] clocksource: sunxi: Stop timer from ticking before enabling interrupts Daniel Lezcano
2013-12-10 19:16 ` Daniel Lezcano
2013-12-10 19:16 ` [PATCH 5/6] clocksource: dw_apb_timer_of: Fix read_sched_clock Daniel Lezcano
2013-12-10 19:16 ` Daniel Lezcano
2013-12-10 19:16 ` [PATCH 6/6] clocksource: dw_apb_timer_of: Fix support for dts binding "snps, dw-apb-timer" Daniel Lezcano
2013-12-10 19:16 ` [PATCH 6/6] clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer" Daniel Lezcano
2013-12-11 5:00 ` [PATCH 6/6] clocksource: dw_apb_timer_of: Fix support for dts binding "snps, dw-apb-timer" Baruch Siach
2013-12-11 5:00 ` Baruch Siach
2013-12-11 14:00 ` Daniel Lezcano
2013-12-11 14:00 ` Daniel Lezcano
2013-12-10 19:48 ` Ingo Molnar [this message]
2013-12-10 19:48 ` [GIT PULL RESEND2] clocksource/clockevents fixes for 3.13 Ingo Molnar
2013-12-11 14:02 ` Daniel Lezcano
2013-12-11 14:02 ` Daniel Lezcano
2013-12-11 14:05 ` Ingo Molnar
2013-12-11 14:05 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131210194852.GB21814@gmail.com \
--to=mingo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.