Re: [PATCH] memory: ti-gpmc: use printf to dump settings/timings

2024-06-07 Thread Tom Rini
On Wed, 15 May 2024 15:20:08 +0300, Roger Quadros wrote: > pr_info() depends on CONFIG_LOGLEVEL > 6. If user has > enabled CONFIG_TI_GPMC_DEBUG then we should print the > GPMC settings/timings regardless of CONFIG_LOGLEVEL. > > So use printf() instead of pr_info(). > > > [...] Applied to u-boo

[PATCH] memory: ti-gpmc: use printf to dump settings/timings

2024-05-15 Thread Roger Quadros
pr_info() depends on CONFIG_LOGLEVEL > 6. If user has enabled CONFIG_TI_GPMC_DEBUG then we should print the GPMC settings/timings regardless of CONFIG_LOGLEVEL. So use printf() instead of pr_info(). Signed-off-by: Roger Quadros --- drivers/memory/ti-gpmc.c | 28 ++-- 1 f