From patchwork Mon Aug 26 09:18:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Liao Chen X-Patchwork-Id: 13777469 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 86B5614375D; Mon, 26 Aug 2024 09:27:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.189 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724664434; cv=none; b=KJaHW/s/2YY1BU4cjFc7N4i8FlahBW983a+P7ZwiARn+xXBKlQl1hSa2IPRo3dpw5b+ggV4r9PhOZp0hmVPMnebB6rFhH11FkLWDIe94I/wKw91dso6apD27DUE252ggSVt4IPS7eUFogXPH0PeCF4rDntfyjbXHbCM+fYwY4vQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724664434; c=relaxed/simple; bh=ERzW8bZOxF/dXM11qKbsPhYrKDtfXLGenLrG8Kj0Y3M=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=NTt3b/GnVPM7yF/tU1TqcwLLPtvqyCKYnf+++mF+6mnaQ2FqNIORSj8yrvNJVVY+fhyU8+Zoqr3+4Z8XIlpRtu3cclxgIRdVSUujprjTvRz2DATtcIZZMQCN4INf/Bs9/hQHWB7uPo2brED3w1KBvFr8K5LbHWWcHibOmUvOyyI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.252]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4WslZ60Qb2z69M7; Mon, 26 Aug 2024 17:22:22 +0800 (CST) Received: from dggpemm500020.china.huawei.com (unknown [7.185.36.49]) by mail.maildlp.com (Postfix) with ESMTPS id 906BE1800A7; Mon, 26 Aug 2024 17:27:09 +0800 (CST) Received: from huawei.com (10.67.174.77) by dggpemm500020.china.huawei.com (7.185.36.49) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 26 Aug 2024 17:27:09 +0800 From: Liao Chen To: , , , CC: , , , , , , , , , , , Subject: [PATCH -next 0/3] net: fix module autoloading Date: Mon, 26 Aug 2024 09:18:55 +0000 Message-ID: <20240826091858.369910-1-liaochen4@huawei.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpemm500020.china.huawei.com (7.185.36.49) 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(+)