[tip: timers/core] Merge tag 'timers-v5.18-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

From: tip-bot2 for Thomas Gleixner
Date: Mon Mar 14 2022 - 05:30:10 EST


The following commit has been merged into the timers/core branch of tip:

Commit-ID: b166e52541f2357ce126a92ce1d9a580fdca719d
Gitweb: https://git.kernel.org/tip/b166e52541f2357ce126a92ce1d9a580fdca719d
Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
AuthorDate: Mon, 14 Mar 2022 10:18:17 +01:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Mon, 14 Mar 2022 10:18:17 +01:00

Merge tag 'timers-v5.18-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core

Pull clocksource/events updates from Daniel Lezcano:

- Fix return error code check for the timer-of layer when getting
the base address (Guillaume Ranquet)

- Remove MMIO dependency, add notrace annotation for sched_clock
and increase the timer resolution for the Microchip
PIT64b (Claudiu Beznea)

- Convert DT bindings to yaml for the Tegra timer (David Heidelberg)

- Fix compilation error on architecture other than ARM for the
i.MX TPM (Nathan Chancellor)

- Add support for the event stream scaling for 1GHz counter on
the arch ARM timer (Marc Zyngier)

- Support a higher number of interrupts by the Exynos MCT timer
driver (Alim Akhtar)

- Detect and prevent memory corruption when the specified number
of interrupts in the DTS is greater than the array size in the
code for the Exynos MCT timer (Krzysztof Kozlowski)

- Fix regression from a previous errata fix on the TI DM
timer (Drew Fustini)

- Several fixes and code improvements for the i.MX TPM
driver (Peng Fan)

Link: https://lore.kernel.org/all/a8cd9be9-7d70-80df-2b74-1a8226a215e1@xxxxxxxxxx
---