Re: [PATCH 1/4] i2c: xlp9xx: return ENXIO on slave address NACK

2018-02-26 Thread Wolfram Sang
On Thu, Jan 18, 2018 at 05:39:21AM +, George Cherian wrote: > From: Dmitry Bazhenov > > Fix the driver violation of the common practice to return > ENXIO error on a slave address NACK. > > Signed-off-by: Dmitry Bazhenov > Signed-off-by: George Cherian Applied to for-next, thanks! signa

Re: [PATCH 1/4] i2c: xlp9xx: return ENXIO on slave address NACK

2018-02-22 Thread dann frazier
On Tue, Jan 30, 2018 at 7:28 AM, George Cherian wrote: > Gentle Ping on this series. I've been using these on a few Cavium Sabre boards, which previously had an unusable system interface (/dev/ipmi) due to timeouts or just enumerations failures. So, fwiw: Tested-by: dann frazier -dann > On 0

Re: [PATCH 1/4] i2c: xlp9xx: return ENXIO on slave address NACK

2018-01-30 Thread George Cherian
Gentle Ping on this series. On 01/18/2018 11:09 AM, George Cherian wrote: From: Dmitry Bazhenov Fix the driver violation of the common practice to return ENXIO error on a slave address NACK. Signed-off-by: Dmitry Bazhenov Signed-off-by: George Cherian --- drivers/i2c/busses/i2c-xlp9xx.c |

[PATCH 1/4] i2c: xlp9xx: return ENXIO on slave address NACK

2018-01-17 Thread George Cherian
From: Dmitry Bazhenov Fix the driver violation of the common practice to return ENXIO error on a slave address NACK. Signed-off-by: Dmitry Bazhenov Signed-off-by: George Cherian --- drivers/i2c/busses/i2c-xlp9xx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/i