[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/2] fix compile warning

2019-09-19 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Would you please help me merge the two patches into linux-ycoto-5.2 kernel, branch v5.2/standard/xlnx-soc ? Thanks, Quanyang Quanyang Wang (2): mtd: spi-nor: change flash_info.flags from u16 to u32 to avoid compile warning spi: spi-mem: zynq-qspi: add is-d

[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 1/2] mtd: spi-nor: change flash_info.flags from u16 to u32 to avoid compile warning

2019-09-19 Thread quanyang.wang
From: Quanyang Wang Because SST_GLOBAL_PROT_UNLK is BIT(16) which exceed the extent of u16, so change it to u32. drivers/mtd/spi-nor/spi-nor.c:2076:12: warning: large integer implicitly truncated to unsigned type [-Woverflow] .flags = (_flags), ^ drivers/mtd/spi-nor/spi-nor.c:238

[linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 2/2] spi: spi-mem: zynq-qspi: add is-dual support for zc706 board

2019-09-19 Thread quanyang.wang
From: Quanyang Wang There are 2 SPI flash memories in zc706 board and it use the configuration "Dual SS, 8-bit Parallel" which means separate Slave-Select lines and separate 4 data lines. So add the is-dual support for zc706 board according to the spi driver in SDK. Refer to bd2c1810ae87 ("spi:

Re: [linux-yocto] : [kernel-cache master/yocto-5.2]: bcm-2xxx-rpi: add configure file for bcm-2xxx-rpi BSP in kernel-cache

2019-09-19 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel-cache master/yocto-5.2]: bcm-2xxx-rpi: add configure file for bcm-2xxx-rpi BSP in kernel-cache on 16/09/2019 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I am working on BSP bcm-2xxx-rpi platform, and intend to merge this BSP > supporting in

Re: [linux-yocto] [kernel-cache master] ti-am335x: add CPU freq/idle support and correct arch bits

2019-09-19 Thread Bruce Ashfield
In message: [linux-yocto] [kernel-cache master] ti-am335x: add CPU freq/idle support and correct arch bits on 16/09/2019 Jun Miao wrote: > > > Hi Bruce. >Please help me merge the two patches to master branch of yocto-kernel-cache merged to master. Bruce > >5721cc33a0511c5964e96f439

Re: [linux-yocto] [PATCH v5.2&v5.3] mmc: cavium: Drop the aligned check for the dma address

2019-09-19 Thread Bruce Ashfield
In message: [PATCH v5.2&v5.3] mmc: cavium: Drop the aligned check for the dma address on 19/09/2019 Kevin Hao wrote: > From: Kevin Hao > > In commit 73c1489f17e8 ("mmc: cavium: forbid unaligned DMA"), the codes > are added to check the unaligned dma request. But at that time, > we still don't

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/2] fix compile warning

2019-09-19 Thread Bruce Ashfield
In message: [linux-yocto][kernel v5.2/standard/xlnx-soc][PATCH 0/2] fix compile warning on 19/09/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > > Would you please help me merge the two patches into > linux-ycoto-5.2 kernel, branch v5.2/standard/xlnx-soc ? Thes

Re: [linux-yocto] [PATCH 0/2 v5.2] Add the RT support for the cn96xx

2019-09-19 Thread Bruce Ashfield
In message: [PATCH 0/2 v5.2] Add the RT support for the cn96xx on 19/09/2019 Kevin Hao wrote: > From: Kevin Hao > > This patch series adds the RT support for the Marvell cn96xx SoC. It > includes the kernel and kernel cache patches. All the kernel patches > except the following have already been

Re: [linux-yocto] : [kernel v5.2/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: add patches for improving raspberrypi 4b platform

2019-09-19 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.2/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: add patches for improving raspberrypi 4b platform on 17/09/2019 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I am working on BSP bcm-2xxx-rpi platform, and intend to merge this BSP > supporting in