diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-30 16:53:45 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-11-06 10:00:21 -0200 |
commit | d7cd64541cd67c5e1be411993331858c866615f8 (patch) | |
tree | a7f3976f94341a2b63e6b072d4565b5d6d1289ff /recipes-kernel | |
parent | 273d1bda16db47141e56fcbf6c6172e53abf9951 (diff) | |
download | meta-freescale-d7cd64541cd67c5e1be411993331858c866615f8.tar.gz |
linux-qoriq-4.9 : update to b226445
*include the following changes:
b226445 - sdk_dpaa: accept frames on RX even if larger than MTU
7efbd58 - arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
5cc8bc4 - irqchip/ls-scfg-msi: add LS1012a MSI support
4bfcc4a - PFE: fix compile issue on arm32
816b0a0 - staging: fsl_ppfe/eth: fix read/write/ack idx issue
899dfef - staging: fsl_ppfe/eth: remove unused functions
592c077 - dma: caam: add support for memcpy
29a234c - dma: caam: change func/field names to better match functionality
e5a45c6 - dma: caam: make internal function static
eb2f646 - dma: caam: remove unneeded function parameter
4beb859 - dma: caam: removed unsed struct fields
4c4391e6 - arm64: dts: freescale: ls1012a: fix RGMII tx delay issue
f5d83fa - arm64: dts: freescale: ls1012a: update with pppfe support
3b70359 - staging: fsl_ppfe/eth: fix RGMII tx delay issue
03342cf - change _nfct to nfct for linux 4.9
4555dbf - staging: fsl_ppfe/eth: introduce pfe driver
8cf83a7 - staging: fsl_ppfe/eth: header files for pfe driver
1b7937c - net: fsl_ppfe: dts binding for ppfe
c08ddf4 - staging: fsl_ppfe/eth: introduce pfe driver
454414d - Extend FM MAC Statistics with frame size counters (request from Nokia)
50fd1a6 - r8152: avoid rx queue more than 1000 packets
4453584 - dma: caam: fix desc error when data length is over 130815 bytes
072da00 - arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA
65d7ad7 - soc: fsl: fix the compilation issue
30d4e3e - dma: caam: add dma driver using scatter-gather
c567a00 - arm64: dts: ls1012a: add caam-dma node
c0890d3 - crypto: caam: add caam-dma node to SEC4.0 device tree binding
0ee2d16 - iommu: Allow default domain type to be set on the kernel command line
6930efa - iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domains
9d3ff25 - iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return void
ac3d66b - iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domains
bf07fb6 - iommu/arm-smmu: Restrict domain attributes to UNMANAGED domains
a88b1fd9 - iommu/arm-smmu-v3: Clear prior settings when updating STEs
ced09b7 - DPIO: Prefer the CPU affine DPIO
90db0bd - staging: fsl-mc/dpio: Fix incorrect comparison
5d66d65 - PCI: layerscape: Add support for ls1012a
42561e5 - soc: fsl: set rcpm bit for FTM
f929ec1 - dts: ls1012a: Add PCIe controller DT node
0afcc90 - dts: ls1012a: Add MSI controller DT node
e4921ee - dt-bindings: clockgen: Add compatible string for LS1012A
e4db8b1 - arm64: dts: ls208xa: Add the identify of the platform to support to set rcpm bit
0b449f2 - arm64: dts: ls1046a: Add the identify of the platform to support to set rcpm bit
078f0d1 - arm64: dts: ls1043a: Add the identify of the platform to support to set rcpm bit
ee27725 - arm: dts: ls1021a: Add the identify of the platform to support to set rcpm bit
ad55e42 - arm64: dts: ls1012a: Add the identify of the platform to support to set rcpm bit
d2ea49f - arm64: dts: ls1088a: Add the identify of the platform to support to set rcpm bit
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.9.bb b/recipes-kernel/linux/linux-qoriq_4.9.bb index db0d29bc..c237c87f 100644 --- a/recipes-kernel/linux/linux-qoriq_4.9.bb +++ b/recipes-kernel/linux/linux-qoriq_4.9.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \ | 9 | SRC_URI = "git://github.com/qoriq-open-source/linux.git;nobranch=1 \ |
10 | " | 10 | " |
11 | SRCREV = "1e65b659831680691ffcfca687f568367122873e" | 11 | SRCREV = "b226445f42e0acc83db095a267bc003fcc56653b" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||