summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-qoriq_4.14.bb
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-04-01 14:42:05 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2019-04-11 09:00:13 -0300
commit0ea64936af24159b1c78993e3444e67ae15cc6d1 (patch)
treeeac507c6b91f61f1f255779e6be87585e693f0bb /recipes-kernel/linux/linux-qoriq_4.14.bb
parent14e1ea04d72a6f0df3538db33f5c6d8fef7f5ab2 (diff)
downloadmeta-freescale-0ea64936af24159b1c78993e3444e67ae15cc6d1.tar.gz
linux-qoriq/4.14:update to 7e52442
*update to lsdk 1903 tag include the following changes: 7e52442 - vfio/fsl-mc: Reset container on last reference release 66346b1 - Revert "net: phy: aquantia: add pause frame support" 5a51f09 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Mar 21, 2019 0412772 - PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes 55f1e5e - i2c: imx: defer probing on dma channel request c42701e - i2c: imx: fix dma_request_chan error handling e16c8a1 - i2c: imx: improve the error handling in i2c_imx_dma_request() 434a13d - i2c: imx: notify about real errors on dma i2c_imx_dma_request ba46a4b - powerpc/dts/fsl: add crypto node alias for B4 1c0ec67 - arm64: dts: ls1043a: add crypto node alias also for qds eb96cdd - soc: fsl: dpio: Increase timeout for QBMan Management Commands a695286 - soc: fsl: qbman: avoid race in clearing QMan interrupt 07977ec - drivers: soc: fsl: fix problem of compiling qixis driver 0529a6d - PCI: endpoint: Correcting nonstandard NXP copyright 70827e4 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Mar 20, 2019 2a71b28 - crypto: caam - fix building job ring as module b87ba6a - soc/fsl/bqman: page align iommu mapping sizes d2e2129 - sdk: dts: remove dma-coherent from sdk dts for QE 788e297 - net: phy: aquantia: add pause frame support fcc8208 - dpaa2-eth: Update pause frames settings on link up 4c86a9c - dpaa2-eth: fix race condition with bql frame accounting e0d959e - dpaa2-eth: configure the cache stashing amount on a queue bafb6b5 - staging: fsl-dpaa2/mac: Fix bug in pause frame advertising 0ed08fd - staging: fsl-dpaa2/mac: add pause frames support for managed phys adcaa66 - of/device: Set bus DMA mask as appropriate 7f97665 - iommu/dma: Respect bus DMA limit for IOVAs *refresh patches Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-kernel/linux/linux-qoriq_4.14.bb')
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb b/recipes-kernel/linux/linux-qoriq_4.14.bb
index cb06ae43..9f4bcf04 100644
--- a/recipes-kernel/linux/linux-qoriq_4.14.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.14.bb
@@ -7,9 +7,9 @@ LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
8 8
9SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ 9SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \
10 file://0001-fix-gcc8-build-error.patch \ 10 file://0001-Makfefile-add-cflags.patch \
11" 11"
12SRCREV = "7e0006ca696756b867abbeb7a4ed97ffe9caf725" 12SRCREV = "7e52442b136c439c142c4859a70ce92208c481a9"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15