[PATCH 0/3] thermal: tsens: Handle critical interrupts

From: Amit Kucheria
Date: Mon Nov 11 2019 - 14:21:41 EST


TSENS IP v2.x supports critical interrupts and v2.3+ adds watchdog support
in case the FSM is frozen. Enable support in the driver.

Amit Kucheria (3):
drivers: thermal: tsens: Add critical interrupt support
drivers: thermal: tsens: Add watchdog support
arm64: dts: sdm845: thermal: Add critical interrupt support

arch/arm64/boot/dts/qcom/sdm845.dtsi | 10 +-
drivers/thermal/qcom/tsens-common.c | 170 +++++++++++++++++++++++++--
drivers/thermal/qcom/tsens-v2.c | 18 ++-
drivers/thermal/qcom/tsens.c | 21 ++++
drivers/thermal/qcom/tsens.h | 85 ++++++++++++++
5 files changed, 289 insertions(+), 15 deletions(-)

--
2.17.1