Re: [Resend Patch 5/9] I2C: Add smbus quick read/write helper function

2014-04-22 Thread Mika Westerberg
On Tue, Apr 22, 2014 at 02:24:11PM +0800, Lan Tianyu wrote: > Add i2c_smbus_quick_write/read() helper function. These will be used > in the implementation of i2c ACPI address space handler. > > Signed-off-by: Lan Tianyu Reviewed-by: Mika Westerberg -- To unsubscribe from this list: send the lin

[Resend Patch 5/9] I2C: Add smbus quick read/write helper function

2014-04-21 Thread Lan Tianyu
Add i2c_smbus_quick_write/read() helper function. These will be used in the implementation of i2c ACPI address space handler. Signed-off-by: Lan Tianyu --- drivers/i2c/i2c-core.c | 30 ++ include/linux/i2c.h| 2 ++ 2 files changed, 32 insertions(+) diff --git a/

[PATCH 5/9] I2C: Add smbus quick read/write helper function

2014-04-16 Thread Lan Tianyu
Add i2c_smbus_quick_write/read() helper function. These will be used in the implementation of i2c ACPI address space handler. Signed-off-by: Lan Tianyu --- drivers/i2c/i2c-core.c | 30 ++ include/linux/i2c.h| 2 ++ 2 files changed, 32 insertions(+) diff --git a/