Re: [PATCH v5 2/4] tee: add supp_nowait flag in tee_context struct

2019-01-24 Thread Daniel Thompson
On Thu, Jan 24, 2019 at 11:24:37AM +0530, Sumit Garg wrote: > This flag indicates that requests in this context should not wait for > tee-supplicant daemon to be started if not present and just return > with an error code. It is needed for requests which should be > non-blocking in nature like

[PATCH v5 2/4] tee: add supp_nowait flag in tee_context struct

2019-01-23 Thread Sumit Garg
This flag indicates that requests in this context should not wait for tee-supplicant daemon to be started if not present and just return with an error code. It is needed for requests which should be non-blocking in nature like ones arising from TEE based kernel drivers or any in kernel api that