On Wed Mar 5, 2025 at 10:43 PM CET, Krzysztof Kozlowski wrote: > Switch registering platform driver to platform_driver_probe(), so the > 'struct platform_driver' can be properly discarded after init and there > won't be need of __refdata to silence DEBUG_SECTION_MISMATCH. > > The change requires using subsys_initcall instead of core_initcall, > because no device drivers would bound in the latter, as required by > platform_driver_probe(). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Hi Krzysztof and apologies for the delay in testing. On my Exynos990 platforms this patch causes similar oopses to those sent by André (different places each boot). I am unable to get the logs from UART right now though (refactoring my testing setup). Apologies. So this bug seems to be platformwide :( Best regards, Igor