diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-10-15 11:04:12 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-21 09:07:06 -0300 |
commit | bf0b6a9a5deb4f37ffe9f32e9c3cc166ccaabf10 (patch) | |
tree | b7e6f35af4c17d0b221955eddb6201d38036c233 /recipes-kernel | |
parent | 46c0867feb032d3867ae8377274323dbbf179bde (diff) | |
download | meta-freescale-bf0b6a9a5deb4f37ffe9f32e9c3cc166ccaabf10.tar.gz |
linux-qoriq/4.14: update to 328b263
*update to lsdk 1909 tag
include the following changes:
328b263 - staging: fsl_ppfe/eth: Disable termination of CRC fwd.
711fb12 - mtd: fsl-quadspi: Introduce variable to fix different invalid master Id
106285f - arm64: dts: ls1028a: fix dwc pci over smmu
894de03 - arm: dts: ls1021a: fix that FlexTimer cannot wakeup system in deep sleep
39ca302 - Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr1-alt-addr' property
1c45456 - soc: fsl: handle RCPM errata A-008646 on SoC LS1021A
b668cee - enetc: Fix deadlock during PTP RX timestamping
83800e1 - felix: Remove unused include, fix compile warn
8c6cd4b - ocelot: Warn if cpu side interfaces are not up
21df227 - ocelot: Fix NULL pointer on LAG slave removal
740c986 - ocelot: Don't handle netdev events for other netdevs
13b469d - mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC
d77968f - mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1028a
5c63e68 - mmc: sdhci-of-esdhc: set the sd clock divisor value above 3
7b29a0d - iommu/arm-smmu: Enable bypass transaction caching for ARM SMMU 500
91c5e92 - irqchip/gic-v3-its: Fix command queue pointer comparison bug
e8befd6 - irqchip/gic-v3-its: Add post-mortem info on command timeout
403113d - drm: mali-dp: Set encoder possible_clones
a19b072 - drm/arm/malidp: Enable/disable interrupts in runtime pm
0b1dc14 - drm/modeset-helper: Add simple modeset suspend/resume helpers
f39fc13 - drm/arm/malidp: Added the late system pm functions
4634b3e - felix: skip probing if device is disabled in DT
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb b/recipes-kernel/linux/linux-qoriq_4.14.bb index cd37c5d2..6ec114df 100644 --- a/recipes-kernel/linux/linux-qoriq_4.14.bb +++ b/recipes-kernel/linux/linux-qoriq_4.14.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ |
10 | file://0001-Makfefile-add-cflags.patch \ | 10 | file://0001-Makfefile-add-cflags.patch \ |
11 | " | 11 | " |
12 | SRCREV = "e3aede3681a610e6d42c397b96547dc90f6f9e87" | 12 | SRCREV = "328b263103fbd83f7c7a5d42acef266375a2f717" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||