[meta-intel] [PATCH 1/2] linux-yocto/4.4: Update SRCREVs for compilation fixes, mei and rpmb backports

California Sullivan california.l.sullivan at intel.com
Thu Jul 28 18:48:59 PDT 2016


>From linux-yocto-4.4:

c25b14f drivers/mfd/pca9685-pwm.c: Update to reflect changes in patches from upstream
1afd6a6 i2c: ismt: Add Intel DNV PCI ID
4c57a77 configfs: implement binary attributes
ad0a351 scsi: ufs: connect to RPMB subsystem
a4acd97 mmc: block: register RPMB partition with the RPMB subsystem
c8d7bfb tools rpmb: add RPBM access tool
ba56b37 char: rpmb: add RPMB simulation device
1375ee1 char: rpmb: provide a user space interface
52164fb char: rpmb: add device attributes
349ae88 char: rpmb: add sysfs-class ABI documentation
bafa3cf rpmb: add Replay Protected Memory Block (RPMB) subsystem
15c3b08 mei: drop unused file transaction states
92123d7 mei: amthif: drop mei_amthif_read
8652bbe mei: enqueue consecutive reads
9011a63 mei: add wrapper for queuing control commands.
7cf285c mei: use consistent naming for TX control flow credits
bb51ab9 mei: rx flow control counter
cb5268e mei: prepare read cb for fixed address clients on the receive path only.
ff51a7c mei: drop redundant krealloc and checks in irq read
07abb03 mei: amthif: drop mei_clear_lists function
a65e193 mei: add read callback on demand for fixed_address clients
d8065ed mei: add file pointer to the host client structure
7bc83fb mei: move read cb to complete queue if not connected
bd3a698 mei: fix return value on disconnection
c1eee14 mei: drop read complete queue emptiness check
393f1c9 mei: hbm: add missing argument in the kdoc
84efdbb mei: recover after errors in runtime pm flow
caa5172 mei: drop mei_io_cb_alloc_buf
94c757e mei: amthif: use mei_cl_alloc_cb for allocating cbs
a3a08d3 mei: amthif: drop mei_amthif_send_cmd
0817545 mei: amthif: enable poll for async events
9f40914 mei: amthif: drop iamthif_current_cb
2898b44 mei: amthif: fix request cancel
bae0579 mei: amthif: drop READ_COMPLETE state
55dcbb2 UPSTREAM: hwmon: pwm-fan: Use pwm_get_args() where appropriate
1cc461c UPSTREAM: pwm: Use pwm_get/set_xxx() helpers where appropriate
0bdd610 UPSTREAM: pwm: rcar: Make use of pwm_is_enabled()
d914220 UPSTREAM: clk: pwm: Use pwm_get_args() where appropriate
4ea1713 UPSTREAM: backlight: lm3630a_bl: Stop messing with the pwm->period field
7433daa UPSTREAM: backlight: pwm_bl: Use pwm_get_args() where appropriate
aec2ac6 UPSTREAM: backlight: pwm_bl: Remove useless call to pwm_set_period()
ddf5ab1 UPSTREAM: backlight: pwm_bl: Free PWM requested by legacy API on error path
d127cb2 UPSTREAM: backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms
66ad13c UPSTREAM: backlight: pwm_bl: Avoid backlight flicker when probed from DT

>From yocto-kernel-cache:

d3cc76c printk.scc: don't include kernel-debug.scc
31177b8 mei: restructure fragments
ff03241 features: mei: add support for storage proxy driver
d1de1bc mousedev: fix warning err caused by __cpu_to_le16p()
4789b41 yocto-kernel-cache][PATCH] features: add new rpmb feature
6da48c0 lx-dialig: fix merge issues

Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend   | 2 +-
 common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 2 +-
 common/recipes-kernel/linux/linux-yocto_4.4.bbappend      | 4 ++--
 3 files changed, 4 insertions(+), 4 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 a7d8b6a..f123ecb 100644
--- a/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-rt_4.4.bbappend
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 LINUX_VERSION_INTEL_COMMON = "4.4.15"
-SRCREV_META_INTEL_COMMON ?= "8c6158ec5e43a4cae59058af49f70e0406d18091"
+SRCREV_META_INTEL_COMMON ?= "d3cc76c3cb20247b16c16b2367decf08b5fb90fa"
 SRCREV_MACHINE_INTEL_COMMON ?= "2753b78434cf9b9b3344d8380a90e98baa3ecd37"
 
 KBRANCH_INTEL_COMMON = "standard/preempt-rt/intel/base"
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 894a913..d0010c7 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
@@ -1,7 +1,7 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 #LINUX_VERSION_i586-nlp-32-intel-common = "4.4.15"
-SRCREV_meta_i586-nlp-32-intel-common = "8c6158ec5e43a4cae59058af49f70e0406d18091"
+SRCREV_meta_i586-nlp-32-intel-common = "d3cc76c3cb20247b16c16b2367decf08b5fb90fa"
 SRCREV_machine_i586-nlp-32-intel-common = "d6c9054e231ed9cbeee22162e0e5c532e31de534"
 
 COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
index 5790608..f6009e4 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.15"
-SRCREV_META_INTEL_COMMON = "8c6158ec5e43a4cae59058af49f70e0406d18091"
-SRCREV_MACHINE_INTEL_COMMON = "3e103c72114bcd201720c85472d90cbad25ce6d6"
+SRCREV_META_INTEL_COMMON = "d3cc76c3cb20247b16c16b2367decf08b5fb90fa"
+SRCREV_MACHINE_INTEL_COMMON = "c25b14f5e386ca8b68c584c5fbddbf60a160e366"
 
 KBRANCH_INTEL_COMMON = "standard/intel/base"
 
-- 
2.5.5



More information about the meta-intel mailing list