Re: [PATCH] drm/panel: samsung-s6d7aa0: Add MODULE_DEVICE_TABLE

2023-08-02 Thread Neil Armstrong
Hi, On Wed, 02 Aug 2023 11:41:22 +0500, Nikita Travkin wrote: > The driver can be built as a module, however the lack of the > MODULE_DEVICE_TABLE macro prevents it from being automatically probed > from the DT in such case. > > Add the missed macro to make sure the module can load automatically.

Re: [PATCH] drm/panel: samsung-s6d7aa0: Add MODULE_DEVICE_TABLE

2023-08-02 Thread Artur Weber
On 2.08.2023 08:41, Nikita Travkin wrote: The driver can be built as a module, however the lack of the MODULE_DEVICE_TABLE macro prevents it from being automatically probed from the DT in such case. Add the missed macro to make sure the module can load automatically. Fixes: 6810bb390282 ("drm/p

Re: [PATCH] drm/panel: samsung-s6d7aa0: Add MODULE_DEVICE_TABLE

2023-08-02 Thread Neil Armstrong
On 02/08/2023 08:41, Nikita Travkin wrote: The driver can be built as a module, however the lack of the MODULE_DEVICE_TABLE macro prevents it from being automatically probed from the DT in such case. Add the missed macro to make sure the module can load automatically. Fixes: 6810bb390282 ("drm/

[PATCH] drm/panel: samsung-s6d7aa0: Add MODULE_DEVICE_TABLE

2023-08-02 Thread Nikita Travkin
The driver can be built as a module, however the lack of the MODULE_DEVICE_TABLE macro prevents it from being automatically probed from the DT in such case. Add the missed macro to make sure the module can load automatically. Fixes: 6810bb390282 ("drm/panel: Add Samsung S6D7AA0 panel controller d