mbox series

[-next,0/4] usb: fix module autoloading

Message ID 20240822130113.164644-1-liaochen4@huawei.com
Headers show
Series usb: fix module autoloading | expand

Message

Liao Chen Aug. 22, 2024, 1:01 p.m. UTC
Hi all,

This patchset aims to enable autoloading of some use modules.
By registering MDT, the kernel is allowed to automatically
bind the module to devices that match the specified compatible
strings.

Liao Chen (4):
  usb: phy: phy-gpio-vbus-usb: fix module autoloading
  usb: misc: brcmstb-usb-pinmap: fix module autoloading
  usb: typec: fix module autoloading
  usb: ehci-brcm: fix module autoloading

 drivers/usb/host/ehci-brcm.c          | 1 +
 drivers/usb/misc/brcmstb-usb-pinmap.c | 1 +
 drivers/usb/phy/phy-gpio-vbus-usb.c   | 1 +
 drivers/usb/typec/anx7411.c           | 1 +
 4 files changed, 4 insertions(+)