Re: [U-Boot] [PATCH 2/3] rockchip: i2c: move register write out of inner loop

2016-09-05 Thread Simon Glass
On 18 August 2016 at 13:08, John Keeping wrote: > There is no point in writing intermediate values to the txdata > registers. > > Also add padding to the debug logging to make it easier to read when > there are leading zeroes. > > Signed-off-by: John Keeping > --- > > drivers/i2c/rk_i2c.c | 4 ++

[U-Boot] [PATCH 2/3] rockchip: i2c: move register write out of inner loop

2016-08-18 Thread John Keeping
There is no point in writing intermediate values to the txdata registers. Also add padding to the debug logging to make it easier to read when there are leading zeroes. Signed-off-by: John Keeping --- drivers/i2c/rk_i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/