Re: [PATCH v6 1/4] tpm: add bufsiz parameter in the .send callback

2025-06-25 Thread Jarkko Sakkinen
On Fri, Jun 20, 2025 at 03:08:07PM +0200, Stefano Garzarella wrote: > From: Stefano Garzarella > > Add a new `bufsiz` parameter to the `.send` callback in `tpm_class_ops`. > This parameter will allow drivers to differentiate between the actual > command length to send and the total buffer size. C

[PATCH v6 1/4] tpm: add bufsiz parameter in the .send callback

2025-06-20 Thread Stefano Garzarella
From: Stefano Garzarella Add a new `bufsiz` parameter to the `.send` callback in `tpm_class_ops`. This parameter will allow drivers to differentiate between the actual command length to send and the total buffer size. Currently `bufsiz` is not used, but it will be used to implement devices with s