Re: [PATCHv2 1/3] i2c: xlp9xx: Check for Bus state before every transfer

2018-03-06 Thread Wolfram Sang
> I don't know how valuable same-company reviewed-by's are in the end, Case by case. And in your case, I trust you. > but the patches look good to me with the small change in SMBalert, so you > could add: > > Reviewed-by: Jan Glauber Thanks. signature.asc Description: PGP signature

Re: [PATCHv2 1/3] i2c: xlp9xx: Check for Bus state before every transfer

2018-03-06 Thread Jan Glauber
I don't know how valuable same-company reviewed-by's are in the end, but the patches look good to me with the small change in SMBalert, so you could add: Reviewed-by: Jan Glauber --Jan On Tue, Feb 27, 2018 at 01:26:18PM +, George Cherian wrote: > I2C bus enters the STOP condition after the

[PATCHv2 1/3] i2c: xlp9xx: Check for Bus state before every transfer

2018-02-27 Thread George Cherian
I2C bus enters the STOP condition after the DATA_DONE interrupt is raised. Essentially the driver should be checking the bus state before sending any transaction. In case a transaction is initiated while the bus is busy, the prior transaction's stop condition is not achieved. Add the check to make