]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge branch 'clockevents/4.4' of http://git.linaro.org/people/daniel.lezcano/linux...
authorThomas Gleixner <tglx@linutronix.de>
Tue, 20 Oct 2015 10:37:45 +0000 (12:37 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 20 Oct 2015 10:37:45 +0000 (12:37 +0200)
commit3bc2159faf897bab51e4f1144b525d21823832a6
tree97e28296005957f4ae15b83ae0d5998ebb9f4dcf
parentb2c280bdd6ea31be66c9b6a666e71daa49beef75
parentcb0f2538039c65f2bb64a9d427dbe9dd7d0f71a6
Merge branch 'clockevents/4.4' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core

clockevent updates from Daniel Lezcano:

 - Remove unneeded memset in em_sti, sh_cmt and h8300 because there are already
   zeroed by a kzalloc (Alexey Klimov)

 - Optimize code by replacing this_cpu_ptr by container_of on the exynos_mct (Alexey
   Klimov)

 - Get immune from a spurious interrupt when enabling the mtk_timer (Daniel Lezcano)

 - Use the dynamic irq affinity to optimize wakeup and useless IPI timer on the imx
   timer (Lucas Stach)

 - Add new timer for Tango SoCs (Marc Gonzalez)

 - Implement the timer delay for armada-370-xp (Russell King)

 - Use GPT as clock source (Yingjoe Chen)