Re: Re: [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree

2020-04-16 Thread Andy Shevchenko
On Thu, Apr 16, 2020 at 11:27 AM Wolfgang Wallner wrote: > -"Andy Shevchenko" schrieb: - [snip] > >> - acpi,compatible : ACPI devices may report a _HID or _CID of > >"PRP0001", in > >> which case they are expected to provide a _DSD object with a > >"compatible" > >> property. >

Antwort: Re: [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree

2020-04-16 Thread Wolfgang Wallner
Hi Andy, -"Andy Shevchenko" schrieb: - >Betreff: Re: [PATCH v5 14/29] acpi: Add a binding for ACPI settings >in the device tree [snip] >> - acpi,compatible : ACPI devices may report a _HID or _CID of >"PRP0001", in >> which case they are

Re: [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree

2020-04-15 Thread Bin Meng
Hi Simon, On Thu, Apr 9, 2020 at 6:58 AM Simon Glass wrote: > > Devices need to report various identifiers in the ACPI tables. Rather than > hard-coding these in drivers it is typically better to put them in the > device tree. > > Add a binding file to describe this. > > Signed-off-by: Simon Glas

Re: [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree

2020-04-15 Thread Andy Shevchenko
On Wed, Apr 15, 2020 at 7:16 PM Wolfgang Wallner wrote: > I have learned through the previous review discussions aspects about this > binding which are not captured in the current patch. I tried to incorporate > these findings, the modified text is proposed below. > > Additionally, I realized tha

Antwort: [PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree

2020-04-15 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - >Betreff: [PATCH v5 14/29] acpi: Add a binding for ACPI settings in >the device tree > >Devices need to report various identifiers in the ACPI tables. Rather >than >hard-coding these in drivers it is typically better to p

[PATCH v5 14/29] acpi: Add a binding for ACPI settings in the device tree

2020-04-08 Thread Simon Glass
Devices need to report various identifiers in the ACPI tables. Rather than hard-coding these in drivers it is typically better to put them in the device tree. Add a binding file to describe this. Signed-off-by: Simon Glass --- Changes in v5: None Changes in v4: - Put 'interrupts-extended' prope