On 12/8/23 23:47, Matthew Wilcox (Oracle) wrote:
As far as anybody can tell, this product never shipped. If it did, it shipped in 2007 and nobody has access to one any more. Remove the fbdev driver and the backlight driver. Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> --- drivers/video/backlight/Kconfig | 7 - drivers/video/backlight/Makefile | 1 - drivers/video/backlight/cr_bllcd.c | 264 ----- drivers/video/fbdev/Kconfig | 15 - drivers/video/fbdev/Makefile | 1 - drivers/video/fbdev/vermilion/Makefile | 6 - drivers/video/fbdev/vermilion/cr_pll.c | 195 ---- drivers/video/fbdev/vermilion/vermilion.c | 1175 --------------------- drivers/video/fbdev/vermilion/vermilion.h | 245 ----- 9 files changed, 1909 deletions(-) delete mode 100644 drivers/video/backlight/cr_bllcd.c delete mode 100644 drivers/video/fbdev/vermilion/Makefile delete mode 100644 drivers/video/fbdev/vermilion/cr_pll.c delete mode 100644 drivers/video/fbdev/vermilion/vermilion.c delete mode 100644 drivers/video/fbdev/vermilion/vermilion.h
I've applied this patch to the fbdev git tree. It touches the backlight tree, so I hope it's ok for backlight people? Helge