To follow up on this (as no one else seems to have), this current driver has a number of issues. A big part of necessary cleanup could be done just with doing away with the hungarian notation nonsense, using standard types, and using a struct fb_videomode modedb instead if wrapping everything to use the non-standard modedb that exists in the driver currently. Additionally, I have a board I'm working on presently that has an SM501 on it (non-PCI) which this driver presently won't work on. Furthermore, I have another set of SM501 fb drivers from Renesas that break things out somewhat further (which includes i2c, once I finish hacking on the voyager i2c stuff). This actually breaks it out into 7 different framebuffers: #ifdef CONFIG_FB_VOYAGER_GX { "voyager_panel_fb", voyafb_init, NULL }, { "voyager_video_fb", voyafb_init2, NULL }, { "voyager_valpha_fb", voyafb_init3, NULL }, { "voyager_alpha_fb", voyafb_init4, NULL }, { "voyager_panel_csr_fb", voyafb_init5, NULL }, { "voyager_crt_fb", voyafb_init6, NULL }, { "voyager_crt_csr_fb", voyafb_init7, NULL }, #endif As such, this needs some rework as well. The default voyager_panel_fb should be pretty close to what Ge's driver does, though presently doesn't address PCI. I plan on merging in Ge's driver at the same time I do the rework on the Renesas one (though Ge and others will have to do testing on PCI). I'd appreciate it if no one merged any SM501 related fb patches until I'm finished consolidating the various implementations and we have something in place that will work for everyone. On Wed, Mar 24, 2004 at 04:10:11PM -0800, Ge Wang wrote: > Sure, I'll CC it to linux-fbdev-devel@lists.sourceforge.net. Thanks for your > suggestion. > > Ge > > -----Original Message----- > From: Benjamin Herrenschmidt [mailto:benh@kernel.crashing.org] > Sent: Wednesday, March 24, 2004 3:51 PM > To: Ge Wang > Subject: Re: Submit Silicon Motion SM501 (VoyagerGX) display driver for > linux kernel 2.6.4 > > > On Thu, 2004-03-25 at 10:20, Ge Wang wrote: > > Hi Ben, > > > > We'd like to submit Silicon Motion SM501 (VoyagerGX) display driver > > source code for linux kernel 2.6.4. I attach it with this email. It > > will be put on our web site soon. It's at(www.siliconmotion.com) > > Support\Drivers\Voyager > > (SM501) Software Update\voyager-0.01-linux-2.6.4.tgz. If you have any > > questions or concerns, just let me know. Your help is very appreciated. > > Hi ! > > Can you post this to the linux-fbdev mailing list (Sorry for ping-ponging > you like this, but this is the best way to get some good review of the > driver) >