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:
328ec69
)
drm/tegra: dc: Do not needlessly deassert reset
author
Thierry Reding
<treding@nvidia.com>
Fri, 16 Jan 2015 15:30:55 +0000
(16:30 +0100)
committer
Thierry Reding
<treding@nvidia.com>
Tue, 27 Jan 2015 09:14:50 +0000
(10:14 +0100)
Commit
9c0127004ff4
("drm/tegra: dc: Add powergate support") changed the
driver's ->probe() implementation to deassert the module reset, and with
there being nobody else to assert it until ->remove() there is no need
to deassert again later on.
Signed-off-by: Thierry Reding <treding@nvidia.com>
No differences found