Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363489
b: refs/heads/master
c: 31102a7
h: refs/heads/master
i:
  363487: b6ed372
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 976dd3e commit c9984ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a84b6f4552e1db00a6e6ffbd85b35c0a169be02c
refs/heads/master: 31102a7202dec13296a7de8e72427966813da75e
8 changes: 8 additions & 0 deletions trunk/drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,14 @@ void *omap_bandgap_get_sensor_data(struct omap_bandgap *bg_ptr, int id)

/*** Helper functions used during device initialization ***/

/**
* omap_bandgap_force_single_read() - executes 1 single ADC conversion
* @bg_ptr: pointer to struct omap_bandgap
* @id: sensor id which it is desired to read 1 temperature
*
* Used to initialize the conversion state machine and set it to a valid
* state. Called during device initialization and context restore events.
*/
static int
omap_bandgap_force_single_read(struct omap_bandgap *bg_ptr, int id)
{
Expand Down

0 comments on commit c9984ec

Please sign in to comment.