Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363495
b: refs/heads/master
c: e9b6f8c
h: refs/heads/master
i:
  363493: 6100f0b
  363491: 40efc0f
  363487: b6ed372
v: v3
  • Loading branch information
Eduardo Valentin authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 9749c70 commit 00383c2
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 094b8aca16afcd380b60d11ba23d74ee5836d781
refs/heads/master: e9b6f8c4da4614549ad5c1497f6895ef5f26ea24
9 changes: 9 additions & 0 deletions trunk/drivers/staging/omap-thermal/omap-bandgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,15 @@ static int omap_bandgap_talert_init(struct omap_bandgap *bg_ptr,
return 0;
}

/**
* omap_bandgap_build() - parse DT and setup a struct omap_bandgap
* @bg_ptr: pointer to struct omap_bandgap
* @pdev: pointer to device struct platform_device
*
* Used to read the device tree properties accordingly to the bandgap
* matching version. Based on bandgap version and its capabilities it
* will build a struct omap_bandgap out of the required DT entries.
*/
static const struct of_device_id of_omap_bandgap_match[];
static struct omap_bandgap *omap_bandgap_build(struct platform_device *pdev)
{
Expand Down

0 comments on commit 00383c2

Please sign in to comment.