Re: [PATCH 5/9] i2c: brcmstb: fix start and stop conditions

2015-11-30 Thread Wolfram Sang
On Wed, Oct 21, 2015 at 11:36:57AM +0900, Jaedon Shin wrote: > Fixes conditions for RESTART, NOSTART and NOSTOP. The masks of start and > stop is already in brcmstb_set_i2c_start_stop(). Therefore, the caller > does not need a mask value. Hmm, and what if that changes for some reason in the

[PATCH 5/9] i2c: brcmstb: fix start and stop conditions

2015-10-20 Thread Jaedon Shin
Fixes conditions for RESTART, NOSTART and NOSTOP. The masks of start and stop is already in brcmstb_set_i2c_start_stop(). Therefore, the caller does not need a mask value. Signed-off-by: Jaedon Shin --- drivers/i2c/busses/i2c-brcmstb.c | 5 ++--- 1 file changed, 2