Re: [linux-yocto] xlnx-soc: fix bugs in DisplayPort subsystem.

2020-12-07 Thread Bruce Ashfield
On Fri, Dec 4, 2020 at 3:43 AM wrote: > > From: Quanyang Wang > > Hi Bruce & Michal, > > Would you please help review this patch series? These patch patches are > used to fix DisplayPort issues in mainline v5.10. > These look ok to me (and I'm kind of surprised at how small the overall changes

Re: [linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] nxp-s32g2xx: add config CONFIG_CMA_SIZE_MBYTES

2020-12-07 Thread Bruce Ashfield
merged to 5.4 Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] nxp-s32g2xx: add config CONFIG_CMA_SIZE_MBYTES on 08/12/2020 Xulin Sun wrote: > By default the cma memory size is 16M for the system, > Now explicitly increase this size to 128M in order to solve > the

Re: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] can: flexcan: drop repetitive execution can_rx_offload_add_timestamp

2020-12-07 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH] can: flexcan: drop repetitive execution can_rx_offload_add_timestamp on 03/12/2020 Xulin Sun wrote: > To fix below call trace: > [ 5748.193968] list_add double add: new=ff886ba61010, >

Re: [linux-yocto] [kernel-meta master 0/2] cn96xx: sync the yocto-5.4 and master branch

2020-12-07 Thread Bruce Ashfield
In message: [kernel-meta master 0/2] cn96xx: sync the yocto-5.4 and master branch on 02/12/2020 Kevin Hao wrote: > From: Kevin Hao > > Hi, > > Thease two patches are cherry-picked from the yocto-5.4 branch. Merged to master. Bruce > > Kevin Hao (2): > marvell-cn96xx: Enable the BPHY

[linux-yocto][yocto-kernel-cache][yocto-5.4][PATCH] nxp-s32g2xx: add config CONFIG_CMA_SIZE_MBYTES

2020-12-07 Thread Xulin Sun
By default the cma memory size is 16M for the system, Now explicitly increase this size to 128M in order to solve the insufficient use cases (eg, PFE feature uses 64M). Signed-off-by: Xulin Sun --- bsp/nxp-s32g2xx/nxp-s32g2xx.cfg | 1 + 1 file changed, 1 insertion(+) diff --git