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:
8324be0
)
tpm_tis: Use struct dev_pm_ops for power management
author
Rafael J. Wysocki
<rjw@sisk.pl>
Fri, 6 Jul 2012 17:09:20 +0000
(19:09 +0200)
committer
Rafael J. Wysocki
<rjw@sisk.pl>
Tue, 10 Jul 2012 19:37:11 +0000
(21:37 +0200)
Make the tpm_tis driver define its PM callbacks through
a struct dev_pm_ops object rather than by using legacy PM hooks
in struct platform_driver.
This allows the driver to use tpm_pm_suspend() as its suspend
callback directly, without defining its own suspend callback
routine.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
No differences found