aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-03-23 11:09:02 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-24 21:44:43 +0000
commit79603557a1db051675e1eb2a79cf3a792fe87c01 (patch)
tree40dc3a93c3941d858fd5c59b78c53b2525ddfa11 /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parentcd4288126b01903fe69714eda772cd4f725ad43a (diff)
downloadopenembedded-core-contrib-79603557a1db051675e1eb2a79cf3a792fe87c01.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 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "f753cbe35057d5df18bcf1adafd74e64dbbdff6b"
+SRCREV_machine ?= "e9b00f938e9971cf84dd33f317719c91135246e9"
SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d"
PV = "${LINUX_VERSION}+git${SRCPV}"