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

2017-09-15 Thread Bruce Ashfield
On 2017-09-15 2:21 PM, California Sullivan wrote: This is needed for some Broadcomm wifi drivers. Signed-off-by: California Sullivan --- Actually applies to 4.9, 4.10, and 4.12 this time. It looks like master is missing "b898385 wifi: drop

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

2017-09-15 Thread California Sullivan
This is needed for some Broadcomm wifi drivers. Signed-off-by: California Sullivan --- Actually applies to 4.9, 4.10, and 4.12 this time. It looks like master is missing "b898385 wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected" so that should be applied

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

2017-09-15 Thread Cal Sullivan
On 09/15/2017 08:04 AM, Bruce Ashfield wrote: On 09/14/2017 04:51 PM, California Sullivan wrote: This is needed for some Broadcomm wifi drivers. Signed-off-by: California Sullivan --- This is for yocto-4.9 and newer. I got a reject when applying this to

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

2017-09-15 Thread Bruce Ashfield
On 09/14/2017 04:51 PM, California Sullivan wrote: This is needed for some Broadcomm wifi drivers. Signed-off-by: California Sullivan --- This is for yocto-4.9 and newer. I got a reject when applying this to the tip of the yocto-4.9 branch. Can you double

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

2017-09-15 Thread Bruce Ashfield
On 09/15/2017 07:32 AM, Dragomir Daniel wrote: Thanks Bruce! What about the following error on perf do_compile? util/string.c: In function 'perf_atoll': util/string.c:25:4: error: '__fallthrough' undeclared (first use in this function) __fallthrough; ^ Is there any patch

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

2017-09-15 Thread Dragomir Daniel
Thanks Bruce! What about the following error on perf do_compile? util/string.c: In function 'perf_atoll': util/string.c:25:4: error: '__fallthrough' undeclared (first use in this function) __fallthrough;     ^ Is there any patch staged for this one? The patch which bring this