Re: [PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-05-16 Thread Wolfram Sang
On Tue, May 16, 2017 at 11:39:08PM +0200, Wolfram Sang wrote: > On Wed, Apr 26, 2017 at 11:41:45AM +0700, tnhu...@apm.com wrote: > > From: Tin Huynh > > > > Certain I2C slave drivers, such as the pca95xx, require > > only I2C operations instead of SMBus extensions. > > This

Re: [PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-05-16 Thread Wolfram Sang
On Tue, May 16, 2017 at 11:39:08PM +0200, Wolfram Sang wrote: > On Wed, Apr 26, 2017 at 11:41:45AM +0700, tnhu...@apm.com wrote: > > From: Tin Huynh > > > > Certain I2C slave drivers, such as the pca95xx, require > > only I2C operations instead of SMBus extensions. > > This patch adds

Re: [PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-05-16 Thread Wolfram Sang
On Wed, Apr 26, 2017 at 11:41:45AM +0700, tnhu...@apm.com wrote: > From: Tin Huynh > > Certain I2C slave drivers, such as the pca95xx, require > only I2C operations instead of SMBus extensions. > This patch adds I2C_FUNC_I2C functionally to support those drivers. Again, no

Re: [PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-05-16 Thread Wolfram Sang
On Wed, Apr 26, 2017 at 11:41:45AM +0700, tnhu...@apm.com wrote: > From: Tin Huynh > > Certain I2C slave drivers, such as the pca95xx, require > only I2C operations instead of SMBus extensions. > This patch adds I2C_FUNC_I2C functionally to support those drivers. Again, no Signed-off. I can't

Re: [PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-05-16 Thread Wolfram Sang
On Wed, Apr 26, 2017 at 11:41:45AM +0700, tnhu...@apm.com wrote: > From: Tin Huynh > > Certain I2C slave drivers, such as the pca95xx, require > only I2C operations instead of SMBus extensions. > This patch adds I2C_FUNC_I2C functionally to support those drivers. No Signed-off,

Re: [PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-05-16 Thread Wolfram Sang
On Wed, Apr 26, 2017 at 11:41:45AM +0700, tnhu...@apm.com wrote: > From: Tin Huynh > > Certain I2C slave drivers, such as the pca95xx, require > only I2C operations instead of SMBus extensions. > This patch adds I2C_FUNC_I2C functionally to support those drivers. No Signed-off, please run

[PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-04-25 Thread tnhuynh
From: Tin Huynh Certain I2C slave drivers, such as the pca95xx, require only I2C operations instead of SMBus extensions. This patch adds I2C_FUNC_I2C functionally to support those drivers. --- drivers/i2c/busses/i2c-xgene-slimpro.c |3 ++- 1 files changed, 2 insertions(+),

[PATCH V1] i2c: xgene: Add support for I2C_FUNC_I2C functionality

2017-04-25 Thread tnhuynh
From: Tin Huynh Certain I2C slave drivers, such as the pca95xx, require only I2C operations instead of SMBus extensions. This patch adds I2C_FUNC_I2C functionally to support those drivers. --- drivers/i2c/busses/i2c-xgene-slimpro.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)