lkml.org 
[lkml]   [2016]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject[PATCH/RFC 0/3] thermal: rcar_gen3_thermal: Apply shared interrupts for thermal sensors
From
Date
This patchset intents to improve thermal driver operation in interrupt mode,
which has been introduced in [1].

The original idea is using 1 interrupt for each thermal sensor, to detect both up
and down temperature. It caused issue when the temperature is changing rapidly.

The new idea is about using shared interrupt I/F for all three sensors.
Two interrupts will be set to detect temperature up and down. When interrupt occurs,
the temperature will be updated in all 3 sensors, if the temperature value is changed.

All comments are welcome.

[1]
[PATCH 0/4] thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal support
https://www.spinics.net/lists/kernel/msg2282663.html

--
Gaku Inami (3):
thermal: rcar_gen3_thermal: Modify the shared irq with initialization
thermal: rcar_gen3_thermal: Modify the way to detect the interrupts
arm64: dts: r8a7795: Support shared irq for thermal sensors

arch/arm64/boot/dts/renesas/r8a7795.dtsi | 9 ++--
drivers/thermal/rcar_gen3_thermal.c | 89 ++++++++++++++++++++------------
2 files changed, 63 insertions(+), 35 deletions(-)

--
1.9.1

\
 
 \ /
  Last update: 2016-06-19 06:41    [W:1.275 / U:0.000 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site