[linux-yocto] [PATCH] usb: mux: add module parameter to portmux-intel-drcfg

2016-07-25 Thread wan . ahmad . zainie . wan . mohamad
From: Wan Ahmad Zainie This patch add the following module parameter, usb0_init_state to override default USB port 0 role set by ABL/BIOS, and usb0_auto_role to set USB port 0 mux in automatic mode. By default, this driver will set the initial mode based

[linux-yocto] [PATCH] Add module parameter to portmux-intel-drcfg driver

2016-07-25 Thread wan . ahmad . zainie . wan . mohamad
From: Wan Ahmad Zainie Hi Bruce. This is a resend. I mistakenly put a wrong from email address in my previous email. This patch is to add two module parameters to portmux-intel-drcfg driver, to enable configuring USB port 0 of Apollo Lake during boot

Re: [linux-yocto] [PATCH] Fix yocto build with missing configfs header

2016-07-25 Thread Bruce Ashfield
On 2016-07-25 4:11 PM, Sebastien Boeuf wrote: California Sullivan pointed to me that the patch from Octavian Purdila I had asked to include in yocto 4.4 was not compiling properly. merged. Bruce The patch is tracked with following SHA1: 03607ace807b414eab46323c794b6fb8fcc2d48c The issue

Re: [linux-yocto] [PULL REQUEST] mei storage proxy device for bxt

2016-07-25 Thread Bruce Ashfield
On 2016-07-25 5:31 PM, Winkler, Tomas wrote: Hi Bruce Here are the patches for mei storage proxy device (SPD) for bxt-rebase. SPD allows BXT MEI device to store its data on RPMB partition and also EFI to store the EFI variables. This is currently purely BXT feature and not yet appeared in

[linux-yocto] [PULL REQUEST] mei storage proxy device for bxt

2016-07-25 Thread Winkler, Tomas
Hi Bruce Here are the patches for mei storage proxy device (SPD) for bxt-rebase. SPD allows BXT MEI device to store its data on RPMB partition and also EFI to store the EFI variables. This is currently purely BXT feature and not yet appeared in upstream, except the EFI interruptible patches,

[linux-yocto] [PATCH 1/1] 4.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru, pvecs on compound page arrival"

2016-07-25 Thread Chris Sykes
From 74225a4cbea38034034add5da67a2f7ee23251c0 Mon Sep 17 00:00:00 2001 From: Steven Rostedt When I pulled in 4.1.28 into my stable 4.1-rt tree and ran the tests, it crashed with a severe OOM killing everything. I then tested 4.1.28 without -rt and it had the same issue. I

[linux-yocto] [PATCH] configfs: implement binary attributes

2016-07-25 Thread Sebastien Boeuf
From: Pantelis Antoniou ConfigFS lacked binary attributes up until now. This patch introduces support for binary attributes in a somewhat similar manner of sysfs binary attributes albeit with changes that fit the configfs usage model. Problems that configfs

[linux-yocto] [PATCH] Fix yocto build with missing configfs header

2016-07-25 Thread Sebastien Boeuf
California Sullivan pointed to me that the patch from Octavian Purdila I had asked to include in yocto 4.4 was not compiling properly. The patch is tracked with following SHA1: 03607ace807b414eab46323c794b6fb8fcc2d48c The issue was that we were missing an underlying patch on which the previous

Re: [linux-yocto] [PATCH] Backport iSMT patch from mainline kernel to linux-yocto-4.1

2016-07-25 Thread Bruce Ashfield
On 2016-07-25 01:30 AM, raymond@intel.com wrote: From: Raymond Tan Hi Bruce, This is the patch to backport Intel Denverton patches on iSMT that are available in mainline Linux Kernel. Please review and provide feedback, if any. Looks fine to me. this is now