From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 30 Jun 2020 15:54:42 +0800 Subject: [PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging In-Reply-To: <20200615035738.248710-15-sjg@chromium.org> References: <20200615035738.248710-1-sjg@chromium.org> <20200615035738.248710-15-sjg@chromium.org> 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 Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > Add debugging for a few more values and also use log to show return values > when something goes wrong. This makes it easier to see the root cause. > > Signed-off-by: Simon Glass > --- > > Changes in v1: > - Add new patch to improve designware_i2c debugging > > drivers/i2c/designware_i2c.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Bin Meng