aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2019-03-14 14:23:25 +0100
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2019-03-19 16:30:29 +0100
commit24f32072d20edd68996db57253f36b0e0aec2bec (patch)
tree69863ab393f157134cb849cf57fdbc71cae36703 /target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch
parentdcfca830a85690d6973bf065be0070ec56f8aeb6 (diff)
downloadupstream-24f32072d20edd68996db57253f36b0e0aec2bec.tar.gz
upstream-24f32072d20edd68996db57253f36b0e0aec2bec.tar.bz2
upstream-24f32072d20edd68996db57253f36b0e0aec2bec.zip
kernel: bump 4.9 to 4.9.163
Refreshed all targets. Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch')
-rw-r--r--target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch b/target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch
index deaca743dd..2fc47b614e 100644
--- a/target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch
+++ b/target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch
@@ -34,7 +34,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
return entry->group;
}
-@@ -3173,9 +3175,10 @@ static bool amd_iommu_capable(enum iommu
+@@ -3180,9 +3182,10 @@ static bool amd_iommu_capable(enum iommu
return false;
}
@@ -47,7 +47,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
struct unity_map_entry *entry;
int devid;
-@@ -3184,41 +3187,56 @@ static void amd_iommu_get_dm_regions(str
+@@ -3191,41 +3194,56 @@ static void amd_iommu_get_dm_regions(str
return;
list_for_each_entry(entry, &amd_iommu_unity_map, list) {
@@ -118,7 +118,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
{
struct dma_ops_domain *dma_dom = to_dma_ops_domain(to_pdomain(domain));
unsigned long start, end;
-@@ -3242,9 +3260,9 @@ static const struct iommu_ops amd_iommu_
+@@ -3249,9 +3267,9 @@ static const struct iommu_ops amd_iommu_
.add_device = amd_iommu_add_device,
.remove_device = amd_iommu_remove_device,
.device_group = amd_iommu_device_group,