]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "dm: core: Support same compatible in host/gadget musb drivers"
authorTom Rini <trini@konsulko.com>
Wed, 28 Jan 2026 15:21:17 +0000 (09:21 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jan 2026 15:21:17 +0000 (09:21 -0600)
commite8ec8d980a31c4a1d665e4aa9089d6aa27cb0d0b
tree629a81743f41c1ab97ddc1ce75f6a192ab7ab788
parentcd4f4f74213aa02df1a0f2c533cd2cabfac6aa2e
parentc7e0e3fd33ca9809605a6de0a58809daf1224bff
Merge patch series "dm: core: Support same compatible in host/gadget musb drivers"

Markus Schneider-Pargmann (TI.com) <msp@baylibre.com> says:

musb currently uses a wrapper driver that binds on the parent device of
the actual musb devices to manage the differentiation between gadget and
host modes. However in the upstream devicetree this parent devicetree
node can not be used to match the wrapper driver.

To be able to probe the musb devices in host/gadget mode directly, this
series introduces support for returning -ENODEV in bind functions
resulting in iterating the remaining drivers potentially binding to
other drivers that match the compatible.

Link: https://lore.kernel.org/r/20260127-topic-musb-probing-v2026-01-v4-0-ea3201e0f809@baylibre.com