Re: [PATCH 10/16] tee: optee: Include device_compat.h

2020-10-16 Thread Igor Opaniuk
Hi Sean, On Mon, Oct 5, 2020 at 4:42 AM Sean Anderson wrote: > > Necessary for dev_xxx. > > Signed-off-by: Sean Anderson > --- > > drivers/tee/optee/core.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/tee/optee/core.c b/drivers/tee/optee/core.c > index 5260dab3ac..66ade37cd4

Re: [PATCH 10/16] tee: optee: Include device_compat.h

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:51PM -0400, Sean Anderson wrote: > Necessary for dev_xxx. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 10/16] tee: optee: Include device_compat.h

2020-10-11 Thread Simon Glass
On Sun, 4 Oct 2020 at 19:40, Sean Anderson wrote: > > Necessary for dev_xxx. > > Signed-off-by: Sean Anderson > --- > > drivers/tee/optee/core.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass

[PATCH 10/16] tee: optee: Include device_compat.h

2020-10-04 Thread Sean Anderson
Necessary for dev_xxx. Signed-off-by: Sean Anderson --- drivers/tee/optee/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/tee/optee/core.c b/drivers/tee/optee/core.c index 5260dab3ac..66ade37cd4 100644 --- a/drivers/tee/optee/core.c +++ b/drivers/tee/optee/core.c @@ -5,6 +5,7