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

2019-04-02 Thread Rafael J. Wysocki
On Tuesday, March 26, 2019 10:48:27 AM CEST Mika Westerberg wrote: > On Mon, Mar 25, 2019 at 04:53:38PM +, 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. > > > > Signed-of

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

2019-03-26 Thread Mika Westerberg
On Mon, Mar 25, 2019 at 04:53:38PM +, 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. > > Signed-off-by: Thomas Preston Acked-by: Mika Westerberg

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

2019-03-25 Thread Andy Shevchenko
On Mon, Mar 25, 2019 at 04:53:38PM +, 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. Thank you! Reviewed-by: Andy Shevchenko > > Signed-off-by: Thomas Preston > --- > Doc

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

2019-03-25 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. Signed-off-by: Thomas Preston --- Documentation/acpi/enumeration.txt | 26 ++ 1 file changed, 26 insertions(+) diff --git a/Documen