From 9e08912bbaadaac9e1a15a3d003ca66d769cc9b9 Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Sun, 15 Jul 2018 10:30:27 +0200 Subject: [PATCH] linux-raspberrypi: update 4.9 recipe to current HEAD Contains the following changes: 7f9c648dad64 drm/vc4: Move IRQ enable to PM path ffd7bf4085b0 lan78xx: Move enabling of EEE into PHY init code 4d926e896df0 lan78xx: Don't reset the interface on open a782353cc190 lan78xx: Connect phy early 6f3325193ecf net: lan78xx: Allow for VLAN headers in timeout. 75f7f0c22544 lan78xx: Ignore DT MAC address if already valid d01915873578 lan78xx: Read LED states from Device Tree 1ad1d52e6cb6 usb: dwc_otg: fix memory corruption in dwc_otg driver The crucial commit from above is 7f9c648dad64 drm/vc4: Move IRQ enable to PM path which fixes an unbalanced IRQ enable warning, which was rapported in #286 Signed-off-by: Mirza Krak Signed-off-by: Gunnar Andersson --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb b/recipes-kernel/linux/linux-raspberrypi_4.9.bb index af111b6..7401f86 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb @@ -2,7 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:" LINUX_VERSION ?= "4.9.80" -SRCREV = "a7b4dd27c1c0d6510b8066b91ef01be0928d8529" +SRCREV = "7f9c648dad6473469b4133898fa6bb8d818ecff9" SRC_URI = "git://github.com/raspberrypi/linux.git;branch=rpi-4.9.y" require linux-raspberrypi.inc