[GIT PULL] timers changes for v5.11 #2

From: Daniel Lezcano
Date: Thu Dec 10 2020 - 06:25:08 EST



Hi Thomas,

please consider pulling those 3 last changes which fixes some issues on
the drivers.

The following changes since commit fef92cd2bc04c64bb3743d40c0b4be47aedf9e23:

Merge tag 'timers-v5.11' of
https://git.linaro.org/people/daniel.lezcano/linux into timers/core
(2020-12-04 00:39:45 +0100)

are available in the Git repository at:

https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v5.11-2

for you to fetch changes up to 8ae954caf49ac403c177d117fb8e05cbc866aa3c:

clocksource/drivers/sh_cmt: Fix potential deadlock when calling
runtime PM (2020-12-07 20:10:05 +0100)

----------------------------------------------------------------
- Fix error handling if no clock is available on dw_apb_timer_of (Dinh
Nguyen)

- Fix overhead for erratum handling when the timer has no erratum and
fix fault programing for the event stream on the arm arch timer
(Keqian Zhu)

- Fix potential deadlock when calling runtime PM on sh_cmt (Niklas
Söderlund)

----------------------------------------------------------------
Dinh Nguyen (1):
clocksource/drivers/dw_apb_timer_of: Add error handling if no
clock available

Keqian Zhu (2):
clocksource/drivers/arm_arch_timer: Use stable count reader in
erratum sne
clocksource/drivers/arm_arch_timer: Correct fault programming of
CNTKCTL_EL1.EVNTI

Niklas Söderlund (1):
clocksource/drivers/sh_cmt: Fix potential deadlock when calling
runtime PM

drivers/clocksource/arm_arch_timer.c | 27 ++++++++++++++++++---------
drivers/clocksource/dw_apb_timer_of.c | 57
+++++++++++++++++++++++++++++++++++++++------------------
drivers/clocksource/sh_cmt.c | 18 ++++++++++++++----
3 files changed, 71 insertions(+), 31 deletions(-)