Re: [PATCH V4] tpm: separate cmd_ready/go_idle from runtime_pm

2018-03-26 Thread Jarkko Sakkinen
On Sat, Mar 24, 2018 at 09:39:35PM +0300, Tomas Winkler wrote: > From: "Winkler, Tomas" > > We cannot use go_idle cmd_ready commands via runtime_pm handles > as with the introduction of localities this is no longer an optional > feature, while runtime pm can be not enabled. > Though cmd_ready/go_

[PATCH V4] tpm: separate cmd_ready/go_idle from runtime_pm

2018-03-24 Thread Tomas Winkler
From: "Winkler, Tomas" We cannot use go_idle cmd_ready commands via runtime_pm handles as with the introduction of localities this is no longer an optional feature, while runtime pm can be not enabled. Though cmd_ready/go_idle provides power saving feature, it's also part of TPM2 protocol and sho