From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org Subject: - remove-the-broken-fb_s3trio-driver.patch removed from -mm tree Date: Mon, 12 Feb 2007 14:49:55 -0800 Message-ID: <200702122249.l1CMntfj014176@shell0.pdx.osdl.net> Reply-To: linux-kernel@vger.kernel.org Return-path: Received: from smtp.osdl.org ([65.172.181.24]:45960 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030444AbXBLWxg (ORCPT ); Mon, 12 Feb 2007 17:53:36 -0500 Sender: mm-commits-owner@vger.kernel.org List-Id: mm-commits@vger.kernel.org To: bunk@stusta.de, adaplas@pol.net, alan@redhat.com, geert@linux-m68k.org, jsimmons@infradead.org, mm-commits@vger.kernel.org The patch titled remove the broken FB_S3TRIO driver has been removed from the -mm tree. Its filename was remove-the-broken-fb_s3trio-driver.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: remove the broken FB_S3TRIO driver From: Adrian Bunk The FB_S3TRIO driver: - has been marked as BROKEN for more than two years and - is still marked as BROKEN. Drivers that had been marked as BROKEN for such a long time seem to be unlikely to be revived in the forseeable future. But if anyone wants to ever revive this driver, the code is still present in the older kernel releases. Signed-off-by: Adrian Bunk Acked-by: Geert Uytterhoeven Cc: "Antonino A. Daplas" Cc: James Simmons Acked-by: Alan Cox Signed-off-by: Andrew Morton --- drivers/video/Kconfig | 6 drivers/video/Makefile | 1 drivers/video/S3triofb.c | 790 ------------------------------------- include/video/s3blit.h | 79 --- 4 files changed, 876 deletions(-) diff -puN drivers/video/Kconfig~remove-the-broken-fb_s3trio-driver drivers/video/Kconfig --- a/drivers/video/Kconfig~remove-the-broken-fb_s3trio-driver +++ a/drivers/video/Kconfig @@ -1109,12 +1109,6 @@ config FB_ATY_BACKLIGHT help Say Y here if you want to control the backlight of your display. -config FB_S3TRIO - bool "S3 Trio display support" - depends on (FB = y) && PPC && BROKEN - help - If you have a S3 Trio say Y. Say N for S3 Virge. - config FB_S3 tristate "S3 Trio/Virge support" depends on FB && PCI diff -puN drivers/video/Makefile~remove-the-broken-fb_s3trio-driver drivers/video/Makefile --- a/drivers/video/Makefile~remove-the-broken-fb_s3trio-driver +++ a/drivers/video/Makefile @@ -48,7 +48,6 @@ obj-$(CONFIG_FB_PLATINUM) += pla obj-$(CONFIG_FB_VALKYRIE) += valkyriefb.o obj-$(CONFIG_FB_CT65550) += chipsfb.o obj-$(CONFIG_FB_IMSTT) += imsttfb.o -obj-$(CONFIG_FB_S3TRIO) += S3triofb.o obj-$(CONFIG_FB_FM2) += fm2fb.o obj-$(CONFIG_FB_CYBLA) += cyblafb.o obj-$(CONFIG_FB_TRIDENT) += tridentfb.o diff -puN drivers/video/S3triofb.c~remove-the-broken-fb_s3trio-driver /dev/null --- a/drivers/video/S3triofb.c +++ /dev/null @@ -1,790 +0,0 @@ -/* - * linux/drivers/video/S3Triofb.c -- Open Firmware based frame buffer device - * - * Copyright (C) 1997 Peter De Schrijver - * - * This driver is partly based on the PowerMac console driver: - * - * Copyright (C) 1996 Paul Mackerras - * - * and on the Open Firmware based frame buffer device: - * - * Copyright (C) 1997 Geert Uytterhoeven - * - * This file is subject to the terms and conditions of the GNU General Public - * License. See the file COPYING in the main directory of this archive for - * more details. - */ - -/* - Bugs : + OF dependencies should be removed. - + This driver should be merged with the CyberVision driver. The - CyberVision is a Zorro III implementation of the S3Trio64 chip. - -*/ - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include