From: "Antonino A. Daplas" <adaplas@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: akpm@osdl.org, adaplas@pol.net, Richard Purdie <rpurdie@rpsys.net>
Subject: Re: [patch resend] w100fb: Rewrite for platform independence
Date: Sun, 07 Aug 2005 21:22:03 +0800 [thread overview]
Message-ID: <42F60AFB.9070107@gmail.com> (raw)
In-Reply-To: <1123417929.7800.11.camel@localhost.localdomain>
Richard Purdie wrote:
> The code w100fb was based on was horribly Sharp SL-C7x0 specific
> and there was little else that could be done as I had no access to
> anything else with a w100 in it. There is no real documentation
> about this chipset available.
>
> Ian Molton has access to other platforms with the w100 (Toshiba
> e-series) and so between us, we've improved w100fb and made it
> platform independent. Ian Molton also added support for the
> very similar w3220 and w3200 chipsets.
>
> There are a lot of changes here and it nearly amounts to a rewrite
> of the driver but it has been extensively tested and is being used
> in preference to the original driver in the Zaurus community. I'd
> therefore like to update the mainline code to reflect this.
>
> [Comments from Antonino Daplas taken on board, thanks.]
>
> Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Acked-by: Antonino Daplas <adaplas@pol.net>
> - gSaveImagePtr[i] = NULL;
> + if (par->extmem_active && par->saved_extmem) {
> + memsize=par->mach->mem->size;
> + memcpy(remapped_fbuf + (W100_FB_BASE-MEM_WINDOW_BASE), par->saved_extmem, memsize);
You missed converting this to memcpy_toio though.
Tony
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
prev parent reply other threads:[~2005-08-07 13:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-07 12:32 [patch resend] w100fb: Rewrite for platform independence Richard Purdie
2005-08-07 13:22 ` Antonino A. Daplas [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=42F60AFB.9070107@gmail.com \
--to=adaplas@gmail.com \
--cc=adaplas@pol.net \
--cc=akpm@osdl.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=rpurdie@rpsys.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.