Re: [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-28 Thread Mika Westerberg
On Wed, Apr 20, 2016 at 01:39:03AM +0300, Octavian Purdila wrote: > This patch adds supports for I2C device enumeration and removal via > ACPI reconfiguration notifications that are send as a result of an > ACPI table load or unload operation. > > Signed-off-by: Octavian Purdila

Re: [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-28 Thread Mika Westerberg
On Wed, Apr 20, 2016 at 01:39:03AM +0300, Octavian Purdila wrote: > This patch adds supports for I2C device enumeration and removal via > ACPI reconfiguration notifications that are send as a result of an > ACPI table load or unload operation. > > Signed-off-by: Octavian Purdila Looks

Re: [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-21 Thread Octavian Purdila
On Fri, Apr 22, 2016 at 12:27 AM, Andy Shevchenko wrote: > Hi Andy and thanks for the review! > On Wed, Apr 20, 2016 at 1:39 AM, Octavian Purdila > wrote: > > This patch adds supports for I2C device enumeration and removal via > > ACPI

Re: [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-21 Thread Octavian Purdila
On Fri, Apr 22, 2016 at 12:27 AM, Andy Shevchenko wrote: > Hi Andy and thanks for the review! > On Wed, Apr 20, 2016 at 1:39 AM, Octavian Purdila > wrote: > > This patch adds supports for I2C device enumeration and removal via > > ACPI reconfiguration notifications that are send as a result of

Re: [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-21 Thread Andy Shevchenko
On Wed, Apr 20, 2016 at 1:39 AM, Octavian Purdila wrote: > This patch adds supports for I2C device enumeration and removal via > ACPI reconfiguration notifications that are send as a result of an > ACPI table load or unload operation. > >

Re: [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-21 Thread Andy Shevchenko
On Wed, Apr 20, 2016 at 1:39 AM, Octavian Purdila wrote: > This patch adds supports for I2C device enumeration and removal via > ACPI reconfiguration notifications that are send as a result of an > ACPI table load or unload operation. > > acpi_dev_free_resource_list(_list); > > +

[RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-19 Thread Octavian Purdila
This patch adds supports for I2C device enumeration and removal via ACPI reconfiguration notifications that are send as a result of an ACPI table load or unload operation. Signed-off-by: Octavian Purdila --- drivers/i2c/i2c-core.c | 170

[RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications

2016-04-19 Thread Octavian Purdila
This patch adds supports for I2C device enumeration and removal via ACPI reconfiguration notifications that are send as a result of an ACPI table load or unload operation. Signed-off-by: Octavian Purdila --- drivers/i2c/i2c-core.c | 170 ++--- 1 file