Re: Linux 2.5.8-pre2

From: Geert Uytterhoeven (geert@linux-m68k.org)
Date: Sun Apr 07 2002 - 05:17:28 EST


On Fri, 5 Apr 2002, Linus Torvalds wrote:
> <rmk@flint.arm.linux.org.uk> (02/03/13 1.388.3.5)
> Update ARM related video drivers:
> - cyber2000fb
> - sa1100fb
> Add new ARM video drivers:
> - anakinfb
> - clps711xfb

Please either add resource management code to anakinfb and clps711xfb, or apply
the patch below.

--- linux-2.5.8-pre2/drivers/video/fbmem.c.orig Sun Apr 7 10:54:24 2002
+++ linux-2.5.8-pre2/drivers/video/fbmem.c Sun Apr 7 12:15:21 2002
@@ -157,12 +157,6 @@
 #ifdef CONFIG_FB_AMIGA
         { "amifb", amifb_init, amifb_setup },
 #endif
-#ifdef CONFIG_FB_ANAKIN
- { "anakinfb", anakinfb_init, NULL },
-#endif
-#ifdef CONFIG_FB_CLPS711X
- { "clps711xfb", clps711xfb_init, NULL },
-#endif
 #ifdef CONFIG_FB_CYBER
         { "cyber", cyberfb_init, cyberfb_setup },
 #endif
@@ -293,6 +287,12 @@
 #endif
 #ifdef CONFIG_FB_VOODOO1
         { "sst", sstfb_init, sstfb_setup },
+#endif
+#ifdef CONFIG_FB_ANAKIN
+ { "anakinfb", anakinfb_init, NULL },
+#endif
+#ifdef CONFIG_FB_CLPS711X
+ { "clps711xfb", clps711xfb_init, NULL },
 #endif
         /*
          * Generic drivers that don't use resource management (yet)

Gr{oetje,eeting}s,

                              Geert (fbdev init order watchdog^H^H^Hpenguin)

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 07 2002 - 22:00:20 EST