Re: [PATCH v2 1/2] log: select physical address formatting in a generic way

2023-10-20 Thread Abdellatif El Khlifi
Hi Simon, > sets the log formatting according to the platform (64-bit vs 32-bit) > > Signed-off-by: Abdellatif El Khlifi > Cc: Simon Glass > --- > cmd/armffa.c | 8 > include/log.h | 9 + > 2 files changed, 9 insertions(+), 8 deletions(-) > > diff --git a/cmd/armffa.c b/cmd/

Re: [PATCH v2 1/2] log: select physical address formatting in a generic way

2023-08-16 Thread Marek Vasut
On 8/16/23 16:39, Simon Glass wrote: Hi Marek, On Wed, 16 Aug 2023 at 05:13, Marek Vasut wrote: On 8/16/23 13:05, Abdellatif El Khlifi wrote: sets the log formatting according to the platform (64-bit vs 32-bit) Use imperative mood please, see https://www.kernel.org/doc/html/latest/process/

Re: [PATCH v2 1/2] log: select physical address formatting in a generic way

2023-08-16 Thread Simon Glass
Hi Marek, On Wed, 16 Aug 2023 at 05:13, Marek Vasut wrote: > > On 8/16/23 13:05, Abdellatif El Khlifi wrote: > > sets the log formatting according to the platform (64-bit vs 32-bit) > > Use imperative mood please, see > https://www.kernel.org/doc/html/latest/process/submitting-patches.html#descri

Re: [PATCH v2 1/2] log: select physical address formatting in a generic way

2023-08-16 Thread Marek Vasut
On 8/16/23 13:05, Abdellatif El Khlifi wrote: sets the log formatting according to the platform (64-bit vs 32-bit) Use imperative mood please, see https://www.kernel.org/doc/html/latest/process/submitting-patches.html#describe-your-changes Signed-off-by: Abdellatif El Khlifi Cc: Simon Glass

[PATCH v2 1/2] log: select physical address formatting in a generic way

2023-08-16 Thread Abdellatif El Khlifi
sets the log formatting according to the platform (64-bit vs 32-bit) Signed-off-by: Abdellatif El Khlifi Cc: Simon Glass --- cmd/armffa.c | 8 include/log.h | 9 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/cmd/armffa.c b/cmd/armffa.c index 7e6eafc03a..ab0f