]> git.ipfire.org Git - thirdparty/linux.git/commit
fbdev: amba-clcd: Delete the old CLCD driver
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Dec 2023 14:18:02 +0000 (15:18 +0100)
committerHelge Deller <deller@gmx.de>
Fri, 12 Jan 2024 11:38:37 +0000 (12:38 +0100)
commitdee56ccb468a832074397fdbf22bbd9bf6d710aa
treef23fe590fc0bb95e3dc21f91e54ec3ba781cba65
parentd9f25b59ed85ae45801cf45fe17eb269b0ef3038
fbdev: amba-clcd: Delete the old CLCD driver

We have managed to ascertain that all users of the old FBDEV
code that are out of tree are now gone.

The new DRM driver can be found in drivers/gpu/drm/pl111/.

The remaining out of tree user was the ARM FVP emulation
platform, running Android. Thanks to changes in Android
versions 13 and 14, Android can now use the DRM driver when
being emulated under FVP. Some final patches are being put
in place to make it fully featured.

This is essentially a revert of the partial revert in
commit 112c35237c72 ("Partially revert "video: fbdev: amba-clcd: Retire elder CLCD driver"")

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Helge Deller <deller@gmx.de>
MAINTAINERS
drivers/video/fbdev/Kconfig
drivers/video/fbdev/Makefile
drivers/video/fbdev/amba-clcd.c [deleted file]
include/linux/amba/clcd-regs.h [deleted file]
include/linux/amba/clcd.h [deleted file]