Skip to content

Commit dee56cc

Browse files
Linus Walleijhdeller
authored andcommitted
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 112c352 ("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>
1 parent d9f25b5 commit dee56cc

6 files changed

Lines changed: 0 additions & 1385 deletions

File tree

MAINTAINERS

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,11 +1684,6 @@ S: Odd Fixes
16841684
F: drivers/amba/
16851685
F: include/linux/amba/bus.h
16861686

1687-
ARM PRIMECELL CLCD PL110 DRIVER
1688-
M: Russell King <linux@armlinux.org.uk>
1689-
S: Odd Fixes
1690-
F: drivers/video/fbdev/amba-clcd.*
1691-
16921687
ARM PRIMECELL KMI PL050 DRIVER
16931688
M: Russell King <linux@armlinux.org.uk>
16941689
S: Odd Fixes

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -116,24 +116,6 @@ config FB_PM2_FIFO_DISCONNECT
116116
help
117117
Support the Permedia2 FIFO disconnect feature.
118118

119-
config FB_ARMCLCD
120-
tristate "ARM PrimeCell PL110 support"
121-
depends on ARM || ARM64 || COMPILE_TEST
122-
depends on FB && ARM_AMBA && HAS_IOMEM
123-
select FB_IOMEM_HELPERS
124-
select FB_MODE_HELPERS if OF
125-
select VIDEOMODE_HELPERS if OF
126-
select BACKLIGHT_CLASS_DEVICE if OF
127-
help
128-
This framebuffer device driver is for the ARM PrimeCell PL110
129-
Colour LCD controller. ARM PrimeCells provide the building
130-
blocks for System on a Chip devices.
131-
132-
If you want to compile this as a module (=code which can be
133-
inserted into and removed from the running kernel), say M
134-
here and read <file:Documentation/kbuild/modules.rst>. The module
135-
will be called amba-clcd.
136-
137119
config FB_ACORN
138120
bool "Acorn VIDC support"
139121
depends on (FB = y) && ARM && ARCH_ACORN

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ obj-$(CONFIG_FB_HIT) += hitfb.o
7474
obj-$(CONFIG_FB_ATMEL) += atmel_lcdfb.o
7575
obj-$(CONFIG_FB_PVR2) += pvr2fb.o
7676
obj-$(CONFIG_FB_VOODOO1) += sstfb.o
77-
obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o
7877
obj-$(CONFIG_FB_GOLDFISH) += goldfishfb.o
7978
obj-$(CONFIG_FB_68328) += 68328fb.o
8079
obj-$(CONFIG_FB_GBE) += gbefb.o

0 commit comments

Comments
 (0)