Re: [PATCH 1/1] iommu/amd: Fix typos for PPR macros

2020-01-07 Thread Joerg Roedel
On Mon, Dec 30, 2019 at 01:56:54PM +0800, Adrian Huang wrote: > From: Adrian Huang > > The bit 13 and bit 14 of the IOMMU control register are > PPRLogEn and PPRIntEn. They are related to PPR (Peripheral Page > Request) instead of 'PPF'. Fix them accrodingly. > > Signed-off-by: Adrian Huang >

[PATCH 1/1] iommu/amd: Fix typos for PPR macros

2019-12-29 Thread Adrian Huang
From: Adrian Huang The bit 13 and bit 14 of the IOMMU control register are PPRLogEn and PPRIntEn. They are related to PPR (Peripheral Page Request) instead of 'PPF'. Fix them accrodingly. Signed-off-by: Adrian Huang --- drivers/iommu/amd_iommu_init.c | 4 ++-- drivers/iommu/amd_iommu_types.h