Re: [PATCH] phy: broadcom: bcm63xx-usbh: fix section mismatches
From: Johan Hovold
Date: Mon Nov 10 2025 - 04:12:51 EST
On Fri, Oct 17, 2025 at 07:45:37AM +0200, Johan Hovold wrote:
> Platform drivers can be probed after their init sections have been
> discarded (e.g. on probe deferral or manual rebind through sysfs) so the
> probe function and match table must not live in init.
>
> Fixes: 783f6d3dcf35 ("phy: bcm63xx-usbh: Add BCM63xx USBH driver")
> Cc: stable@xxxxxxxxxxxxxxx # 5.9
> Cc: Álvaro Fernández Rojas <noltari@xxxxxxxxx>
> Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
> ---
Can this one be picked up for 6.19?
Johan