[PATCH] mtd: rawnand: realtek: add missing MODULE_DEVICE_TABLE()
Miquel Raynal
miquel.raynal at bootlin.com
Mon Jul 6 07:09:15 PDT 2026
Hi Pengpeng,
On 04/07/2026 at 20:30:44 +08, Pengpeng Hou <pengpeng at iscas.ac.cn> wrote:
> The driver has an OF match table wired to .of_match_table, but does
> not export the table with MODULE_DEVICE_TABLE().
>
> Add the missing MODULE_DEVICE_TABLE(of, ...) entry so module alias
> information is generated for OF based module autoloading.
>
> This is a source-level fix. It does not claim dynamic hardware
> reproduction; the evidence is the driver-owned match table, its use by
> the platform driver, and the missing module alias publication.
Why do you never add any Fixes and Cc stable tags? This is a behavioural
fix, which probably deserves to be backported. It is the third or even
maybe fourth time that I have to ask for those tags within 2
weeks. Please consider adding them proactively when relevant.
Thanks,
Miquèl
More information about the linux-mtd
mailing list