mbox series

[v2,0/5] thermal: stm32: driver improvements

Message ID 20191104133020.8820-1-p.paillet@st.com (mailing list archive)
Headers show
Series thermal: stm32: driver improvements | expand

Message

Pascal Paillet Nov. 4, 2019, 1:30 p.m. UTC
The goal of this patchset is to improve and simplify the stm32 thermal
driver:
* remove hardware interrupt handler that is useless
* let the framewwork handle the trip points
* fix interrupt management to avoid receiving hundreds of
interrupts when the temperature is close to the low threshold.
* improve temperature reading resolution

Pascal Paillet (5):
  thermal: stm32: remove hardware irq handler
  thermal: stm32: fix icifr register name
  thermal: stm32: handle multiple trip points
  thermal: stm32: improve temperature resolution
  thermal: stm32: fix low threshold interrupt flood

 drivers/thermal/st/stm_thermal.c | 367 ++++++++++---------------------
 1 file changed, 111 insertions(+), 256 deletions(-)

Comments

Pascal Paillet Nov. 21, 2019, 3:42 p.m. UTC | #1
> The goal of this patchset is to improve and simplify the stm32 thermal
> driver:
> * remove hardware interrupt handler that is useless
> * let the framewwork handle the trip points
> * fix interrupt management to avoid receiving hundreds of
> interrupts when the temperature is close to the low threshold.
> * improve temperature reading resolution
gentle reminder !
> Pascal Paillet (5):
>    thermal: stm32: remove hardware irq handler
>    thermal: stm32: fix icifr register name
>    thermal: stm32: handle multiple trip points
>    thermal: stm32: improve temperature resolution
>    thermal: stm32: fix low threshold interrupt flood
>
>   drivers/thermal/st/stm_thermal.c | 367 ++++++++++---------------------
>   1 file changed, 111 insertions(+), 256 deletions(-)
>