From patchwork Mon Aug 19 11:38:46 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "liuyuntao (F)" X-Patchwork-Id: 13768250 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B4B33C5321E for ; Mon, 19 Aug 2024 11:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type: Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=1v7BgRbsEyt8zJkY4CczJMA2dz8jDDlAG4kuoZl0M88=; b=2Su2BFnbJ8pEUcWbP34g778PDT 6am27K4btFIl/CtTUOGkGqpqkz7uZmiCqPqoPn237J9hgPSlhsxpTjZRYANK8zZaE3HitbhvAdOHz /Jiu13ArXyXJWO0DE53Qmz1NawgxFJvF/IXSUcvz5EzH8JIke2Bny1BVHd//a8tjUIiFAyL4dWUCI S8AeP7LWB42hJ3qOddLVgBd7kLVbv3a16Vys2S7boCL55k9fp6hMc5GzH8Q2X52svJaEexPRaWiQF D7GHmoHuebnW3MizdL3DUxvi2fCSdtQnb5/S1ahFv7bBKeHByrmEgLln0aPufpDmr4EcreGykDK0E QUhjPN8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sg0zs-00000001JU0-3V5J; Mon, 19 Aug 2024 11:56:28 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sg0qu-00000001GrB-1OVU for linux-arm-kernel@lists.infradead.org; Mon, 19 Aug 2024 11:47:14 +0000 Received: from mail.maildlp.com (unknown [172.19.163.174]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4WnW3r1hlNzfbZf; Mon, 19 Aug 2024 19:44:56 +0800 (CST) Received: from kwepemg500010.china.huawei.com (unknown [7.202.181.71]) by mail.maildlp.com (Postfix) with ESMTPS id D088C1400CD; Mon, 19 Aug 2024 19:46:55 +0800 (CST) Received: from huawei.com (10.67.174.76) by kwepemg500010.china.huawei.com (7.202.181.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 19 Aug 2024 19:46:54 +0800 From: Yuntao Liu To: , , , , , , Subject: [PATCH -next 0/9] drivers: fix some module autoloading Date: Mon, 19 Aug 2024 11:38:46 +0000 Message-ID: <20240819113855.787149-1-liuyuntao12@huawei.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.67.174.76] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemg500010.china.huawei.com (7.202.181.71) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240819_044712_864925_73FE495C X-CRM114-Status: UNSURE ( 5.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, liuyuntao12@huawei.com, claudiu.beznea@tuxon.dev, robert.jarzmik@free.fr, andriy.shevchenko@linux.intel.com, minyard@acm.org, ludovic.desroches@microchip.com, stern@rowland.harvard.edu, u.kleine-koenig@pengutronix.de, codrin.ciubotariu@microchip.com, duje.mihanovic@skole.hr, rric@kernel.org, andi.shyti@kernel.org, arnd@arndb.de, haojian.zhuang@gmail.com, tony.luck@intel.com, bp@alien8.de, mchehab@kernel.org, morbidrsa@gmail.com, gregkh@linuxfoundation.org, vkoul@kernel.org, broonie@kernel.org, james.morse@arm.com, daniel@zonque.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded based on the alias from platform_device_id table. Yuntao Liu (9): usb: ehci-mv: fix module autoloading soc: pxa: ssp: fix module autoloading misc: atmel-ssc: fix module autoloading i2c: at91: fix module autoloading mpc85xx_edac: fix module autoloading dmaengine: pxa: fix module autoloading dmaengine: mmp_pdma: fix module autoloading dmaengine: at_hdmac: fix module autoloading ipmi: ipmi_ssif: fix module autoloading drivers/char/ipmi/ipmi_ssif.c | 1 + drivers/dma/at_hdmac.c | 1 + drivers/dma/mmp_pdma.c | 1 + drivers/dma/pxa_dma.c | 1 + drivers/edac/mpc85xx_edac.c | 1 + drivers/i2c/busses/i2c-at91-core.c | 1 + drivers/misc/atmel-ssc.c | 1 + drivers/soc/pxa/ssp.c | 1 + drivers/usb/host/ehci-mv.c | 1 + 9 files changed, 9 insertions(+)