From: Thomas Gleixner Date: Fri, 27 Oct 2023 18:18:34 +0000 (+0200) Subject: Merge tag 'timers-v6.7-rc1' of https://git.linaro.org/people/daniel.lezcano/linux... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f4febfdbb45ad2322a508d3d650b3af7c8286cb2;p=linux.git Merge tag 'timers-v6.7-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core Pull timer driver updates from Daniel Lezcano: - Fix DT bindings typos, readability and wrong information about underflow and overflow interrupts for the RZ/G2L MTU3a driver (Biju Das) - Fix a memory leak in the error path when probing the i.MX GPT timer (Jacky Bai) - Don't use clk_get_rate() in atomic context as the function might sleep. Store the clock and use notifiers to receive a clocke rate change notification (Ivaylo Dimitrov) - Remove superfluous error message when platform_get_irq() fails because the underlying function already prints one (Yang Li) - Add wakeup capability flag for the risc-V ACPI timer (Sunil V L) - Fix initialization of the TCB timers which are in cascade as the second timer is reset after the first wraps up leading to inconsistent scheduler behavior (Ronald Wahl) - Add DT bindings and driver for Cirrus Logic EP93xx (Nikita Shubin) --- f4febfdbb45ad2322a508d3d650b3af7c8286cb2