Re: [PATCH] firmware: arm_scmi: Add missing Rx size re-initialisation

2020-10-13 Thread Sudeep Holla
ad only upto the size set by previous > response. > > Let us reset the receive buffer size to max possible in such cases as > we don't know the exact size of the response. > Applied to sudeep.holla/linux (for-next/scmi), thanks! [PATCH] firmware: arm_scmi: Add missing Rx size re-ini

Re: [PATCH] firmware: arm_scmi: Add missing Rx size re-initialisation

2020-10-13 Thread Sudeep Holla
On Tue, Oct 13, 2020 at 11:58:09AM +0200, Etienne Carriere wrote: > On Mon, 12 Oct 2020 at 16:17, Sudeep Holla wrote: > > > > Few commands provide the list of description partially and require > > to be called consecutively until all the descriptors are fetched > > completely. In such cases, we do

Re: [PATCH] firmware: arm_scmi: Add missing Rx size re-initialisation

2020-10-13 Thread Etienne Carriere
On Mon, 12 Oct 2020 at 16:17, Sudeep Holla wrote: > > Few commands provide the list of description partially and require > to be called consecutively until all the descriptors are fetched > completely. In such cases, we don't release the buffers and reuse > them for consecutive transmits. > > Howe

[PATCH] firmware: arm_scmi: Add missing Rx size re-initialisation

2020-10-12 Thread Sudeep Holla
Few commands provide the list of description partially and require to be called consecutively until all the descriptors are fetched completely. In such cases, we don't release the buffers and reuse them for consecutive transmits. However, currently we don't reset the Rx size which will be set as p