Re: [PATCH] i2c: move acpi code back into the core

2014-09-24 Thread Wolfram Sang
> > diff --git a/MAINTAINERS b/MAINTAINERS > > index 809ecd680d88..e3682d0dea1e 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -4477,7 +4477,6 @@ M:Mika Westerberg > > > > L: linux-...@vger.kernel.org > > L: linux-a...@vger.kernel.org > > S: Maintained > > -F: drivers/i2c/i2c-ac

Re: [PATCH] i2c: move acpi code back into the core

2014-09-24 Thread Wolfram Sang
> Hi Wolfram: > The patch passed through the following 110 configure build test in the > 0-day build test system. Thanks, but my tree gets checked automatically anyhow. What I'd need is functional tests because I don't have hardware to test. signature.asc Description: Digital signature

Re: [PATCH] i2c: move acpi code back into the core

2014-09-23 Thread Lan Tianyu
On 2014年09月23日 15:09, Lan Tianyu wrote: > On 2014年09月23日 13:39, Wolfram Sang wrote: >> >>> Sorry for later response due to sickness. I can't write this patch in >>> time. Sorry again. I will test it soon. >> >> Oh, get well soon! Please say so next time, so I know. >> > > Thanks. OK. > I have put

Re: [PATCH] i2c: move acpi code back into the core

2014-09-23 Thread Mika Westerberg
On Mon, Sep 22, 2014 at 11:06:46PM +0200, Wolfram Sang wrote: > Commit 5d98e61d337c ("I2C/ACPI: Add i2c ACPI operation region support") > renamed > the i2c-core module. This may cause regressions for distributions, so put the > ACPI code back into the core. No code was changed. Thanks Wolfram for

Re: [PATCH] i2c: move acpi code back into the core

2014-09-23 Thread Lan Tianyu
On 2014年09月23日 13:39, Wolfram Sang wrote: > >> Sorry for later response due to sickness. I can't write this patch in >> time. Sorry again. I will test it soon. > > Oh, get well soon! Please say so next time, so I know. > Thanks. OK. I have put the patch into test system and need to wait some ti

Re: [PATCH] i2c: move acpi code back into the core

2014-09-22 Thread Wolfram Sang
> Sorry for later response due to sickness. I can't write this patch in > time. Sorry again. I will test it soon. Oh, get well soon! Please say so next time, so I know. signature.asc Description: Digital signature

Re: [PATCH] i2c: move acpi code back into the core

2014-09-22 Thread Lan Tianyu
On 2014年09月23日 05:06, Wolfram Sang wrote: > Commit 5d98e61d337c ("I2C/ACPI: Add i2c ACPI operation region support") > renamed > the i2c-core module. This may cause regressions for distributions, so put the > ACPI code back into the core. No code was changed. > > Reported-by: Jean Delvare > Signe

[PATCH] i2c: move acpi code back into the core

2014-09-22 Thread Wolfram Sang
Commit 5d98e61d337c ("I2C/ACPI: Add i2c ACPI operation region support") renamed the i2c-core module. This may cause regressions for distributions, so put the ACPI code back into the core. No code was changed. Reported-by: Jean Delvare Signed-off-by: Wolfram Sang Cc: Mika Westerberg Cc: Lan Tian

[PATCH] i2c: move acpi code back into the core

2014-09-22 Thread Wolfram Sang
Commit 5d98e61d337c ("I2C/ACPI: Add i2c ACPI operation region support") renamed the i2c-core module. This may cause regressions for distributions, so put the ACPI code back into the core. Reported-by: Jean Delvare Signed-off-by: Wolfram Sang Cc: Mika Westerberg Cc: Lan Tianyu --- MAINTAINERS