Re: [PATCH 4/9] drm/panel: novatek-nt36672a: Set driver name to novatek for consistency
From: David Heidelberg
Date: Sun Sep 13 2026 - 08:58:28 EST
On 13/09/2026 07:36, Alexey Minnekhanov wrote:
Since this driver should represent not only devices manufactured byReviewed-by: David Heidelberg <david@xxxxxxx>
Tianma Micro-electronics, but also from other companies, it makes more
sense to name it according to what driver file name already is: novatek.
This does not change neither module file name nor Kconfig symbol, only
driver identification in dmesg. This makes it possible to e.g. grep
dmesg for "novatek" and get messages from both nt36672a-based panel and
Novatek touchscreen.
Signed-off-by: Alexey Minnekhanov <alexeymin@xxxxxxxxxx>
---
drivers/gpu/drm/panel/panel-novatek-nt36672a.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)