Re: [PATCH v3 3/3] ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Samsung SoCs

2010-08-04 Thread Ben Dooks
On 30/07/10 01:22, Kyungmin Park wrote: > On Thu, Jul 29, 2010 at 6:42 PM, Kukjin Kim wrote: >> From: Naveen Krishna Ch >> >> This patch adds HAVE_S3C2410_I2C to control inclusion of I2C bus driver >> on Samsung SoCs and makes I2C bus driver dependency SoC specific instead >> of machine specific.

RE: [PATCH v3 3/3] ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Samsung SoCs

2010-07-29 Thread Kukjin Kim
er.kernel.org; ben-li...@fluff.org; Naveen Krishna Ch > Subject: Re: [PATCH v3 3/3] ARM: SAMSUNG: i2c/busses: Add > HAVE_S3C2410_I2C option to include I2C for Samsung SoCs > > On Fri, Jul 30, 2010 at 10:03 AM, Kukjin Kim wrote: > > Kyungmin Park wrote: > >> > >> On Thu

Re: [PATCH v3 3/3] ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Samsung SoCs

2010-07-29 Thread Kyungmin Park
On Fri, Jul 30, 2010 at 10:03 AM, Kukjin Kim wrote: > Kyungmin Park wrote: >> >> On Thu, Jul 29, 2010 at 6:42 PM, Kukjin Kim wrote: >> > From: Naveen Krishna Ch >> > >> > This patch adds HAVE_S3C2410_I2C to control inclusion of I2C bus driver >> > on Samsung SoCs and makes I2C bus driver depende

RE: [PATCH v3 3/3] ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Samsung SoCs

2010-07-29 Thread Kukjin Kim
Kyungmin Park wrote: > > On Thu, Jul 29, 2010 at 6:42 PM, Kukjin Kim wrote: > > From: Naveen Krishna Ch > > > > This patch adds HAVE_S3C2410_I2C to control inclusion of I2C bus driver > > on Samsung SoCs and makes I2C bus driver dependency SoC specific instead > > of machine specific. This will

Re: [PATCH v3 3/3] ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Samsung SoCs

2010-07-29 Thread Kyungmin Park
On Thu, Jul 29, 2010 at 6:42 PM, Kukjin Kim wrote: > From: Naveen Krishna Ch > > This patch adds HAVE_S3C2410_I2C to control inclusion of I2C bus driver > on Samsung SoCs and makes I2C bus driver dependency SoC specific instead > of machine specific. This will enalbe all machines using Samsung AR

[PATCH v3 3/3] ARM: SAMSUNG: i2c/busses: Add HAVE_S3C2410_I2C option to include I2C for Samsung SoCs

2010-07-29 Thread Kukjin Kim
From: Naveen Krishna Ch This patch adds HAVE_S3C2410_I2C to control inclusion of I2C bus driver on Samsung SoCs and makes I2C bus driver dependency SoC specific instead of machine specific. This will enalbe all machines using Samsung ARCH_S3C2410, _S3C64XX, _S5P6440, _S5PC100, and _S5PV210 to sel