crypto: omap-sham - drop suspend and resume functions
authorTony Lindgren <tony@atomide.com>
Tue, 27 Jul 2021 10:23:38 +0000 (13:23 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Aug 2021 11:45:24 +0000 (19:45 +0800)
commit70c68d163986985a41fb86979d379212e11f007f
tree771ef19f100e14aa0347a1de30656c40a5d57946
parentf23f2186a4d0c9ff681bcf00e02575c0712f8fb5
crypto: omap-sham - drop suspend and resume functions

Let's get rid of the suspend and resume calls to runtime PM as these calls
do not idle the hardware. The runtime suspend has been disabled for
system suspend since commit 88d26136a256 ("PM: Prevent runtime suspend
during system resume").

Instead of runtime PM, the system suspend and resume functions should call
driver internal shared functions to idle the hardware as needed.

Cc: Lokesh Vutla <lokeshvutla@ti.com>
Cc: Tero Kristo <kristo@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-sham.c