Re: [PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-25 Thread Thomas Preston
On 25/03/2019 15:01, Andy Shevchenko wrote: On Mon, Mar 25, 2019 at 02:42:09PM +, Thomas Preston wrote: On 25/03/2019 13:04, Andy Shevchenko wrote: On Mon, Mar 25, 2019 at 01:51:18PM +0200, Andy Shevchenko wrote: On Mon, Mar 25, 2019 at 10:31:13AM +0100, Rafael J. Wysocki wrote: Though

Re: [PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-25 Thread Andy Shevchenko
On Mon, Mar 25, 2019 at 02:42:09PM +, Thomas Preston wrote: > On 25/03/2019 13:04, Andy Shevchenko wrote: > > On Mon, Mar 25, 2019 at 01:51:18PM +0200, Andy Shevchenko wrote: > > > On Mon, Mar 25, 2019 at 10:31:13AM +0100, Rafael J. Wysocki wrote: > > > Though one thing I would like to add (no

Re: [PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-25 Thread Thomas Preston
Hi, Thanks for looking at this. On 25/03/2019 13:04, Andy Shevchenko wrote: On Mon, Mar 25, 2019 at 01:51:18PM +0200, Andy Shevchenko wrote: On Mon, Mar 25, 2019 at 10:31:13AM +0100, Rafael J. Wysocki wrote: On Fri, Mar 22, 2019 at 2:47 PM Thomas Preston wrote: Add an example for the magic

Re: [PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-25 Thread Andy Shevchenko
On Mon, Mar 25, 2019 at 01:51:18PM +0200, Andy Shevchenko wrote: > On Mon, Mar 25, 2019 at 10:31:13AM +0100, Rafael J. Wysocki wrote: > > On Fri, Mar 22, 2019 at 2:47 PM Thomas Preston > > wrote: > > > > > > Add an example for the magic PRP0001 device ID which allows matching > > > ACPI devices ag

Re: [PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-25 Thread Andy Shevchenko
On Mon, Mar 25, 2019 at 10:31:13AM +0100, Rafael J. Wysocki wrote: > On Fri, Mar 22, 2019 at 2:47 PM Thomas Preston > wrote: > > > > Add an example for the magic PRP0001 device ID which allows matching > > ACPI devices against drivers using OF Device Tree compatible property. > > It wasn't clear t

Re: [PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-25 Thread Mika Westerberg
On Mon, Mar 25, 2019 at 10:31:13AM +0100, Rafael J. Wysocki wrote: > On Fri, Mar 22, 2019 at 2:47 PM Thomas Preston > wrote: > > > > Add an example for the magic PRP0001 device ID which allows matching > > ACPI devices against drivers using OF Device Tree compatible property. > > It wasn't clear t

Re: [PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-25 Thread Rafael J. Wysocki
On Fri, Mar 22, 2019 at 2:47 PM Thomas Preston wrote: > > Add an example for the magic PRP0001 device ID which allows matching > ACPI devices against drivers using OF Device Tree compatible property. > It wasn't clear to me that PRP0001 could be used in _CID. Mika, Andy, can you have a look at th

[PATCH] Documentation: acpi: Add an example for PRP0001

2019-03-22 Thread Thomas Preston
Add an example for the magic PRP0001 device ID which allows matching ACPI devices against drivers using OF Device Tree compatible property. It wasn't clear to me that PRP0001 could be used in _CID. Signed-off-by: Thomas Preston --- Documentation/acpi/enumeration.txt | 27