public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/4] usb: fix module autoloading
@ 2024-08-22 13:01 Liao Chen
  2024-08-22 13:01 ` [PATCH -next 1/4] usb: phy: phy-gpio-vbus-usb: " Liao Chen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Liao Chen @ 2024-08-22 13:01 UTC (permalink / raw)
  To: linux-usb
  Cc: linux-kernel, gregkh, alcooperx, bcm-kernel-feedback-list,
	heikki.krogerus, stern, justin.chen

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(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-08-26  8:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 13:01 [PATCH -next 0/4] usb: fix module autoloading Liao Chen
2024-08-22 13:01 ` [PATCH -next 1/4] usb: phy: phy-gpio-vbus-usb: " Liao Chen
2024-08-22 13:01 ` [PATCH -next 2/4] usb: misc: brcmstb-usb-pinmap: " Liao Chen
2024-08-22 16:43   ` Florian Fainelli
2024-08-22 13:01 ` [PATCH -next 3/4] usb: typec: " Liao Chen
2024-08-26  8:54   ` Heikki Krogerus
2024-08-22 13:01 ` [PATCH -next 4/4] usb: ehci-brcm: " Liao Chen
2024-08-22 16:43   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox