From: "Thiago Galesi" <thiagogalesi@gmail.com>
To: "Hugo Villeneuve" <hugo@hugovil.com>
Cc: "Florian Fainelli" <florian@openwrt.org>,
linux-kernel@vger.kernel.org, linux-embedded@vger.kernel.org
Subject: Re: FPGA programming driver architecture
Date: Thu, 8 Jan 2009 20:14:36 -0200 [thread overview]
Message-ID: <82ecf08e0901081414u15af3c2dy9c88a242db024dc7@mail.gmail.com> (raw)
In-Reply-To: <20090108151827.72f50cee.hugo@hugovil.com>
> > > Hi,
> > > I have written some code to program a FPGA in Linux, for two
> > > different types of boards: one uses a serial interface (SPI) and
> > > the second a parallel interface. I have been able to sucessfully
> > > program both boards. I'm now trying to clean my code and make it
> > > more generic, as well as better in line with the Linux driver
> > > model.
Considering the several FPGA models available and ways to program it,
I guess the important thing to consider is what can be made generic.
(that is what will become fpgaload)
Also, there may be cases where after FPGA is programmed it "becomes a
device" (PCI or whatever)
> >
> > - fpgaload-core which contains all the code that can be shared
> > between the drivers like requesting firmware, providing sysfs
> > attributes,
> > - fpgaload-spi would handle the low-level SPI connection
> > - fpgaload-par would handle the low-level parallel connection
I think this maybe split into three layers (maybe)
1 - low level connection: paralell / spi / i2c / whatever
2 - vendor: xylinx, altera, etc
3 - generic stuff
Take a look at the MTD and SPI drivers and how they split things
--
-
Thiago Galesi
next prev parent reply other threads:[~2009-01-08 22:14 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-12 20:03 Hugo Villeneuve
2008-12-13 12:58 ` Florian Fainelli
2008-12-15 18:16 ` Hugo Villeneuve
2009-01-08 20:18 ` Hugo Villeneuve
2009-01-08 22:14 ` Thiago Galesi [this message]
2009-01-08 22:47 ` Leon Woestenberg
2009-01-08 22:57 ` Florian Fainelli
2009-01-08 23:07 ` Leon Woestenberg
2009-01-09 3:14 ` Duane Ellis
2009-01-09 12:24 ` Alexander Clouter
2009-01-09 15:07 ` Hugo Villeneuve
2009-01-09 23:40 ` Hans J. Koch
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=82ecf08e0901081414u15af3c2dy9c88a242db024dc7@mail.gmail.com \
--to=thiagogalesi@gmail.com \
--cc=florian@openwrt.org \
--cc=hugo@hugovil.com \
--cc=linux-embedded@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®