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
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
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
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