Re: [PATCH v2] tee: optee: Change printing during optee_probe

2021-04-13 Thread Tom Rini
On Wed, Mar 10, 2021 at 03:35:11PM +0200, Ilias Apalodimas wrote: > Right now the error messages when optee has a version mismatch or shared > memory is not configured are done with a debug(). > That's not very convenient since you have to enable debugging to figure > out what's going on, although

Re: [PATCH v2] tee: optee: Change printing during optee_probe

2021-03-12 Thread Simon Glass
Hi Ilias, On Thu, 11 Mar 2021 at 22:07, Ilias Apalodimas wrote: > > On Thu, Mar 11, 2021 at 09:45:46PM -0700, Simon Glass wrote: > > Hi Ilias, > > > > On Wed, 10 Mar 2021 at 06:35, Ilias Apalodimas > > wrote: > > > > > > Right now the error messages when optee has a version mismatch or shared >

Re: [PATCH v2] tee: optee: Change printing during optee_probe

2021-03-11 Thread Ilias Apalodimas
On Thu, Mar 11, 2021 at 09:45:46PM -0700, Simon Glass wrote: > Hi Ilias, > > On Wed, 10 Mar 2021 at 06:35, Ilias Apalodimas > wrote: > > > > Right now the error messages when optee has a version mismatch or shared > > memory is not configured are done with a debug(). > > That's not very convenien

Re: [PATCH v2] tee: optee: Change printing during optee_probe

2021-03-11 Thread Simon Glass
Hi Ilias, On Wed, 10 Mar 2021 at 06:35, Ilias Apalodimas wrote: > > Right now the error messages when optee has a version mismatch or shared > memory is not configured are done with a debug(). > That's not very convenient since you have to enable debugging to figure > out what's going on, althoug