Re: [PATCH v5 3/4] rust: add visibility to of_device_table macro
From: Krzysztof Kozlowski
Date: Mon Mar 30 2026 - 03:07:19 EST
On Sun, Mar 29, 2026 at 08:02:17PM +0200, Markus Probst wrote:
> Add visibility argument to macro to allow defining an of device table in
> a different module than the driver, which can improve readability.
No. The of_device_id table must be always placed next to the foo_driver.
You keep introducing completely inconsisting styles in this patchset,
like completely broken usage of compatibles in the driver.
Best regards,
Krzysztof