From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Ingo Molnar <mingo@kernel.org>
Subject: [PULL] : clockevents for 4.4
Date: Mon, 19 Oct 2015 22:57:39 +0200 [thread overview]
Message-ID: <56255943.6060807@linaro.org> (raw)
Hi Thomas,
this pull request has the following contents:
- Removed unneeded memset in em_sti, sh_cmt and h8300 because there
are already zeroed by a kzalloc (Alexey Klimov)
- Optimized code by replacing this_cpu_ptr by container_of on the
exynos_mct (Alexey Klimov)
- Got immune from a spurious interrupt when enabling the mtk_timer
(Daniel Lezcano)
- Used the dynamic irq affinity to optimize wakeup and useless IPI
timer on the imx timer (Lucas Stach)
- Added new timer for Tango SoCs (Marc Gonzalez)
- Implemented the timer delay for armada-370-xp (Russell King)
- Used GPT as clock source (Yingjoe Chen)
Thanks !
-- Daniel
The following changes since commit c8d75aa47dd585c9538a8205e9bb9847e12cfb84:
posix_cpu_timer: Reduce unnecessary sighand lock contention
(2015-10-15 11:23:41 +0200)
are available in the git repository at:
http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.4
for you to fetch changes up to cb0f2538039c65f2bb64a9d427dbe9dd7d0f71a6:
clocksource/drivers/armada-370-xp: Implement ARM delay timer
(2015-10-19 22:42:14 +0200)
----------------------------------------------------------------
Alexey Klimov (4):
clocksource/drivers/em_sti: Remove unneeded memset()s
clocksource/drivers/sh_cmt: Remove unneeded memset() in
sh_cmt_setup()
clocksource/drivers/h8300_*: Remove unneeded memset()s
clocksource/drivers/exynos_mct: Use container_of() instead of
this_cpu_ptr()
Daniel Lezcano (1):
clockevents/drivers/mtk: Fix spurious interrupt leading to crash
Lucas Stach (1):
clocksource/drivers/imx: Allow timer irq affinity change
Marc Gonzalez (1):
clocksource/drivers/tango_xtal: Add new timer for Tango SoCs
Russell King (1):
clocksource/drivers/armada-370-xp: Implement ARM delay timer
Yingjoe Chen (1):
clocksource/drivers/mediatek: Use GPT as sched clock source
drivers/clocksource/Kconfig | 4 ++
drivers/clocksource/Makefile | 1 +
drivers/clocksource/em_sti.c | 2 -
drivers/clocksource/exynos_mct.c | 12 ++++--
drivers/clocksource/h8300_timer16.c | 1 -
drivers/clocksource/h8300_timer8.c | 1 -
drivers/clocksource/h8300_tpu.c | 1 -
drivers/clocksource/mtk_timer.c | 26 ++++++++-----
drivers/clocksource/sh_cmt.c | 1 -
drivers/clocksource/tango_xtal.c | 66
++++++++++++++++++++++++++++++++
drivers/clocksource/time-armada-370-xp.c | 14 +++++++
drivers/clocksource/timer-imx-gpt.c | 3 +-
12 files changed, 111 insertions(+), 21 deletions(-)
create mode 100644 drivers/clocksource/tango_xtal.c
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
next reply other threads:[~2015-10-19 20:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-19 20:57 Daniel Lezcano [this message]
2015-10-19 20:59 ` [PATCH 1/9] clockevents/drivers/mtk: Fix spurious interrupt leading to crash Daniel Lezcano
2015-10-19 20:59 ` [PATCH 2/9] clocksource/drivers/mediatek: Use GPT as sched clock source Daniel Lezcano
2015-10-19 20:59 ` [PATCH 3/9] clocksource/drivers/em_sti: Remove unneeded memset()s Daniel Lezcano
2015-10-19 20:59 ` [PATCH 4/9] clocksource/drivers/sh_cmt: Remove unneeded memset() in sh_cmt_setup() Daniel Lezcano
2015-10-19 20:59 ` [PATCH 5/9] clocksource/drivers/h8300_*: Remove unneeded memset()s Daniel Lezcano
2015-10-20 4:44 ` Yoshinori Sato
2015-10-19 20:59 ` [PATCH 6/9] clocksource/drivers/exynos_mct: Use container_of() instead of this_cpu_ptr() Daniel Lezcano
2015-10-19 20:59 ` [PATCH 7/9] clocksource/drivers/imx: Allow timer irq affinity change Daniel Lezcano
2015-10-19 20:59 ` [PATCH 8/9] clocksource/drivers/tango_xtal: Add new timer for Tango SoCs Daniel Lezcano
2015-10-19 20:59 ` [PATCH 9/9] clocksource/drivers/armada-370-xp: Implement ARM delay timer Daniel Lezcano
2015-10-22 19:50 ` [PATCH 1/9] clockevents/drivers/mtk: Fix spurious interrupt leading to crash Matthias Brugger
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=56255943.6060807@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome