mbox series

[-next,0/3] net: fix module autoloading

Message ID 20240826091858.369910-1-liaochen4@huawei.com (mailing list archive)
Headers show
Series net: fix module autoloading | expand

Message

Liao Chen Aug. 26, 2024, 9:18 a.m. UTC
Hi all,

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

Liao Chen (3):
  net: dm9051: fix module autoloading
  net: ag71xx: fix module autoloading
  net: airoha: fix module autoloading

 drivers/net/ethernet/atheros/ag71xx.c      | 1 +
 drivers/net/ethernet/davicom/dm9051.c      | 1 +
 drivers/net/ethernet/mediatek/airoha_eth.c | 1 +
 3 files changed, 3 insertions(+)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 27, 2024, 9:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 26 Aug 2024 09:18:55 +0000 you wrote:
> Hi all,
> 
> This patchset aims to enable autoloading of some net modules.
> By registering MDT, the kernel is allowed to automatically bind
> modules to devices that match the specified compatible strings.
> 
> Liao Chen (3):
>   net: dm9051: fix module autoloading
>   net: ag71xx: fix module autoloading
>   net: airoha: fix module autoloading
> 
> [...]

Here is the summary with links:
  - [-next,1/3] net: dm9051: fix module autoloading
    https://git.kernel.org/netdev/net-next/c/2e25147a6560
  - [-next,2/3] net: ag71xx: fix module autoloading
    https://git.kernel.org/netdev/net-next/c/c76afed1bace
  - [-next,3/3] net: airoha: fix module autoloading
    https://git.kernel.org/netdev/net-next/c/7d2bd8ac9d24

You are awesome, thank you!