]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers-v5.4' of https://git.linaro.org/people/daniel.lezcano/linux into...
authorThomas Gleixner <tglx@linutronix.de>
Mon, 26 Aug 2019 22:42:06 +0000 (00:42 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 26 Aug 2019 22:42:06 +0000 (00:42 +0200)
commitd9b47e6edf3d02d313e76114fb3f4b9113208c76
treed0a75c7b442c34c5b45fb57fc1237a8ed3935748
parent0481f21e80fa2994fdff4be3f6f628fbfd3437d2
parent518c94da49a6d3d5de60a5a9f0aea1d6ba79a9d6
Merge tag 'timers-v5.4' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

Pull clocksource/events updates from Daniel Lezcano:

 - Remove dev_err() when used with platform_get_irq (Stephen Boyd)

 - Add DT binding and new compatible for Allwinner sun4i (Maxime Ripard)

 - Register the Atmel tcb clocksource for delays (Alexandre Belloni)

 - Add a clock divider for the Freescale imx platforms and new timer node
   in the DT (Anson Huang)

 - Use DIV_ROUND_CLOSEST macro for the Renesas OSTM (Geert Uytterhoeven)

 - Fix GENMASK and timer operation for the npcm timer (Avi Fishman)

 - Fix timer-of showing an error message when EPROBE_DEFER is
   returned (Jon Hunter)

 - Add new SoC DT binding and match for Renesas timers (Magnus Damm)