summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-10-19 09:38:24 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2021-10-19 09:38:24 +0000
commitb7e0100fde0836570dc10a0c0b2d23f4d81bdabe (patch)
tree06ee2b4247bc34602d59330b90df5ad7e71e7d41
parent69391e0b0737649aa8570dc83aa3a84c6810aa1a (diff)
downloadmeta-freescale-b7e0100fde0836570dc10a0c0b2d23f4d81bdabe.tar.gz
linux-fslc-imx: pick linux-fslc pr #465
Following upstream commits are included in this version: ---- 9d957f4a4a32 PCI: dwc: PCI_IMX6 must depend on PCIE_DW 983b1aa2a2ea usb: chipidea: fix missing chipidea.h include bacde482ab6f ARM: imx: select MAILBOX with IMX_MBOX 5fd63d48755a gpu: drm: allow enabling DRM_IMX on Layerscape SoCs b06df4cec270 ARM: dts: imx7s: revert LCDIF AXI clock to IMX7D_LCDIF_PIXEL_ROOT_CLK bdf733608e50 ARM: imx: add missing debug_ll_io_init to i.MX6UL map_io 302f8a6d262a i2c: imx: remove unneeded libata include 107dc9bc6283 i2c: imx: fix lockdep issue 681f2d40b114 i2c: imx: avoid taking clk_prepare mutex in PM callbacks (again) ---- Link: https://github.com/Freescale/linux-fslc/pull/465 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.10.bb11
1 files changed, 10 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
index e1c27141..3b51c8f1 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
@@ -38,6 +38,15 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# 9d957f4a4a32 ("PCI: dwc: PCI_IMX6 must depend on PCIE_DW")
42# 983b1aa2a2ea ("usb: chipidea: fix missing chipidea.h include")
43# bacde482ab6f ("ARM: imx: select MAILBOX with IMX_MBOX")
44# 5fd63d48755a ("gpu: drm: allow enabling DRM_IMX on Layerscape SoCs")
45# b06df4cec270 ("ARM: dts: imx7s: revert LCDIF AXI clock to IMX7D_LCDIF_PIXEL_ROOT_CLK")
46# bdf733608e50 ("ARM: imx: add missing debug_ll_io_init to i.MX6UL map_io")
47# 302f8a6d262a ("i2c: imx: remove unneeded libata include")
48# 107dc9bc6283 ("i2c: imx: fix lockdep issue")
49# 681f2d40b114 ("i2c: imx: avoid taking clk_prepare mutex in PM callbacks (again)")
41# 351c82388784 ("arch/arm64/boot/dts/freescale: fix file permissions on dts files") 50# 351c82388784 ("arch/arm64/boot/dts/freescale: fix file permissions on dts files")
42# fb3e7593ee84 ("irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set") 51# fb3e7593ee84 ("irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set")
43# 96613ac4e960 ("arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL") 52# 96613ac4e960 ("arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL")
@@ -57,7 +66,7 @@ LICENSE = "GPLv2"
57LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 66LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
58 67
59KBRANCH = "5.10-2.1.x-imx" 68KBRANCH = "5.10-2.1.x-imx"
60SRCREV = "d104abae22e109f942a3bb42ba4460e610c21965" 69SRCREV = "1d450504bfade8c4a60ae6e0de11639a7a038647"
61 70
62# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 71# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
63# required by kernel-yocto.bbclass. 72# required by kernel-yocto.bbclass.