[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240819113855.787149-1-liuyuntao12@huawei.com>
Date: Mon, 19 Aug 2024 11:38:46 +0000
From: Yuntao Liu <liuyuntao12@...wei.com>
To: <openipmi-developer@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<dmaengine@...r.kernel.org>, <linux-edac@...r.kernel.org>,
<linux-i2c@...r.kernel.org>, <linux-usb@...r.kernel.org>
CC: <minyard@....org>, <ludovic.desroches@...rochip.com>, <vkoul@...nel.org>,
<daniel@...que.org>, <haojian.zhuang@...il.com>, <robert.jarzmik@...e.fr>,
<morbidrsa@...il.com>, <bp@...en8.de>, <tony.luck@...el.com>,
<james.morse@....com>, <mchehab@...nel.org>, <rric@...nel.org>,
<codrin.ciubotariu@...rochip.com>, <andi.shyti@...nel.org>,
<nicolas.ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
<claudiu.beznea@...on.dev>, <arnd@...db.de>, <gregkh@...uxfoundation.org>,
<stern@...land.harvard.edu>, <u.kleine-koenig@...gutronix.de>,
<duje.mihanovic@...le.hr>, <broonie@...nel.org>,
<andriy.shevchenko@...ux.intel.com>, <liuyuntao12@...wei.com>
Subject: [PATCH -next 0/9] drivers: fix some module autoloading
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(+)
--
2.34.1
Powered by blists - more mailing lists