From: "Antonino A. Daplas" <adaplas@hotpop.com>
To: linux-fbdev-devel@lists.sourceforge.net,
Richard Purdie <rpurdie@rpsys.net>
Subject: Re: w100 fb driver
Date: Fri, 26 Nov 2004 03:55:19 +0800 [thread overview]
Message-ID: <200411260355.19360.adaplas@hotpop.com> (raw)
In-Reply-To: <032501c4d302$3970ddf0$0f01a8c0@max>
On Thursday 25 November 2004 23:19, Richard Purdie wrote:
> Antonino A. Daplas:
> [re: inclusion of the w100 driver in the kernel]
>
> > Should be okay, just wondering why not use the kernel i2c algo's instead
> > of using your own.
>
> The kernel's i2c algo's require two way communication and expect the data
> to be ack'ed. In this case, we have no way to read the data back from the
> spp interface so we can't implement all the functions the kernel interface
> would need.
>
> > Submit patch inline to this list and CC me. Preferrably break the patch
> > down into several, hopefully standalone patches. Add a changelog, and a
> > signed-off line.
>
> That sounds fine. I've taken your comments (and those made by Geert
> Uytterhoeven) onboard and revised the driver. For various reasons, I've
> moved the driver over the to new device structure which allows me to pass a
> structure with some hardware specific details to the driver. This means I
> need to include the header file elsewhere in the kernel. Should/can I move
> that file to drivers/video in whole or in part (or do something else)?
The current placement is fine.
Place things that are used or have the potential to be used by other kernel
subsystems in include/video (ie register definitions) and those that should
be private to the driver in include/video.
>
> An updated version of the driver is at:
>
> http://www.rpsys.net/openzaurus/arm/w100-r1.patch
>
> (its using two header files until I know which approach is preferred)
Nothing wrong with using 2 headers.
Tony
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
next prev parent reply other threads:[~2004-11-25 19:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-19 16:51 w100 fb driver Richard Purdie
2004-11-19 22:10 ` Antonino A. Daplas
2004-11-25 15:19 ` Richard Purdie
2004-11-25 19:55 ` Antonino A. Daplas [this message]
2004-11-20 9:45 ` Geert Uytterhoeven
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=200411260355.19360.adaplas@hotpop.com \
--to=adaplas@hotpop.com \
--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 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).