From: Eduardo Valentin Date: Fri, 15 Mar 2013 13:00:18 +0000 (-0400) Subject: staging: omap-thermal: threshold manipulation section X-Git-Tag: v3.12-rc1~1000^2~615 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8ccce20bfaeac648f44c24a140eda6e982239e1;p=kernel%2Fkernel-generic.git staging: omap-thermal: threshold manipulation section Section of functions manipulating thresholds for Alert and Shutdown. Signed-off-by: Eduardo Valentin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/omap-thermal/omap-bandgap.c b/drivers/staging/omap-thermal/omap-bandgap.c index bff4b75..f86c104 100644 --- a/drivers/staging/omap-thermal/omap-bandgap.c +++ b/drivers/staging/omap-thermal/omap-bandgap.c @@ -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)