[PATCH 0/4] pxafb: add smartpanel support
There are 4 patches as listed below:
0001 - pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()
0002 - pxafb: use completion for LCD disable wait code
0003 - pxafb: move parallel LCD timing setup into dedicate function
0004 - pxafb: preliminary smart panel interface support
The actual support for the smartpanel interface is done by patch 0004, the
patches 0001-0003 are mainly cleanup ones.
The smartpanel interface supports LCD panels with internal buffers,
sometimes known as remote framebuffer.
The next step work will be to introduce an "struct pxafb_output" to
abstract two different output interface supported: the parallel and
the smartpanel, after these patches are merged.
--
Cheers
- eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email]majordomo@vger.kernel.org[/email]
More majordomo info at [url]http://vger.kernel.org/majordomo-info.html[/url]
Please read the FAQ at [url]http://www.tux.org/lkml/[/url]
Re: [PATCH 0/4] pxafb: add smartpanel support
On Tue, 8 Apr 2008 12:01:25 +0800 "eric miao" <eric.y.miao@gmail.com> wrote:
[color=blue]
> There are 4 patches as listed below:
>
> 0001 - pxafb: introduce lcd_{read,write}l() to wrap the __raw_{read,write}l()
> 0002 - pxafb: use completion for LCD disable wait code
> 0003 - pxafb: move parallel LCD timing setup into dedicate function
> 0004 - pxafb: preliminary smart panel interface support[/color]
I had to fix rather a lot of wordwrapping in these patches. Please fix up
your email client for next time, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email]majordomo@vger.kernel.org[/email]
More majordomo info at [url]http://vger.kernel.org/majordomo-info.html[/url]
Please read the FAQ at [url]http://www.tux.org/lkml/[/url]