Re: [Patch V3 5/5] I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config

2014-06-29 Thread Lan Tianyu
On 2014年06月27日 19:03, Wolfram Sang wrote: > On Tue, May 20, 2014 at 08:59:24PM +0800, Lan Tianyu wrote: >> Clean up ACPI related code in the i2c core and add CONFIG_I2C_ACPI >> to enable I2C ACPI code. >> >> Current there is a race between removing I2C ACPI operation region >> and ACPI AML code acc

Re: [Patch V3 5/5] I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config

2014-06-27 Thread Wolfram Sang
On Tue, May 20, 2014 at 08:59:24PM +0800, Lan Tianyu wrote: > Clean up ACPI related code in the i2c core and add CONFIG_I2C_ACPI > to enable I2C ACPI code. > > 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_

[Patch V3 5/5] I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI config

2014-05-20 Thread Lan Tianyu
Clean up ACPI related code in the i2c core and add CONFIG_I2C_ACPI to enable I2C ACPI code. 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. Reviewed-by: Mika Westerberg Signed-off-by: Lan Tianyu