Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Bruce Ashfield
On 2016-08-22 6:16 PM, Sullivan, California L wrote: It looks like the new kernel tools don't like the KERNEL_FEATURES variable being empty. The base and -rt kernels add features/netfilter/netfilter.scc, and features/debug/printk.scc is added to all QEMU machines in linux-yocto.inc so it

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Bruce Ashfield
On 2016-08-22 6:16 PM, Sullivan, California L wrote: It looks like the new kernel tools don't like the KERNEL_FEATURES variable being empty. The base and -rt kernels add features/netfilter/netfilter.scc, and features/debug/printk.scc is added to all QEMU machines in linux-yocto.inc so it

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Sullivan, California L
It looks like the new kernel tools don't like the KERNEL_FEATURES variable being empty. The base and -rt kernels add features/netfilter/netfilter.scc, and features/debug/printk.scc is added to all QEMU machines in linux-yocto.inc so it hasn't been hit before. Adding anything to the

Re: [linux-yocto] [PATCH 1/3] features: Fix dependencies and =m vs =y discrepancies for corei7

2016-08-22 Thread Saul Wold
On Mon, 2016-08-22 at 18:33 +, Sullivan, California L wrote: > On 08/20/2016 08:45 PM, Wold, Saul wrote: > > > > On Fri, 2016-08-19 at 20:40 -0700, California Sullivan wrote: > > > > > > I missed these in my first pass. This should fix the remaining > > > warnings > > > that occur with the

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Bruce Ashfield
On 2016-08-22 2:20 PM, Sullivan, California L wrote: Hmm, the patches apply directly just fine. Preempt-rt has a few specific changes, but tiny has a zero diff for i915. I'm not sure why the default merge strategy isn't working. In any case, using 'git merge strategy=resolve' seems to work, we

Re: [linux-yocto] [PATCH 1/3] features: Fix dependencies and =m vs =y discrepancies for corei7

2016-08-22 Thread Sullivan, California L
On 08/20/2016 08:45 PM, Wold, Saul wrote: > On Fri, 2016-08-19 at 20:40 -0700, California Sullivan wrote: >> I missed these in my first pass. This should fix the remaining >> warnings >> that occur with the intel-corei7-64 configurations. The ISDN >> configurations might need to be broken out into

Re: [linux-yocto] [PATCH 0/1] Fix i915 merge

2016-08-22 Thread Sullivan, California L
Hmm, the patches apply directly just fine. Preempt-rt has a few specific changes, but tiny has a zero diff for i915. I'm not sure why the default merge strategy isn't working. In any case, using 'git merge strategy=resolve' seems to work, we get the expected diff, and preempt-rt compiles again.

[linux-yocto] [PATCH 3/3] axxia: Add Link Reset to the 5600 Axxia PCIe Driver

2016-08-22 Thread Daniel Dragomir
From: John Jacques Add the ability to re-establish a link to the Axxia 5600 PCIe driver. Signed-off-by: John Jacques --- drivers/misc/axxia-pei.c | 133 ++ drivers/pci/host/pcie-axxia.c | 103

[linux-yocto] [PATCH 1/3] drivers/misc: Axxia MTC Driver Memory Initialization Check

2016-08-22 Thread Daniel Dragomir
From: Sreedevi Joshi Axxia MTC driver changes: - Memory initialization completion check added - ECC error status clearing added Signed-off-by: Sreedevi Joshi --- drivers/misc/lsi-mtc.c | 18 ++ 1 file changed, 18

[linux-yocto] [PATCH 2/3] drivers/pci: Change the Axxia GEN3 EQ Control Value

2016-08-22 Thread Daniel Dragomir
From: John Jacques New default based on hardware verification. Signed-off-by: John Jacques --- drivers/pci/host/pcie-axxia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/host/pcie-axxia.c

[linux-yocto] [PATCH 0/3] Intel Axxia updates to linux-yocto-4.1

2016-08-22 Thread Daniel Dragomir
Hello Bruce! This series of patches brings improvements for MISC and PCI drivers. Please apply the patches to both axxia branches: standard/axxia/base and standard/preempt-rt/axxia/base, Axxia internal tag: 1.38 Thank you, Daniel Dragomir John Jacques (2): drivers/pci: Change the Axxia GEN3