Re: [PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging

2020-07-02 Thread Heiko Schocher
Hello Simon, Am 15.06.2020 um 05:57 schrieb Simon Glass: 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 de

Re: [PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging

2020-06-30 Thread Bin Meng
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 designwa

Re: [PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging

2020-06-25 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging > > 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 cau

[PATCH v1 26/43] i2c: designware_i2c: Add a little more debugging

2020-06-14 Thread Simon Glass
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 fi