diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-05-28 12:09:41 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-06-03 12:43:17 +0200 |
commit | 6563e494a0fb1a5fd0537761b2751a7863e2450d (patch) | |
tree | 8765c6b67c9e3ae57147f413c541eb171113e68a /target/linux/cns3xxx | |
parent | e3408d09b0323e1cfea229543f6070f0b7cff97a (diff) | |
download | upstream-6563e494a0fb1a5fd0537761b2751a7863e2450d.tar.gz upstream-6563e494a0fb1a5fd0537761b2751a7863e2450d.tar.bz2 upstream-6563e494a0fb1a5fd0537761b2751a7863e2450d.zip |
kernel: bump 4.14 to 4.14.122
Refreshed all patches.
Compile-tested on: cns3xxx, imx6
Runtime-tested on: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/patches-4.14/130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-4.14/130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch b/target/linux/cns3xxx/patches-4.14/130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch index c0161e7a30..ef7da9fe23 100644 --- a/target/linux/cns3xxx/patches-4.14/130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch +++ b/target/linux/cns3xxx/patches-4.14/130-Extend-PCIE_BUS_PEER2PEER-to-set-MRSS-128-to-fix-CNS3xxx-BM-DMA..patch @@ -12,7 +12,7 @@ /* For Max performance, the MRRS must be set to the largest supported --- a/include/linux/pci.h +++ b/include/linux/pci.h -@@ -845,7 +845,7 @@ enum pcie_bus_config_types { +@@ -847,7 +847,7 @@ enum pcie_bus_config_types { PCIE_BUS_DEFAULT, /* ensure MPS matches upstream bridge */ PCIE_BUS_SAFE, /* use largest MPS boot-time devices support */ PCIE_BUS_PERFORMANCE, /* use MPS and MRRS for best performance */ |