Re: [PATCH 11/12] i2c: designware: Use log_debug() for debugging

2020-10-22 Thread Tom Rini
On Sun, Sep 27, 2020 at 06:46:23PM -0600, Simon Glass wrote: > We don't want the debug output to be visible in a normal boot. Silence it. > > Signed-off-by: Simon Glass > Reviewed-by: Heiko Schocher Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH 11/12] i2c: designware: Use log_debug() for debugging

2020-09-27 Thread Heiko Schocher
Hello Simon, Am 28.09.2020 um 02:46 schrieb Simon Glass: We don't want the debug output to be visible in a normal boot. Silence it. Signed-off-by: Simon Glass --- drivers/i2c/designware_i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Heiko Schocher bye, Heik

[PATCH 11/12] i2c: designware: Use log_debug() for debugging

2020-09-27 Thread Simon Glass
We don't want the debug output to be visible in a normal boot. Silence it. Signed-off-by: Simon Glass --- drivers/i2c/designware_i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/designware_i2c.c b/drivers/i2c/designware_i2c.c index 569a5d39b49..791f32e97