[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191029164537.1561-1-p.paillet@st.com>
Date: Tue, 29 Oct 2019 17:45:33 +0100
From: Pascal Paillet <p.paillet@...com>
To: <mcoquelin.stm32@...il.com>, <alexandre.torgue@...com>,
<robh+dt@...nel.org>, <mark.rutland@....com>,
<rui.zhang@...el.com>, <edubezval@...il.com>,
<daniel.lezcano@...aro.org>, <amit.kucheria@...durent.com>,
<david.hernandezsanchez@...com>,
<wsa+renesas@...g-engineering.com>,
<linux-stm32@...md-mailman.stormreply.com>,
<linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-pm@...r.kernel.org>
CC: <p.paillet@...com>
Subject: [PATCH 0/4] thermal: stm32: driver improvements
The goal of this patchset is to improve stm32 thermal driver:
* add support for multiple trip points. Currently the driver supports only
2 trip points.
* rework interrupt management to avoid receiving hundreds of
interrupts when the temperature is close to a low threshold.
* fix a mistake regarding the role of an engineering value.
* suppress passive trip point on stm32mp157c because it is useless.
Pascal Paillet (4):
thermal: stm32: implement set_trips callback
thermal: stm32: fix IRQ flood on low threshold
thermal: stm32: fix engineering calibration value
ARM: dts: stm32: remove thermal passive trip point on stm32mp157c
arch/arm/boot/dts/stm32mp157c.dtsi | 6 -
drivers/thermal/st/stm_thermal.c | 441 +++++++++--------------------
2 files changed, 138 insertions(+), 309 deletions(-)
--
2.17.1
Powered by blists - more mailing lists