diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-23 11:09:02 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-25 10:29:18 +0000 |
commit | ea8b914ae8a0d474586d0526b5b5e81206922ed9 (patch) | |
tree | e6fcff7b79cd6a1589ab2255928fa19cf9ba5315 /meta | |
parent | b6563a152564fc32a9cca94d8e92432e574a2548 (diff) | |
download | poky-ea8b914ae8a0d474586d0526b5b5e81206922ed9.tar.gz |
linux-yocto/4.1: MFD backports
Integrating the following series of MFD backports:
e9b00f938e99 driver core: platform: Add support for built-in device properties
a63ef2c57b90 mfd: core: propagate device properties to sub devices drivers
a7e1dabefaf8 klist: implement klist_prev()
2da2857b20b9 PM / QoS: Make it possible to expose device latency tolerance to userspace
36b2a287373a driver core: implement device_for_each_child_reverse()
a6c7cb3da8e7 mfd: intel-lpss: Pass HSUART configuration via properties
1f0da901349b mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
391ec7713003 mfd: intel-lpss: Add support for passing device properties
fe9fb6da9164 mfd: lpss: Add Broxton ACPI IDs
702a4f1f13fd mfd: lpss: Add Intel Broxton PCI IDs
982bcf977be4 mfd: intel-lpss: Use writeq() helper
d35dbf0dbaa7 mfd: Add support for Intel Sunrisepoint LPSS devices
(From OE-Core rev: 79603557a1db051675e1eb2a79cf3a792fe87c01)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.1.bb | 16 |
3 files changed, 10 insertions, 10 deletions
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 cb9ecd8777..f217f78daf 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |||
@@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base" | |||
2 | 2 | ||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "147f03e2a95452d67185375e1f037696cb9b8f10" | 5 | SRCREV_machine ?= "8a1c72b29b63604b45ef13aed04f7bfe6d4fc277" |
6 | SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" | 6 | SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ | 8 | 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 af8228525a..0af568509a 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.18" | |||
9 | KMETA = "kernel-meta" | 9 | KMETA = "kernel-meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "f753cbe35057d5df18bcf1adafd74e64dbbdff6b" | 12 | SRCREV_machine ?= "e9b00f938e9971cf84dd33f317719c91135246e9" |
13 | SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" | 13 | SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | 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 093fd894c0..caf71ae96a 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" | |||
11 | KBRANCH_qemux86-64 ?= "standard/base" | 11 | KBRANCH_qemux86-64 ?= "standard/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "608b0ecfc5c2ab27bfa6622eefa3c0948c3a2f44" | 14 | SRCREV_machine_qemuarm ?= "e6b84f3f0c7292a7d3453e6bebd9987e08678a4b" |
15 | SRCREV_machine_qemuarm64 ?= "f753cbe35057d5df18bcf1adafd74e64dbbdff6b" | 15 | SRCREV_machine_qemuarm64 ?= "e9b00f938e9971cf84dd33f317719c91135246e9" |
16 | SRCREV_machine_qemumips ?= "aced73e93690206a16e77b9b5dbb633690a8ea98" | 16 | SRCREV_machine_qemumips ?= "c70a6ad907f0f9ffd4d911b6413e509766fba07b" |
17 | SRCREV_machine_qemuppc ?= "f753cbe35057d5df18bcf1adafd74e64dbbdff6b" | 17 | SRCREV_machine_qemuppc ?= "e9b00f938e9971cf84dd33f317719c91135246e9" |
18 | SRCREV_machine_qemux86 ?= "f753cbe35057d5df18bcf1adafd74e64dbbdff6b" | 18 | SRCREV_machine_qemux86 ?= "e9b00f938e9971cf84dd33f317719c91135246e9" |
19 | SRCREV_machine_qemux86-64 ?= "f753cbe35057d5df18bcf1adafd74e64dbbdff6b" | 19 | SRCREV_machine_qemux86-64 ?= "e9b00f938e9971cf84dd33f317719c91135246e9" |
20 | SRCREV_machine_qemumips64 ?= "83e5af8217dc0a4e867b8a0d1d85aaf393ecb9c7" | 20 | SRCREV_machine_qemumips64 ?= "a023db1f6f40280d3e254aed327f61f6d138992e" |
21 | SRCREV_machine ?= "f753cbe35057d5df18bcf1adafd74e64dbbdff6b" | 21 | SRCREV_machine ?= "e9b00f938e9971cf84dd33f317719c91135246e9" |
22 | SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" | 22 | SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ |