[linux-yocto] [yocto-kernel-cache][PATCH] common-pc-wifi.cfg: Add CONFIG_BRCMFMAC_PCIE

2017-09-14 Thread California Sullivan
This is needed for some Broadcomm wifi drivers. Signed-off-by: California Sullivan --- This is for yocto-4.9 and newer. bsp/common-pc/common-pc-wifi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg index 272f912..c2f7d38

Re: [linux-yocto] [PATCH] Intel Axxia updates to linux-yocto-4.1

2017-09-14 Thread Bruce Ashfield
On 09/14/2017 11:52 AM, Daniel Dragomir wrote: Hello Bruce! Please review and merge this patch in Axxia branches from linux-yocto-4.1: - standard/axxia/base - standard/preempt-rt/axxia/base Changes included in this series (axxia tag: 1.64): - Multiple MSI interrupts and MSI-X on 5600 and 6700.

Re: [linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-14 Thread Bruce Ashfield
I already have a fix staged for this one, the pushed commits were only for testing purposes. Cheers, Bruce On 09/14/2017 12:14 PM, Daniel Dragomir wrote: Use parentheses for the entire condition for if statement. Error introduced by commit d27e21a ("udp: consistently apply ufo or fragmentation

[linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-14 Thread Daniel Dragomir
Use parentheses for the entire condition for if statement. Error introduced by commit d27e21a ("udp: consistently apply ufo or fragmentation") | tmp/work-shared/axxiaarm64/kernel-source/net/ipv6/ | ip6_output.c:1343:30: error: expected expression before '||' token | if (skb && skb_is_gso(skb)) ||

[linux-yocto] [PATCH] Intel Axxia updates to linux-yocto-4.1

2017-09-14 Thread Daniel Dragomir
Hello Bruce! Please review and merge this patch in Axxia branches from linux-yocto-4.1: - standard/axxia/base - standard/preempt-rt/axxia/base Changes included in this series (axxia tag: 1.64): - Multiple MSI interrupts and MSI-X on 5600 and 6700. Thank you, Daniel Dragomir Palani (1): drive

[linux-yocto] [PATCH] drivers/pci: MSI/MSIx support for Axxia (X9, XLF) PCIe host driver

2017-09-14 Thread Daniel Dragomir
From: Palani Implemented the MSI domain ops to support Multiple MSI interrupts in X9 and XLF. Added support for MSI-X interrupts for all the PEI(0/1/2) host controllers in X9. Signed-off-by: Palani --- drivers/pci/host/pcie-axxia.c | 465 ++ drivers/pci/