Re: [PATCH] tee: optee: use dev_info in print_os_revision

2020-04-21 Thread Tom Rini
On Mon, Mar 02, 2020 at 01:21:53PM +0100, Patrick Delaunay wrote: > Display TEE version at information level; this patch replaces > debug() call to dev_info() in print_os_revision() function. > > Signed-off-by: Patrick Delaunay > Acked-by: Jens Wiklander Applied to u-boot/master, thanks! --

Re: [PATCH] tee: optee: use dev_info in print_os_revision

2020-03-03 Thread Jens Wiklander
On Mon, Mar 2, 2020 at 1:22 PM Patrick Delaunay wrote: > > Display TEE version at information level; this patch replaces > debug() call to dev_info() in print_os_revision() function. > > Signed-off-by: Patrick Delaunay > --- > > drivers/tee/optee/core.c | 13 +++-- > 1 file changed, 7 in

[PATCH] tee: optee: use dev_info in print_os_revision

2020-03-02 Thread Patrick Delaunay
Display TEE version at information level; this patch replaces debug() call to dev_info() in print_os_revision() function. Signed-off-by: Patrick Delaunay --- drivers/tee/optee/core.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/tee/optee/core.c b/dri