]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commiteccbf5fbb4dbeece1c611a4897a1b3679510b8bf
tree0eb0b14c72dddcaa3a7cb1503be41d0339e3981a
parentfb56d689fb1c8f13d4d7168abf3838657b042885
parentf48729a999ee57b9e831245779e68200dd2bde09
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)