git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217e9c4
)
fbdev: sh_mobile_lcdc: Move pm runtime enable to probe()
author
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Wed, 7 Sep 2011 13:47:07 +0000
(15:47 +0200)
committer
Laurent Pinchart
<laurent.pinchart@ideasonboard.com>
Mon, 12 Mar 2012 21:40:42 +0000
(22:40 +0100)
The pm_runtime_enable() and pm_runtime_resume() calls don't belong to
sh_mobile_lcdc_setup_clocks(). Move them to the probe function. Remove
the unneeded pm_runtime_resume() call.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
No differences found