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

From: Miquel Raynal

Date: Fri Jul 17 2026 - 11:54:39 EST


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