Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363483
b: refs/heads/master
c: f47f6d3
h: refs/heads/master
i:
  363481: d7bfbb1
  363479: 459d4be
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 83e800e commit 713d723
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 910216890a8db1e7c406839916dc8f3fb85238d6
refs/heads/master: f47f6d31645c5020602469cafa1e6c8a228dcaab
10 changes: 9 additions & 1 deletion trunk/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 713d723

Please sign in to comment.