Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-10 Thread Russell King - ARM Linux
On Mon, Dec 10, 2012 at 03:02:28PM +0530, Giridhar Maruthy wrote: > Hi Russel, > > Thanks for review and please find my replies below. > > On 7 December 2012 18:03, Russell King - ARM Linux > wrote: > > On Fri, Dec 07, 2012 at 05:33:17PM +0530, Tushar Behera wrote: > >> On 12/03/2012 05:46 PM, G

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-10 Thread Giridhar Maruthy
Hi Russel, Thanks for review and please find my replies below. On 7 December 2012 18:03, Russell King - ARM Linux wrote: > On Fri, Dec 07, 2012 at 05:33:17PM +0530, Tushar Behera wrote: >> On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: >> > This patch adds slave support to i2c. The dt entry i2c

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-10 Thread Giridhar Maruthy
Thanks Tushar, On 7 December 2012 17:33, Tushar Behera wrote: > On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: >> This patch adds slave support to i2c. The dt entry i2c-mode >> decides at probe time if the controller needs to work in >> slave mode and the controller is accordingly programmed. >>

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-07 Thread Russell King - ARM Linux
On Fri, Dec 07, 2012 at 05:33:17PM +0530, Tushar Behera wrote: > On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: > > This patch adds slave support to i2c. The dt entry i2c-mode > > decides at probe time if the controller needs to work in > > slave mode and the controller is accordingly programmed.

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-07 Thread Tushar Behera
On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: > This patch adds slave support to i2c. The dt entry i2c-mode > decides at probe time if the controller needs to work in > slave mode and the controller is accordingly programmed. > > Signed-off-by: Giridhar Maruthy > --- > drivers/i2c/busses/i2c-s

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-07 Thread Giridhar Maruthy
Thanks for the review Subash. Please find my reply below. On 6 December 2012 23:05, Subash Patel wrote: > Hi Giridhar, > > > On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: >> >> This patch adds slave support to i2c. The dt entry i2c-mode >> decides at probe time if the controller needs to work i

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-06 Thread Subash Patel
Hi Giridhar, On 12/03/2012 05:46 PM, Giridhar Maruthy wrote: This patch adds slave support to i2c. The dt entry i2c-mode decides at probe time if the controller needs to work in slave mode and the controller is accordingly programmed. Signed-off-by: Giridhar Maruthy mailto:giridhar.maru...@lina

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-03 Thread Giridhar Maruthy
Thank you Kyungmin Park for the review. On 3 December 2012 22:28, Kyungmin Park wrote: > > Hi, > > On Mon, Dec 3, 2012 at 9:16 PM, Giridhar Maruthy > wrote: > > This patch adds slave support to i2c. The dt entry i2c-mode > > decides at probe time if the controller needs to work in > > slave mode

Re: [PATCH] I2C: EXYNOS: Add slave support to i2c

2012-12-03 Thread Kyungmin Park
Hi, On Mon, Dec 3, 2012 at 9:16 PM, Giridhar Maruthy wrote: > This patch adds slave support to i2c. The dt entry i2c-mode > decides at probe time if the controller needs to work in > slave mode and the controller is accordingly programmed. > > Signed-off-by: Giridhar Maruthy > --- > drivers/i2c