From 58c43f62700610fbaf2989f55d87ba9212f4361f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 12 Jul 2016 21:12:44 -0400 Subject: linux-yocto/4.1: pinctrl backports Integrating the following mainline commits: pinctrl: make pinctrl_register() return proper error code pinctrl: Remove .owner field pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt8127 pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397. pinctrl: add imx7d support pinctrl: sirf: add sirf atlas7 pinctrl and gpio support pinctrl: Add Pistachio SoC pin control driver pinctrl: lpc18xx: add the missing group function map pinctrl: lpc18xx: create pin cap lookup helper pinctrl: add lpc18xx pinctrl driver Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'meta/recipes-kernel') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 0cba9871f9..b9b6773a4e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -11,7 +11,7 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "dc71da8bddd86d34896d97291e0d84c29fe4806d" +SRCREV_machine ?= "04614e9e02701c6a4254d7cc040d72d24bad3d8c" SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb index 8852f08c5e..9a95c15962 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb @@ -9,7 +9,7 @@ LINUX_VERSION ?= "4.1.27" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" +SRCREV_machine ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 50e10489e9..1931943b8e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb @@ -11,14 +11,14 @@ KBRANCH_qemux86 ?= "standard/base" KBRANCH_qemux86-64 ?= "standard/base" KBRANCH_qemumips64 ?= "standard/mti-malta64" -SRCREV_machine_qemuarm ?= "f217a40e5b17deb87ed3859b29b1c355e3bb4abc" -SRCREV_machine_qemuarm64 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" -SRCREV_machine_qemumips ?= "7f1ea2fe2cf42f117c37cd174236e07eba576382" -SRCREV_machine_qemuppc ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" -SRCREV_machine_qemux86 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" -SRCREV_machine_qemux86-64 ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" -SRCREV_machine_qemumips64 ?= "7d7a10a3c4465eca0e0879b3596da9b013ed3bb8" -SRCREV_machine ?= "15cf090ded5157e67302313bff9da0fa056e8ea9" +SRCREV_machine_qemuarm ?= "c29bbcccfcecbf840e60ddf8c16eb5f34d991eb1" +SRCREV_machine_qemuarm64 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" +SRCREV_machine_qemumips ?= "aba568f531b31b2f802d1c08f4821177a0354da7" +SRCREV_machine_qemuppc ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" +SRCREV_machine_qemux86 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" +SRCREV_machine_qemux86-64 ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" +SRCREV_machine_qemumips64 ?= "a65235597cef00d9a77def57622ac2dc31bb850e" +SRCREV_machine ?= "73bd4dd4a46970e4a599d3d02d60e40ab37b4498" SRCREV_meta ?= "cab4fec4b7ab0efae0f44c1ec1836c035a9b78fe" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ -- cgit 1.2.3-korg