Re: [PATCH v2 RESEND] mtd: nand: realtek-ecc: add missing MODULE_DEVICE_TABLE()

Miquel Raynal <[email protected]> Fri, 17 Jul 2026 17:48:54 +0200
Newsgroups gmane.linux.kernel.stable,gmane.linux.drivers.mtd,gmane.linux.kernel
Message-ID <[email protected]>
On Wed, 08 Jul 2026 09:47:12 +0800, Pengpeng Hou wrote:
> The Realtek external ECC engine driver has an OF match table wired into
> its platform driver, but the table is not exported with
> MODULE_DEVICE_TABLE().
> 
> When the driver is built as a module, the missing OF module alias
> prevents automatic module loading from the compatible string.
> 
> [...]

Applied to nand/next, thanks!

[1/1] mtd: nand: realtek-ecc: add missing MODULE_DEVICE_TABLE()
      commit: 5b2444b4d575d8117809c57801562ef37ca2d4af

Patche(s) should be available on mtd/linux.git and will be
part of the next PR (provided that no robot complains by then).

Kind regards,
Miquèl