[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-zynqmp: add XILINX_INTC to support "xlnx,xps-intc-1.00.a"

2023-06-13 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang We need to enable CONFIG_XILINX_INTC in order to verify Xilinx FPGA related interrupt controller driver irq-xilinx-intc.c. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branch: yocto-6.1 Thanks, Quanyang ---

[linux-yocto] [PATCH 2/2] serial: linflexuart: drop the unneeded stack variable

2023-06-13 Thread Zhantao Tang via lists.yoctoproject.org
In commit a78233959f79 ("tty: serial: linflexuart: UART support for FIFO with DMA"), the second param of linflex_console_putchar() has been updated to "unsigned char" to compatible with v6.1 kernel, then the ich variable in linflex_poll_putchar() is not needed anymore, so drop it. Signed-off-by:

[linux-yocto] [std/rt kernel v6.1]: nxp-s32g: serial: linflexuart: fix STR failure issue

2023-06-13 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, The following two patches are to fix STR failure issue. Would you please help to merge them into the following: v6.1/standard/nxp-sdk-5.15/nxp-s32g v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g branches? Thanks, Zhantao -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[linux-yocto] [PATCH 1/2] serial: linflexuart: correct dma operations to fix Sleep-To-RAM failure

2023-06-13 Thread Zhantao Tang via lists.yoctoproject.org
The commit a78233959f79 ("tty: serial: linflexuart: UART support for FIFO with DMA") put the dma operations in wrong place, causing Sleep-To-RAM failure from resume, so correct the location of these operations to fix the issue. Signed-off-by: Zhantao Tang ---

Re: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 1/2] mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D mode

2023-06-13 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 1/2] mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D mode on 13/06/2023 Xulin Sun wrote: > From: Pratyush Yadav > > commit

Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] arm64: zynqmp: add "xlnx,nr-outputs" property for clk_wiz_0 node

2023-06-13 Thread Bruce Ashfield
In message: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] arm64: zynqmp: add "xlnx,nr-outputs" property for clk_wiz_0 node on 13/06/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > In clk-xlnx-clock-wizard.c, the function clk_wzrd_probe will check if > there

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell cn96xx

2023-06-13 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell cn96xx on 12/06/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.4/octeon >

Re: [linux-yocto] [yocto-kernel-cache v6.1/v5.15]: nxp-s32g: disable the 4K sector setting for mtd device

2023-06-13 Thread Bruce Ashfield
In message: [yocto-kernel-cache v6.1/v5.15]: nxp-s32g: disable the 4K sector setting for mtd device on 12/06/2023 Zhantao Tang wrote: > Hi Bruce, > > The following patch is to disable the 4K sector setting for mtd device, > would you please help to merge it into yocto-6.1 and yocto-5.15

Re: [linux-yocto] Trial merge of v5.15.116 v6.1.33 for linux-yocto

2023-06-13 Thread Bruce Ashfield
In message: Trial merge of v5.15.116 v6.1.33 for linux-yocto on 09/06/2023 Kevin Hao wrote: > Hi Bruce, > > This is a trial merge of the stable kernel v5.15.116 v6.1.33 for the > following branches in the linux-yocto. > b0e9a39058ad v5.15/standard/sdkv5.10/axxia > 3cf221b9e147

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 4/4] nxp-imx8: Enable USB_CHIPIDEA related config

2023-06-13 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 4/4] nxp-imx8: Enable USB_CHIPIDEA related config on 09/06/2023 Xiaolei Wang wrote: > Enable USB_CHIPIDEA related config for nxp-imx8. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx8/nxp-imx8.cfg | 7 +++ >

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 2/2] mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D mode

2023-06-13 Thread Xulin Sun via lists.yoctoproject.org
From: Pratyush Yadav commit a9f1c2f3eaa70c64348a3ac5ec9892bcdbaa5ae4 from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git On Octal DTR capable flashes like Micron Xcella the writes cannot start or end at an odd address in Octal DTR mode. Extra 0xff bytes need to be appended or prepended to

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH 1/2] mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D mode

2023-06-13 Thread Xulin Sun via lists.yoctoproject.org
From: Pratyush Yadav commit c515105b5c117888b6859534a7c694489f6bcf6d from git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git On Octal DTR capable flashes like Micron Xcella reads cannot start or end at an odd address in Octal DTR mode. Extra bytes need to be read at the start or end to make