Re: [PATCH v1 1/2] hexdump: Introduce debug APIs

2022-03-30 Thread Heinrich Schuchardt
On 3/30/22 11:30, Andy Shevchenko wrote: On Sat, Nov 13, 2021 at 11:14:28AM -0700, Simon Glass wrote: On Tue, 9 Nov 2021 at 05:03, Andy Shevchenko wrote: debug_hex_dump() and debug_hex_dump_bytes() conditionally print the dump based on DEBUG definition. Signed-off-by: Andy Shevchenko ---

Re: [PATCH v1 1/2] hexdump: Introduce debug APIs

2022-03-30 Thread Andy Shevchenko
On Sat, Nov 13, 2021 at 11:14:28AM -0700, Simon Glass wrote: > On Tue, 9 Nov 2021 at 05:03, Andy Shevchenko > wrote: > > > > debug_hex_dump() and debug_hex_dump_bytes() conditionally print > > the dump based on DEBUG definition. > > > > Signed-off-by: Andy Shevchenko > > --- > >

Re: [PATCH v1 1/2] hexdump: Introduce debug APIs

2021-11-13 Thread Simon Glass
Hi Andy, On Tue, 9 Nov 2021 at 05:03, Andy Shevchenko wrote: > > debug_hex_dump() and debug_hex_dump_bytes() conditionally print > the dump based on DEBUG definition. > > Signed-off-by: Andy Shevchenko > --- > include/hexdump.h | 4 > lib/hexdump.c | 60

[PATCH v1 1/2] hexdump: Introduce debug APIs

2021-11-09 Thread Andy Shevchenko
debug_hex_dump() and debug_hex_dump_bytes() conditionally print the dump based on DEBUG definition. Signed-off-by: Andy Shevchenko --- include/hexdump.h | 4 lib/hexdump.c | 60 --- 2 files changed, 56 insertions(+), 8 deletions(-) diff