]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'timers-v5.5-rc6' of https://git.linaro.org/people/daniel.lezcano/linux...
authorThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jan 2020 21:24:54 +0000 (22:24 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 16 Jan 2020 21:24:54 +0000 (22:24 +0100)
commitfc5af8ab6352e0fa53b300c31e0fd5276d25b9b2
treedec6683f2ae27772f133d35358d808a31a3067ac
parentad36ac02aaf661a002c6e8389bff08dd87dd0aff
parentf51a02477c2c0c74f7a4eb3446f14079ab49c960
Merge tag 'timers-v5.5-rc6' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

Pull clocksource/events driver updates from Daniel Lezcano

  - Add suspend/resume for Hyper-V clocksource (Dexuan Cui)

  - Fix Kconfig indentation (Krzysztof Kozlowski)

  - Add SoC specific bindings for RZ/G2N (r8a774b1) (Biju Das)

  - Add Microchip PIT64B support (Claudiu Beznea)

  - Convert the cadence ttc driver to a platform driver to initialize
    later (Rajan Vaja)

  - Fix a memory leak when the initialization fails on bcm2835 (Colin
    Ian King)

  - Use the combo devm_platform_ioremap_resource() function for em-sti,
    ti-dm and switch to platform_get_irq (Yangtao Li)

  - Fix Exynos naming in the driver (Krzysztof Kozlowski)

  - Fix an uninitialized pointer access in ti-dm timer (Tony Lindgren)

  - Fix a sparse warning in microchip-pit64b (Claudiu Beznea)

  - Code reorg without functional changes for Hyper-V clocksource
    (Andrea Parri)

  - Decrease the Hyper-V clocksource rating in order to let the stable
    TSC to be selected instead (Andrea Parri)