]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'clockevents/4.15' of https://git.linaro.org/people/daniel.lezcano/linux...
authorThomas Gleixner <tglx@linutronix.de>
Tue, 31 Oct 2017 23:11:16 +0000 (00:11 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 31 Oct 2017 23:11:16 +0000 (00:11 +0100)
commit730aef3058dd1db1b365e9b17f3d5a227e2cd949
tree0eb0b14c72dddcaa3a7cb1503be41d0339e3981a
parent2a3c06fd1cf8f21bb0f68c6c4855f36f5d8fe7fa
parent6152568d4928919c0653adfdc4669729748c68b1
Merge branch 'clockevents/4.15' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

Pull clockevent updates from Daniel Lezcano:

 - Improve the generic clockevents dependency by factoring out the option
   in the Kconfig menu option (Arnd Bergmann)

 - Add missing "\n" in pr_err messages for fttmr010, owl and rockchip
   (Arvind Yadav)

 - Add missing timer_of_exit function to rollback timer_of_init (Benjamin
   Gaignard)

 - Fix path and add bindings to timers (Daniel Lezcano)

 - Cleanup and remove support for renesas,cmt-32* (Geert Uytterhoeven)

 - Add support for separate R-Car Gen2 (Magnus Damm)

 - Fix DEFINE_PER_CPU length definition to prevent warning at expansion
   time for the arm_arch_timer (Mark Rutland)

 - Remove pointless irq_save,restore in an already irq-disabled callback
   and add a shortcut optimization for the local cpu on mips-gic-timer
   (Matt Redfearn)