[linux-yocto] [linux-yocto-5.2]: [kernel v5.2/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: fix build warning

2019-11-15 Thread Meng.Li
From: Limeng Hi Bruce, I fix some building warnings for raspberrypi plarform. Could you please help to merge the 2 patches into branch v5.2/standard/bcm-2xxx-rpi, linux-ycoto kernel. diffstat info ad below: dma/bcm2835-dma.c|2 +- usb/host/dwc_otg/dwc_otg_hcd_linux.c

[linux-yocto] [PATCH 1/2] driver: bcm2835-dma: fix build warning

2019-11-15 Thread Meng.Li
From: Limeng refer to raspberrypi SDK kernel, branch rpi-5.4.y, commit e89769eb3d4b("bcm2835-dma: Add proper 40-bit DMA support"). Add a casting before using variable base to fix the build warning. Signed-off-by: Meng Li --- drivers/dma/bcm2835-dma.c | 2 +- 1 file changed, 1 insertion(+), 1 d

[linux-yocto] [PATCH 2/2] driver: usb: otg: fix build warning

2019-11-15 Thread Meng.Li
From: Limeng Fix in file dwc_otg_pcd_intr.c It is not reasonable to set the size of an array with a variable. So, instead of define array directly, use kmalloc() to apply memory space, and free it with kfree(). Fix in file dwc_otg_hcd_linux.c Use the correct format string to output warning infor

[linux-yocto] v5.2.x - stable updates comprising v5.2.23

2019-11-15 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 5.2.x stable update "extension" primarily created for the Yocto project, continuing from the first v5.2.22 post-EOL release. This 5.2.22 release only contains about 22 mainline commits. Rather than continue the audit of what went into 5.3.8 - I jumped