Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344667
b: refs/heads/master
c: 8f46efa
h: refs/heads/master
i:
  344665: 7ca9c95
  344663: 850c39c
v: v3
  • Loading branch information
Tomi Valkeinen committed Nov 27, 2012
1 parent 2556c8b commit 48afd9f
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 3f30b8c2b6f20a00a97929fdbe7191e2a5e74064
refs/heads/master: 8f46efadf30476692a2f311ad335077ba8fca383
5 changes: 5 additions & 0 deletions trunk/drivers/video/omap2/dss/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ enum omapdss_version omapdss_get_version(void)
}
EXPORT_SYMBOL(omapdss_get_version);

struct platform_device *dss_get_core_pdev(void)
{
return core.pdev;
}

/* REGULATORS */

struct regulator *dss_get_vdds_dsi(void)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/omap2/dss/dss.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ struct seq_file;
struct platform_device;

/* core */
struct platform_device *dss_get_core_pdev(void);
struct bus_type *dss_get_bus(void);
struct regulator *dss_get_vdds_dsi(void);
struct regulator *dss_get_vdds_sdi(void);
Expand Down

0 comments on commit 48afd9f

Please sign in to comment.