Re: [PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices

2015-09-23 Thread Andy Shevchenko
On Tue, 2015-09-22 at 23:15 +0100, Lee Jones wrote: > On Tue, 22 Sep 2015, Andy Shevchenko wrote: > > > There is at least one board on the market, i.e. Intel Galileo Gen2, > > that uses > > _ADR to distinguish the devices under one actual device. Due to > > this we have to > > improve the quirk

Re: [PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices

2015-09-23 Thread Andy Shevchenko
On Tue, 2015-09-22 at 23:15 +0100, Lee Jones wrote: > On Tue, 22 Sep 2015, Andy Shevchenko wrote: > > > There is at least one board on the market, i.e. Intel Galileo Gen2, > > that uses > > _ADR to distinguish the devices under one actual device. Due to > > this we have to > > improve the quirk

Re: [PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices

2015-09-22 Thread Lee Jones
On Tue, 22 Sep 2015, Andy Shevchenko wrote: > There is at least one board on the market, i.e. Intel Galileo Gen2, that uses > _ADR to distinguish the devices under one actual device. Due to this we have > to > improve the quirk in the MFD core to handle that board. This will require an ACPI

[PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices

2015-09-22 Thread Andy Shevchenko
There is at least one board on the market, i.e. Intel Galileo Gen2, that uses _ADR to distinguish the devices under one actual device. Due to this we have to improve the quirk in the MFD core to handle that board. Signed-off-by: Andy Shevchenko --- Documentation/acpi/enumeration.txt | 11

Re: [PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices

2015-09-22 Thread Lee Jones
On Tue, 22 Sep 2015, Andy Shevchenko wrote: > There is at least one board on the market, i.e. Intel Galileo Gen2, that uses > _ADR to distinguish the devices under one actual device. Due to this we have > to > improve the quirk in the MFD core to handle that board. This will require an ACPI

[PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices

2015-09-22 Thread Andy Shevchenko
There is at least one board on the market, i.e. Intel Galileo Gen2, that uses _ADR to distinguish the devices under one actual device. Due to this we have to improve the quirk in the MFD core to handle that board. Signed-off-by: Andy Shevchenko ---