[PATCH v2 01/10] spi: dw: Convert calls to debug to log_*

Marek Vasut marex at denx.de
Thu Aug 20 15:36:31 CEST 2020


On 8/20/20 3:26 PM, Simon Glass wrote:
> On Fri, 7 Aug 2020 at 08:43, Sean Anderson <seanga2 at gmail.com> wrote:
>>
>> This allows different log levels to be enabled or disabled depending on the
>> desired level of verbosity. In particular, it allows for general debug
>> information to be printed while excluding more verbose logging which may
>> interfere with timing.
>>
>> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
>> ---
>>
>> Changes in v2:
>> - New
>>
>>  drivers/spi/designware_spi.c | 33 ++++++++++++++++-----------------
>>  1 file changed, 16 insertions(+), 17 deletions(-)
>>
> 
> Reviewed-by: Simon Glass <sjg at chromium.org>

NAK, please use dev_dbg() instead.


More information about the U-Boot mailing list