[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240822130113.164644-1-liaochen4@huawei.com>
Date: Thu, 22 Aug 2024 13:01:09 +0000
From: Liao Chen <liaochen4@...wei.com>
To: <linux-usb@...r.kernel.org>
CC: <linux-kernel@...r.kernel.org>, <gregkh@...uxfoundation.org>,
<alcooperx@...il.com>, <bcm-kernel-feedback-list@...adcom.com>,
<heikki.krogerus@...ux.intel.com>, <stern@...land.harvard.edu>,
<justin.chen@...adcom.com>
Subject: [PATCH -next 0/4] usb: fix module autoloading
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
Powered by blists - more mailing lists