Re: [PATCH v7 1/9] iommu: Introduce a union to struct iommu_resv_region

2021-10-11 Thread Robin Murphy
; Guohanjun (Hanjun Guo) ; yangyicong ; Sami Mujawar ; Will Deacon ; wanghuiqiang Subject: Re: [PATCH v7 1/9] iommu: Introduce a union to struct iommu_resv_region On Fri, Oct 8, 2021 at 2:14 PM Robin Murphy wrote: On 2021-08-05 09:07, Shameer Kolothum wrote: A union is introduced to struct

RE: [PATCH v7 1/9] iommu: Introduce a union to struct iommu_resv_region

2021-10-10 Thread Shameerali Kolothum Thodi
(Hanjun Guo) > ; yangyicong ; Sami > Mujawar ; Will Deacon ; > wanghuiqiang > Subject: Re: [PATCH v7 1/9] iommu: Introduce a union to struct > iommu_resv_region > > On Fri, Oct 8, 2021 at 2:14 PM Robin Murphy > wrote: > > > > On 2021-08-05 09:07, Shameer Kolothum

Re: [PATCH v7 1/9] iommu: Introduce a union to struct iommu_resv_region

2021-10-08 Thread Jon Nettleton
On Fri, Oct 8, 2021 at 2:14 PM Robin Murphy wrote: > > On 2021-08-05 09:07, Shameer Kolothum wrote: > > A union is introduced to struct iommu_resv_region to hold > > any firmware specific data. This is in preparation to add > > support for IORT RMR reserve regions and the union now holds > > the R

Re: [PATCH v7 1/9] iommu: Introduce a union to struct iommu_resv_region

2021-10-08 Thread Robin Murphy
On 2021-08-05 09:07, Shameer Kolothum wrote: A union is introduced to struct iommu_resv_region to hold any firmware specific data. This is in preparation to add support for IORT RMR reserve regions and the union now holds the RMR specific information. Signed-off-by: Shameer Kolothum --- inclu

Re: [PATCH v7 1/9] iommu: Introduce a union to struct iommu_resv_region

2021-08-20 Thread Steven Price
On 05/08/2021 09:07, Shameer Kolothum wrote: > A union is introduced to struct iommu_resv_region to hold > any firmware specific data. This is in preparation to add > support for IORT RMR reserve regions and the union now holds > the RMR specific information. > > Signed-off-by: Shameer Kolothum >

[PATCH v7 1/9] iommu: Introduce a union to struct iommu_resv_region

2021-08-05 Thread Shameer Kolothum
A union is introduced to struct iommu_resv_region to hold any firmware specific data. This is in preparation to add support for IORT RMR reserve regions and the union now holds the RMR specific information. Signed-off-by: Shameer Kolothum --- include/linux/iommu.h | 11 +++ 1 file change