Re: [PATCH v9 07/11] ACPI/IORT: Add a helper to retrieve RMR info directly

2022-04-06 Thread Lorenzo Pieralisi
On Mon, Apr 04, 2022 at 01:42:05PM +0100, Shameer Kolothum wrote: > This will provide a way for SMMU drivers to retrieve StreamIDs > associated with IORT RMR nodes and use that to set bypass settings > for those IDs. > > Signed-off-by: Shameer Kolothum > --- > drivers/acpi/arm64/iort.c | 29

[PATCH v9 07/11] ACPI/IORT: Add a helper to retrieve RMR info directly

2022-04-04 Thread Shameer Kolothum via iommu
This will provide a way for SMMU drivers to retrieve StreamIDs associated with IORT RMR nodes and use that to set bypass settings for those IDs. Signed-off-by: Shameer Kolothum --- drivers/acpi/arm64/iort.c | 29 + include/linux/acpi_iort.h | 8 2 files