]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: Rename Sony ACX424 to Novatek NT35560
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 3 Jan 2022 11:38:20 +0000 (12:38 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 20 Feb 2022 23:29:19 +0000 (00:29 +0100)
commit96a64c58ad7f6f56f3fd3a3c87e4d0bafbd4c1b1
tree3c1d5c9e834022f067f41ed9bdb4ab9e6aa0d6c4
parent96495232397f0e605148a42d532e5fc3104460ac
drm/panel: Rename Sony ACX424 to Novatek NT35560

A code drop from Sony Mobile reveals that the ACX424 panels are
built around the Novatek NT35560 panel controllers so just bite
the bullet and rename the driver and all basic symbols so that
we can modify this driver to cover any other panels also using
the Novatek NT35560 display controller.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20220103113822.654592-1-linus.walleij@linaro.org
MAINTAINERS
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-novatek-nt35560.c [new file with mode: 0644]
drivers/gpu/drm/panel/panel-sony-acx424akp.c [deleted file]