[meta-intel] [PATCH 1/2] linux-yocto/4.4: Update SRCREVs to bring in Broxton related backports

California Sullivan california.l.sullivan at intel.com
Fri May 27 17:52:27 PDT 2016


>From linux-yocto-4.4:

53e8410 mmc: mmc: Fix partition switch timeout for some eMMCs
1256894 mmc: mmc: Attempt to flush cache before reset
9c0fffe mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNING
fa337a1 mmc: core: Do regular power cycle when lacking eMMC HW reset support
54179f6 pinctrl: intel: make the high level interrupt working
f170df4 device property: convert to use match_string() helper
c33ead2 lib/string: introduce match_string() helper
1390667 device property: fix for a case of use-after-free
2a293fe device property: fwnode->secondary may contain ERR_PTR(-ENODEV)
755ae5c mmc: make MAN_BKOPS_EN message a debug
029f8f5 intel_idle: add BXT support
917289e intel_idle: Add SKX support
687143a intel_idle: Clean up all registered devices on exit.
631b661 intel_idle: Propagate hot plug errors.
2b207b2 intel_idle: Don't overreact to a cpuidle registration failure.
241e122 intel_idle: Setup the timer broadcast only on successful driver load.
0eed236 intel_idle: Avoid a double free of the per-CPU data.
6f64cec intel_idle: Fix dangling registration on error path.
422dc7a intel_idle: Fix deallocation order on the driver exit path.
a953265 intel_idle: Remove redundant initialization calls.
a728676 intel_idle: Fix a helper function's return value.
65f8c73 intel_idle: remove useless return from void function.
daa2ee8 mfd: intel-lpss: Pass I2C configuration via properties on BXT
23afcc8 intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
a45b2ec ACPI / gpio: Add irq_type when a GPIO is used as an interrupt
30172f0 ACPI: Rename acpi_gsi_get_irq_type to acpi_dev_get_irq_type and export symbol
8036200 Revert "gpio: revert get() to non-errorprogating behaviour"
122f7f8 device property: avoid allocations of 0 length
b73aa97 device property: the secondary fwnode needs to depend on the primary
af345ee mfd: intel-lpss: Pass HSUART configuration via properties
f7234c3 mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
5a828d0 mfd: intel-lpss: Add support for passing device properties
d23cd03 mfd: core: propagate device properties to sub devices drivers
c7c3fd1 driver core: platform: Add support for built-in device properties
8472af8 device property: Take a copy of the property set
4cbb58f device property: Fallback to secondary fwnode if primary misses the property
f9d3687 device property: return -EINVAL when property isn't found in ACPI
2164c0d device property: improve readability of macros
8fd19e9 device property: helper macros for property entry creation
a037877 device property: keep single value inplace
77c4d97 device property: refactor built-in properties support
0968394 device property: rename helper functions
d79c4dd device property: always check for fwnode type
2e4ae64 gpiolib: do not allow to insert an empty gpiochip
0c01b85 pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
e5d9413 pwm: lpss: Update PWM setting for Broxton
b76110b pwm: lpss: Remove ->free() callback

>From yocto-kernel-cache:

3a5f494 Revert "common-pc*: Have *-standard BSPs use standard/intel"

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend   | 4 ++--
 common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 4 ++--
 common/recipes-kernel/linux/linux-yocto_4.4.bbappend      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
index 3ba865e..2685ad5 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.11"
-SRCREV_META_INTEL_COMMON ?= "1465ac389f22979618852aa04298049cfdd5dcb4"
-SRCREV_MACHINE_INTEL_COMMON ?= "bf2fbe7f2cdf44fc69e50fefbfdd58d41a03733a"
+SRCREV_META_INTEL_COMMON ?= "3a5f494784591e01f0ae7ab748e8190582c16e8c"
+SRCREV_MACHINE_INTEL_COMMON ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b"
 
 KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel"
 
diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
index 4d0cf2b..177281f 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 #LINUX_VERSION_i586-nlp-32-intel-common = "4.4.11"
-SRCREV_meta_i586-nlp-32-intel-common = "1465ac389f22979618852aa04298049cfdd5dcb4"
-SRCREV_machine_i586-nlp-32-intel-common = "628bf627561c6285d99fb978e11d4c15fc29324b"
+SRCREV_meta_i586-nlp-32-intel-common = "3a5f494784591e01f0ae7ab748e8190582c16e8c"
+SRCREV_machine_i586-nlp-32-intel-common = "53e84104c5e68eb468823dd0d262a64623d01a55"
 
 COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
 KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel"
diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
index 5f38d7f..2f53439 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.11"
-SRCREV_META_INTEL_COMMON = "1465ac389f22979618852aa04298049cfdd5dcb4"
-SRCREV_MACHINE_INTEL_COMMON = "628bf627561c6285d99fb978e11d4c15fc29324b"
+SRCREV_META_INTEL_COMMON = "3a5f494784591e01f0ae7ab748e8190582c16e8c"
+SRCREV_MACHINE_INTEL_COMMON = "53e84104c5e68eb468823dd0d262a64623d01a55"
 
 KBRANCH_INTEL_COMMON = "standard/intel"
 KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
-- 
2.5.5



More information about the meta-intel mailing list