[GIT PULL] timer drivers for v5.19-rc1

From: Daniel Lezcano
Date: Tue May 24 2022 - 03:52:29 EST



Hi Thomas,

sorry for this late PR, please consider pulling:


The following changes since commit 317f29c14d0cca09952f1022491454b23455ebcb:

timers: Provide a better debugobjects hint for delayed works (2022-05-14 17:40:36 +0200)

are available in the Git repository at:

https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.19-rc1

for you to fetch changes up to 9c04a8ff03def4df3f81219ffbe1ec9b44ff5348:

clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return value (2022-05-24 09:16:29 +0200)

----------------------------------------------------------------
- Add Mediatek MT8186 DT bindings (Allen-KH Cheng)

- Remove dead code corresponding of the IXP4xx board removal (Linus
Walleij)

- Add CLOCK_EVT_FEAT_C3STOP flag for the RISC-V SBI timer (Samuel
Holland)

- Do not return an error if there are multiple definitions of the
sp804 timers in the DT (Andre Przywara)

- Add the missing SPDX identifier (Thomas Gleixner)

- Remove an unncessary NULL check as it is done right before at probe
time for the timer-ti-dm (Dan Carpenter)

- Fix the irq_of_parse_and_map() return code check on onexas-nps
(Krzysztof Kozlowski)

----------------------------------------------------------------
Allen-KH Cheng (1):
dt-bindings: timer: Add compatible for Mediatek MT8186

Andre Przywara (1):
clocksource/drivers/sp804: Avoid error on multiple instances

Dan Carpenter (1):
clocksource/drivers/timer-ti-dm: Remove unnecessary NULL check

Krzysztof Kozlowski (1):
clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return value

Linus Walleij (1):
clocksource/drivers/ixp4xx: Drop boardfile probe path

Samuel Holland (1):
clocksource/drivers/riscv: Events are stopped during CPU suspend

Thomas Gleixner (10):
clocksource/drivers/bcm_kona: Convert to SPDX identifier
clocksource/drivers/jcore: Convert to SPDX identifier
clocksource/drivers/mips-gic-timer: Convert to SPDX identifier
clocksource/drivers/armada-370-xp: Convert to SPDX identifier
clocksource/drivers/digicolor: Convert to SPDX identifier
clocksource/drivers/lpc32xx: Convert to SPDX identifier
clocksource/drivers/orion: Convert to SPDX identifier
clocksource/drivers/pistachio: Convert to SPDX identifier
clocksource/drivers/timer-sun4i: Convert to SPDX identifier
clocksource/drivers/timer-sun5i: Convert to SPDX identifier

.../bindings/timer/mediatek,mtk-timer.txt | 1 +
drivers/clocksource/Kconfig | 2 +-
drivers/clocksource/bcm_kona_timer.c | 14 ++----------
drivers/clocksource/jcore-pit.c | 5 +----
drivers/clocksource/mips-gic-timer.c | 9 ++------
drivers/clocksource/timer-armada-370-xp.c | 5 +----
drivers/clocksource/timer-digicolor.c | 5 +----
drivers/clocksource/timer-ixp4xx.c | 25 ----------------------
drivers/clocksource/timer-lpc32xx.c | 6 +-----
drivers/clocksource/timer-orion.c | 5 +----
drivers/clocksource/timer-oxnas-rps.c | 2 +-
drivers/clocksource/timer-pistachio.c | 5 +----
drivers/clocksource/timer-riscv.c | 2 +-
drivers/clocksource/timer-sp804.c | 10 ++++-----
drivers/clocksource/timer-sun4i.c | 5 +----
drivers/clocksource/timer-sun5i.c | 5 +----
drivers/clocksource/timer-ti-dm.c | 3 +--
include/linux/platform_data/timer-ixp4xx.h | 11 ----------
18 files changed, 22 insertions(+), 98 deletions(-)
delete mode 100644 include/linux/platform_data/timer-ixp4xx.h

--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog