Skip to content

Commit

Permalink
staging: omap-thermal: update omap_bandgap_unmask_interrupts document…
Browse files Browse the repository at this point in the history
…ation

Proper document the function to configure the IRQ event masks.

Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 9102168 commit f47f6d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,15 @@ int omap_bandgap_add_hyst(struct omap_bandgap *bg_ptr, int adc_val,

/*** Helper functions handling device Alert/Shutdown signals ***/

/* Talert masks. Call it only if HAS(TALERT) is set */
/**
* omap_bandgap_unmask_interrupts() - unmasks the events of thot & tcold
* @bg_ptr: struct omap_bandgap pointer
* @t_hot: hot temperature value to trigger alert signal
* @t_cold: cold temperature value to trigger alert signal
*
* Checks the requested t_hot and t_cold values and configures the IRQ event
* masks accordingly. Call this function only if bandgap features HAS(TALERT).
*/
static void omap_bandgap_unmask_interrupts(struct omap_bandgap *bg_ptr, int id,
u32 t_hot, u32 t_cold)
{
Expand Down

0 comments on commit f47f6d3

Please sign in to comment.