Phil Elwell
Phil Elwell
The change occurred in the firmware released with the 6.1.16 kernel: https://github.com/raspberrypi/rpi-firmware/commit/7d6d960523325b4c52804183f4b56e0bb9297102
@P33M Any concerns about us back-porting https://github.com/raspberrypi/linux/commit/3ae140ad827b359bc4fa7c7985691c4c1e3ca8f4 to rpi-6.1.y? It applies cleanly.
See 6f634d7efb88.
Any comments on this PR, @6by9 and @popcornmix ? I spotted a typo in the second commit message (`caled`), but I suspect the feedback is more likely to be about...
@cat007mine: 1. What is your software configuration? The closer to a stock RPiOS, the more likely this issue will get looked at. 2. How consistently do you see this CPU...
`dtparam=sd_poll_once` only affects the SD card controller (emmc2 on a Pi 4), but both upstream and downstream DTBs already set the `non-removable` flag for the WiFi SD interface (EMMC/SD1) so...
> I remove cap-sdio-irq in dts Can you explain what you did? I don't see `cap-sdio-irq` in the Raspberry Pi DTS files.
That's in interesting suggestion, but the Pi boards and their DTS files don't use the host-wake feature, so there's nothing to delete.
There is no brcmf_oob_intr in /proc/interrupts on any Pi because the interrupt line is not connected. Feel free to inspect the DTS file and point it out to me -...