Re: [PATCH 3/4] i2c-nomadik: support smbus emulation

2010-09-27 Thread Shinya Kuribayashi
On 9/27/2010 6:00 PM, Linus Walleij wrote: > 2010/9/24 Shinya Kuribayashi : >> On 9/23/2010 4:04 PM, Linus Walleij wrote: >> Is this I2C core capable of I2C_FUNC_SMBUS_QUICK? Unless it's capable >> of full SMBus emulation, it would be better to turn off relevant flags >> for safety. I'm not objec

Re: [PATCH 3/4] i2c-nomadik: support smbus emulation

2010-09-27 Thread Linus Walleij
2010/9/24 Shinya Kuribayashi : > On 9/23/2010 4:04 PM, Linus Walleij wrote: >> We can do smbus emulation so flag this and drop the duplicate >> flags implied from smbus emulation. > >> @@ -803,10 +803,7 @@ static irqreturn_t i2c_irq_handler(int irq, void *arg) >> >>  static unsigned int nmk_i2c_fun

Re: [PATCH 3/4] i2c-nomadik: support smbus emulation

2010-09-23 Thread Shinya Kuribayashi
On 9/23/2010 4:04 PM, Linus Walleij wrote: > We can do smbus emulation so flag this and drop the duplicate > flags implied from smbus emulation. > @@ -803,10 +803,7 @@ static irqreturn_t i2c_irq_handler(int irq, void *arg) > > static unsigned int nmk_i2c_functionality(struct i2c_adapter *adap)

[PATCH 3/4] i2c-nomadik: support smbus emulation

2010-09-23 Thread Linus Walleij
We can do smbus emulation so flag this and drop the duplicate flags implied from smbus emulation. Acked-by: Srinidhi Kasagar Signed-off-by: Sundar R Iyer Signed-off-by: Linus Walleij --- drivers/i2c/busses/i2c-nomadik.c |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git