Re: [U-Boot] [PATCH] i2c: mxc_i2c: Use or operation

2018-01-16 Thread Heiko Schocher
Hello Peng, Am 29.12.2017 um 08:06 schrieb Peng Fan: The operation should be OR, not BIT OR. Signed-off-by: Peng Fan Cc: Heiko Schocher Cc: Stefano Babic --- drivers/i2c/mxc_i2c.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-i2c.git master Thanks! bye,

[U-Boot] [PATCH] i2c: mxc_i2c: Use or operation

2017-12-28 Thread Peng Fan
The operation should be OR, not BIT OR. Signed-off-by: Peng Fan Cc: Heiko Schocher Cc: Stefano Babic --- drivers/i2c/mxc_i2c.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 205274e..79228c2 100644 --- a/drivers/i2c