Re: [PATCH] tpm: tpm_tis: Add optional delay after relinquish

From: Jarkko Sakkinen

Date: Fri May 22 2026 - 08:57:03 EST


On Thu, May 21, 2026 at 11:03:29PM -0700, Jim Broadus wrote:
> Thank you Jarkko. I'll do that.
>
> Jim

Yeah, in this form it is quite unsable e.g., for any Linux distribution,
and somewhat involved for the user :-)

Conditionally on is much better with appropriate detection. Also, this
way the change improves the code base a bit given that chip->did_vid is
much more applicable than chip->manufaturer_id.

BR, Jarkko