From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 20 Aug 2020 15:36:31 +0200 Subject: [PATCH v2 01/10] spi: dw: Convert calls to debug to log_* In-Reply-To: References: <20200807144317.282868-1-seanga2@gmail.com> <20200807144317.282868-2-seanga2@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 8/20/20 3:26 PM, Simon Glass wrote: > On Fri, 7 Aug 2020 at 08:43, Sean Anderson 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 >> --- >> >> Changes in v2: >> - New >> >> drivers/spi/designware_spi.c | 33 ++++++++++++++++----------------- >> 1 file changed, 16 insertions(+), 17 deletions(-) >> > > Reviewed-by: Simon Glass NAK, please use dev_dbg() instead.