Re: [PATCH v1] x86: acpi: Drop _HID() where enumerated by _ADR()

2020-05-27 Thread Bin Meng
Hi Andy, On Wed, May 27, 2020 at 10:16 PM Andy Shevchenko wrote: > > On Tue, May 26, 2020 at 09:19:49PM +0300, Andy Shevchenko wrote: > > ACPICA complains that either _HID() or _ADR() should be used. > > For General Purpose DMA we may not drop the _ADR() because > > the device is enumerated by

Re: [PATCH v1] x86: acpi: Drop _HID() where enumerated by _ADR()

2020-05-27 Thread Andy Shevchenko
On Tue, May 26, 2020 at 09:19:49PM +0300, Andy Shevchenko wrote: > ACPICA complains that either _HID() or _ADR() should be used. > For General Purpose DMA we may not drop the _ADR() because > the device is enumerated by PCI. Thus, simple drop _HID(). Bin, since now all issues you found, being

[PATCH v1] x86: acpi: Drop _HID() where enumerated by _ADR()

2020-05-26 Thread Andy Shevchenko
ACPICA complains that either _HID() or _ADR() should be used. For General Purpose DMA we may not drop the _ADR() because the device is enumerated by PCI. Thus, simple drop _HID(). Reported-by: Bin Meng Signed-off-by: Andy Shevchenko --- arch/x86/include/asm/arch-tangier/acpi/southcluster.asl |