Re: [Patch V2 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

2014-05-19 Thread Rafael J. Wysocki
On Monday, May 19, 2014 05:44:47 PM Lan Tianyu wrote: > On 05/19/2014 04:49 PM, Mika Westerberg wrote: > > On Sat, May 17, 2014 at 07:48:34PM +0200, Wolfram Sang wrote: > >> On Tue, Apr 29, 2014 at 11:16:09AM +0300, Mika Westerberg wrote: > >>> On Mon, Apr 28, 2014 at 10:27:48PM +0800, Lan Tianyu w

Re: [Patch V2 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

2014-05-19 Thread Lan Tianyu
On 05/19/2014 04:49 PM, Mika Westerberg wrote: On Sat, May 17, 2014 at 07:48:34PM +0200, Wolfram Sang wrote: On Tue, Apr 29, 2014 at 11:16:09AM +0300, Mika Westerberg wrote: On Mon, Apr 28, 2014 at 10:27:48PM +0800, Lan Tianyu wrote: This patch is to add CONFIG_I2C_ACPI. Current there is a rac

Re: [Patch V2 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

2014-05-19 Thread Mika Westerberg
On Sat, May 17, 2014 at 07:48:34PM +0200, Wolfram Sang wrote: > On Tue, Apr 29, 2014 at 11:16:09AM +0300, Mika Westerberg wrote: > > On Mon, Apr 28, 2014 at 10:27:48PM +0800, Lan Tianyu wrote: > > > This patch is to add CONFIG_I2C_ACPI. Current there is a race between > > > removing I2C ACPI operat

Re: [Patch V2 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

2014-05-17 Thread Wolfram Sang
On Tue, Apr 29, 2014 at 11:16:09AM +0300, Mika Westerberg wrote: > On Mon, Apr 28, 2014 at 10:27:48PM +0800, Lan Tianyu wrote: > > This patch is to add CONFIG_I2C_ACPI. Current there is a race between > > removing I2C ACPI operation region and ACPI AML code accessing. > > So make i2c core built-in

Re: [Patch V2 9/9] I2C/ACPI: Add CONFIG_I2C_ACPI config

2014-04-29 Thread Mika Westerberg
On Mon, Apr 28, 2014 at 10:27:48PM +0800, Lan Tianyu wrote: > This patch is to add CONFIG_I2C_ACPI. Current there is a race between > removing I2C ACPI operation region and ACPI AML code accessing. > So make i2c core built-in if CONFIG_I2C_ACPI is set. > > Signed-off-by: Lan Tianyu > --- > drive