Re: [PATCH v15 2/5] tee: generic TEE subsystem

2017-01-30 Thread Jens Wiklander
On Mon, Jan 30, 2017 at 09:02:49AM +, Benjamin GAIGNARD wrote: > > > On 01/28/2017 01:19 PM, Jens Wiklander wrote: [...] > > +/** > > + * tee_shm_alloc() - Allocate shared memory > > + * @ctx: Context that allocates the shared memory > > + * @size: Requested size of shared memory > > + * @

Re: [PATCH v15 2/5] tee: generic TEE subsystem

2017-01-30 Thread Benjamin GAIGNARD
On 01/28/2017 01:19 PM, Jens Wiklander wrote: > Initial patch for generic TEE subsystem. > This subsystem provides: > * Registration/un-registration of TEE drivers. > * Shared memory between normal world and secure world. > * Ioctl interface for interaction with user space. > * Sysfs implementati

[PATCH v15 2/5] tee: generic TEE subsystem

2017-01-28 Thread Jens Wiklander
Initial patch for generic TEE subsystem. This subsystem provides: * Registration/un-registration of TEE drivers. * Shared memory between normal world and secure world. * Ioctl interface for interaction with user space. * Sysfs implementation_id of TEE driver A TEE (Trusted Execution Environment) d