linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Ge Wang <GeWang@siliconmotion.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Andrew Morton <akpm@osdl.org>,
	linux-fbdev-devel@lists.sourceforge.net
Subject: Re: RE: Submit Silicon Motion SM501 (VoyagerGX) display driver for li nux  kernel 2.6.4
Date: Sun, 18 Apr 2004 10:17:57 -0400	[thread overview]
Message-ID: <20040418141757.GA30429@linux-sh.org> (raw)
In-Reply-To: <9AD3B169567B1346BE6004E2F97C72390135D63B@MARS>

[-- Attachment #1: Type: text/plain, Size: 2722 bytes --]

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)
> 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

      reply	other threads:[~2004-04-18 14:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-25  0:10 Submit Silicon Motion SM501 (VoyagerGX) display driver for li nux kernel 2.6.4 Ge Wang
2004-04-18 14:17 ` Paul Mundt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040418141757.GA30429@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=GeWang@siliconmotion.com \
    --cc=akpm@osdl.org \
    --cc=benh@kernel.crashing.org \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).