Re: [linux-yocto] [PATCH v4.14&v4.15] linux-yocto: Fix the Ethernet broken on mpc8315e-rdb board

2018-03-21 Thread Bruce Ashfield
On 03/21/2018 02:32 AM, Kevin Hao wrote: This patch series fix the Ethernet broken on the mpc8315erdb board introduced by commit b6b5e8a69118 ("gianfar: Disable EEE autoneg by default"). The two kernel patches are based some suggestions from Andrew Lunn(PHY maintainer), and I have sent them to

Re: [linux-yocto] [kernel-cache][PATCH] features/wifi: Add WiFi driver fragments for various vendors/interfaces

2018-03-21 Thread Bruce Ashfield
On 03/20/2018 10:10 AM, Nathan Rossi wrote: This change adds WiFi driver configuration fragments. The fragments are split into vendor and interface files to allow for easy selection of drivers for specific interface types (USB, PCI, SDIO) which is useful for BSPs with specific interfaces. The spe

Re: [linux-yocto] [PATCH 077/269] kernel/irq/manage.c: Fix irq_set_affinity to allow use with buslocks

2018-03-21 Thread Bruce Ashfield
On 03/02/2018 12:46 PM, Daniel Dragomir wrote: From: David Mercado Modify irq_set_affinity() to allow usage of bus locks with "slow bus" IRQ controllers. This only affects those BSPs that use bus locks in their IRQ controllers, such as the LSI Axxia GIC. The recommendation for this change ori

Re: [linux-yocto] [PATCH 052/269] arch/arm: arm changes to support the axxia BSP

2018-03-21 Thread Bruce Ashfield
On 03/02/2018 12:46 PM, Daniel Dragomir wrote: From: Charlie Paul These files were changed to support the LSI axxia 5500 board. I'm finally looking at these, sorry for the delay. See some questions below. I have questions, since this commit log has no details. :D Signed-off-by: Charlie P