linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PULL] : clockevents for 4.4
@ 2015-10-19 20:57 Daniel Lezcano
  2015-10-19 20:59 ` [PATCH 1/9] clockevents/drivers/mtk: Fix spurious interrupt leading to crash Daniel Lezcano
  0 siblings, 1 reply; 12+ messages in thread
From: Daniel Lezcano @ 2015-10-19 20:57 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Linux Kernel Mailing List, Ingo Molnar

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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-10-22 19:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-19 20:57 [PULL] : clockevents for 4.4 Daniel Lezcano
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).