diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-29 14:04:00 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-03-29 18:04:39 +0100 |
commit | 1ff4cd1ff18df6595416d8345d05cc415fdfeae3 (patch) | |
tree | eaec51ce31a8a26efb14761614e5e9745a8ff647 /target | |
parent | 22a3e65662e97280aeee59c73db69db6f393353c (diff) | |
download | upstream-1ff4cd1ff18df6595416d8345d05cc415fdfeae3.tar.gz upstream-1ff4cd1ff18df6595416d8345d05cc415fdfeae3.tar.bz2 upstream-1ff4cd1ff18df6595416d8345d05cc415fdfeae3.zip |
kernel: bump 4.9 to 4.9.166
Refreshed all patches.
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/layerscape/patches-4.9/810-iommu-support-layerscape.patch | 6 |
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 2fc47b614e..4c228b333a 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; } -@@ -3180,9 +3182,10 @@ static bool amd_iommu_capable(enum iommu +@@ -3185,9 +3187,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; -@@ -3191,41 +3194,56 @@ static void amd_iommu_get_dm_regions(str +@@ -3196,41 +3199,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; -@@ -3249,9 +3267,9 @@ static const struct iommu_ops amd_iommu_ +@@ -3254,9 +3272,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, |