Re: [PATCH] mtd: rawnand: realtek: add missing MODULE_DEVICE_TABLE()
From: Miquel Raynal
Date: Mon Jul 06 2026 - 10:52:01 EST
Hi Pengpeng,
On 04/07/2026 at 20:30:44 +08, Pengpeng Hou <pengpeng@xxxxxxxxxxx> 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