
20 Aug
2020
20 Aug
'20
3:36 p.m.
On 8/20/20 3:26 PM, Simon Glass wrote:
On Fri, 7 Aug 2020 at 08:43, Sean Anderson seanga2@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@gmail.com
Changes in v2:
- New
drivers/spi/designware_spi.c | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
NAK, please use dev_dbg() instead.