On 08.12.2021 22:21, Sergey Shtylyov wrote:
Here are 10 patches against the 'usb-linus' branch of Greg KH's 'usb.git' repo. The affected host/gadget drivers call platform_get_irq() but override its result in case of error which prevents the deferred probing from working. These patches now logically depend on the previously posted patch: https://marc.info/?l=linux-kernel&m=163623041902285 Sergey Shtylyov (10): usb: gadget: udc: bcm63xx: fix deferred probing usb: gadget: udc: gr: fix deferred probing usb: gadget: udc: pxa25x: fix deferred probing usb: host: ehci-atmel: fix deferred probing usb: host: ehci-orion: fix deferred probing usb: host: ehci-sh: fix deferred probing usb: host: ohci-da8xx: fix deferred probing usb: host: ohci-nxp: fix deferred probing usb: host: ohci-omap: fix deferred probing usb: musb: core: fix deferred probing
Ignore this -- I totally forgot I had a feedback to v1. :-/ [...] MBR, Sergey