Re: [PATCH v3 20/29] acpi: Add support for DMAR

2020-04-03 Thread Andy Shevchenko
On Mon, Mar 30, 2020 at 05:12:56PM -0600, Simon Glass wrote: > The DMA Remapping Reporting (DMAR) table contains information about DMA > remapping. > > Add a version simple version of this table with only the minimum fields > filled out. i.e. no entries. > +/* TODO(s...@chromium.org): Figure out

Antwort: [PATCH v3 20/29] acpi: Add support for DMAR

2020-03-31 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - >Betreff: [PATCH v3 20/29] acpi: Add support for DMAR > >The DMA Remapping Reporting (DMAR) table contains information about >DMA >remapping. > >Add a version simple version of this table with only the minimum >f

[PATCH v3 20/29] acpi: Add support for DMAR

2020-03-30 Thread Simon Glass
The DMA Remapping Reporting (DMAR) table contains information about DMA remapping. Add a version simple version of this table with only the minimum fields filled out. i.e. no entries. Reviewed-by: Bin Meng Signed-off-by: Simon Glass --- Changes in v3: - Add missing error check in acpi_create_d