Skip to content
Commit b633f050 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

tpm_tis: Use struct dev_pm_ops for power management



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: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent 8324be05
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment