1
0
Fork 0

staging: omap-thermal: threshold manipulation section

Section of functions manipulating thresholds for Alert and Shutdown.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Eduardo Valentin 2013-03-15 09:00:18 -04:00 committed by Greg Kroah-Hartman
parent 8a1cefe857
commit f8ccce20bf
1 changed files with 2 additions and 0 deletions

View File

@ -335,6 +335,8 @@ exit:
return ret;
}
/*** Helper functions handling device Alert/Shutdown signals ***/
/* Talert masks. Call it only if HAS(TALERT) is set */
static int temp_sensor_unmask_interrupts(struct omap_bandgap *bg_ptr, int id,
u32 t_hot, u32 t_cold)