Re: [PATCH] i2c: mpc: add register documentation to Freescale I2C driver

2014-12-01 Thread Wolfram Sang
On Sat, Nov 29, 2014 at 01:58:42PM -0800, Danielle Costantino wrote: > i2c: mpc: add register documentation to Freescale I2C driver This should be in one patch. > > return -ETIMEDOUT for all time-out error conditions This should be in a seperate patch. > and warn on arbitration lost. And this

[PATCH] i2c: mpc: add register documentation to Freescale I2C driver

2014-11-29 Thread Danielle Costantino
i2c: mpc: add register documentation to Freescale I2C driver return -ETIMEDOUT for all time-out error conditions and warn on arbitration lost. Signed-off-by: Danielle Costantino diff --git a/drivers/i2c/busses/i2c-mpc.c b/drivers/i2c/busses/i2c-mpc.c index 4c5d7d9..28d9245 100644 --- a/drive