summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2017-04-26 11:19:13 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-05-02 17:54:58 -0300
commit8b4156532a1559063c6f30876603792d71326c2c (patch)
treeebe599ba6e97c02a2b47d642915b32ffbe093771
parent304d35eb872228acc048162705dba944c2483ead (diff)
downloadmeta-freescale-8b4156532a1559063c6f30876603792d71326c2c.tar.gz
linux-qoriq: update to 1ae843c
*include the following changes 1 ae843c - Merge branch 'feature/rt' into sdk-v2.0.x-yocto 2 38d9a8a - Merge branch 'feature/usdpaa' into yocto/sdk-2.0.x 3 bba80f8 - Merge branch 'feature/asf' into yocto/sdk-2.0.x 4 dc4e9ad - crypto: dpaa2-caam: add congestion management 5 5d9bbd5 - crypto: dpaa2-caam: uprev to DPSECI vers 5.0 6 4aeb8ff - staging: fsl-mc: add support for opr 7 6a58807 - qdma: correct the qdma error interrupt number 8 4b90023 - qdma: uniform distribute the channels to all the command queue 9 a6a9cfb - dma: fsl-qdma: rectify the address for some register 10 cb24b8e - staging: fsl-dpaa2: Move CSCN related API to DPIO header 11 5784a1d - flextimer: fix flextimer workaround timeout method 12 a36c26a - dma: fsl-qdma: workaround for ERR010812 13 b0f638d - staging: fsl-dpaa2: Leave NAPI enabled during ifup/down 14 d90b9c9 - staging: fsl-dpaa2: Fix memleak in adding class rule 15 aa8ec9a - staging: fsl-dpaa2: Disable preemption when draining pool 16 3c62505 - mmc: sdhci-of-esdhc: limit SD clock to 167MHz for ls1046a 17 bdbe69d - ls208x: dts: fix intergration issue cause wdt not works 18 60129b7 - armv8: aarch32: enable VIRTIO_NET by default 19 87d9f30 - staging: fsl-dpaa2: Allocate extra headroom in frame descriptor 20 0649222 - staging: fsl-dpaa2: Update buffer count for flow control 21 3ef2dd0 - crypto: caam/qi - add request queues in CGR 22 37f96c4 - crypto: caam/qi - fix we_mask bits for response FQ init command 23 14a8ad4 - ls208x: dts: add #stream-ids property in fsl-mc node 24 514f27d - arm64: dts: ls1046ardb: add MMC HS200/UHS-1 modes support 25 0a2779a - arm64: dts: ls1046a: add clocks property for eSDHC node 26 9d15f72e - mmc: sdhci-of-esdhc: fix peripheral clock for ls1046a 27 53c14c9 - mmc: sdhci-of-esdhc: add voltage switching support for ls1046a 28 d10efc4 - staging: fsl-dpaa2: Fix Rx buf align regression 29 ee621b2 - LS1012AQDS: Configure MDIO Clause 45 processing to LS1012 only 30 e9740c2 - arm64: ls2088a: add the PW20 state to the idle-states dts node 31 403835e - PCI: layerscape: Add support for ls2088a /QLINUX-5971 137 6139b09 - arm64: dts: ls2088a: add clocks property for eSDHC node 138 383a2af - mmc: fsl_esdhc: get peripheral clock through common clk APIs 139 277569f - staging: fsl-dpaa2/eth: fix dprtc frequency to 1GHz 140 26cb8c1 - QLINUX-6717: Compiler Warning issued in CC 141 fd55b50 - QBMan: Add Order Restoration APIs to DPIO Services 142 45f8c47 - dpaa2 QBMAN: Increase the poll loop for management commands 143 5ca2040 - crypto: caam/qi - fix dma_mask initialization on ARM32 144 d183238 - ahci: qoriq: report error when ecc register address is missing in dts 145 60c90fa - cpufreq: qoriq: enhance bus frequency calculation 146 fa0d188 - clk: qoriq: add pll clock to clock lookup table 147 1275b2e - arm64: dts: freescale: ls2088a: Add DTS support for FSL's LS2088A SoC 148 1a42a28 - arm64: dts: freescale: ls2080a: Split devicetree for code resuability 149 bb4c069 - dt-bindings: Add compatible for LS2088A QDS and RDB board 150 4edce16 - Merge pull request #1612 in SDK/linux-sdk2.0 from jira/QLINUX-6716 to sdk-v2.0.x 151 8afdfe4 - mtd: spi-nor: fsl-quad: allow sub node probe failed Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-kernel/linux/linux-qoriq_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.1.bb b/recipes-kernel/linux/linux-qoriq_4.1.bb
index 12d12f53..02680e9c 100644
--- a/recipes-kernel/linux/linux-qoriq_4.1.bb
+++ b/recipes-kernel/linux/linux-qoriq_4.1.bb
@@ -18,7 +18,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;nobranch=1 \
18 file://powerpc-64e-Convert-cmpi-to-cmpwi-in-head_64.S.patch \ 18 file://powerpc-64e-Convert-cmpi-to-cmpwi-in-head_64.S.patch \
19 file://powerpc-vdso64-Use-double-word-compare-on-pointers.patch \ 19 file://powerpc-vdso64-Use-double-word-compare-on-pointers.patch \
20" 20"
21SRCREV = "b14540ee315f79f6a5dfc621e7f4217c8fac7d1c" 21SRCREV = "1ae843c08261402b2c35d83422e4fa1e313611f4"
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24