Re: [Tee-dev] [PATCHv3 2/3] optee: use uuid for sysfs driver entry

From: Maxim Uvarov
Date: Mon May 25 2020 - 09:36:56 EST


On Mon, 25 May 2020 at 15:10, Jerome Forissier <jerome@xxxxxxxxxxxxx> wrote:
>
>
>
> On 5/25/20 1:52 PM, Maxim Uvarov wrote:
> > Optee device names for sysfs needed to be unique
>
> s/Optee/OP-TEE/
> s/needed/need/
>
> > and it's better if they will mean something. UUID for name
> > looks like good solution:
> > /sys/bus/tee/devices/optee-clnt-<uuid>
>
> How about mentioning it is the UUID of the Trusted Application on the
> TEE side?
>

Jerome, do you think optee-ta-<uuid> is more suitable here?


> >
> > Signed-off-by: Maxim Uvarov <maxim.uvarov@xxxxxxxxxx>
> > ---
> > drivers/tee/optee/device.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
>
> Thanks,
> --
> Jerome