Merge tag 'timers-v6.5-rc1' of https://git.linaro.org/people/daniel.lezcano/linux...
authorThomas Gleixner <tglx@linutronix.de>
Mon, 26 Jun 2023 09:04:01 +0000 (11:04 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 26 Jun 2023 09:04:01 +0000 (11:04 +0200)
commitd2b32be7debd6c0deeae95844997bd89fbe4769d
treece442ebb18aab798872aa40e1103f41ad98313f8
parentccaa4926c2264ca2a2fcad4b3511fe435d7d4d15
parent8b5bf64c89c7100c921bd807ba39b2eb003061ab
Merge tag 'timers-v6.5-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

Pull clockevent/source updates from Daniel Lezcano:

  - Fix memory leak on Cadence TTC at probe time (Feng Mingxi)

  - Use the pm_sleep_ptr macro for the Ingenic driver (Paul Cercueil)

  - Relocate the PMW timer Loongson from the mips arch directory to the
    drivers/clocksource (Keguang Zhang)

  - Use the same function names instead of using aliases and move data
    defined in the header to the driver directly as this one is the only
    user of the header file and remove this one on i.MX GPT (Uwe
    Kleine-König)

  - Convert Broadcom Kona family timer bindings to DT schema (Michael
     Kelley)

  - Add DT bindings for Ralink SoCs timer (Sergio Paracuellos)