Re: [PATCH 1/1] i2c: dln2: Pass forward ACPI companion

2016-04-24 Thread Wolfram Sang
On Thu, Mar 24, 2016 at 08:59:16PM +0200, Irina Tirdea wrote: > Share the ACPI companion for the platform device with the > i2c adapter, so that the adapter has access to the properties > defined in ACPI tables. > > Signed-off-by: Irina Tirdea Applied to for-next, thanks! signature.asc Descri

Re: [PATCH 1/1] i2c: dln2: Pass forward ACPI companion

2016-04-18 Thread Mika Westerberg
On Sat, Apr 16, 2016 at 11:33:04PM +0200, Wolfram Sang wrote: > On Thu, Mar 24, 2016 at 08:59:16PM +0200, Irina Tirdea wrote: > > Share the ACPI companion for the platform device with the > > i2c adapter, so that the adapter has access to the properties > > defined in ACPI tables. > > > > Signed-o

Re: [PATCH 1/1] i2c: dln2: Pass forward ACPI companion

2016-04-16 Thread Wolfram Sang
On Thu, Mar 24, 2016 at 08:59:16PM +0200, Irina Tirdea wrote: > Share the ACPI companion for the platform device with the > i2c adapter, so that the adapter has access to the properties > defined in ACPI tables. > > Signed-off-by: Irina Tirdea > --- Adding Mika for my question: A few drivers do

[PATCH 1/1] i2c: dln2: Pass forward ACPI companion

2016-03-24 Thread Irina Tirdea
Share the ACPI companion for the platform device with the i2c adapter, so that the adapter has access to the properties defined in ACPI tables. Signed-off-by: Irina Tirdea --- drivers/i2c/busses/i2c-dln2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/busses/i2c-dln2.c b/driv