From: Ned Forrester <nforrester-/d+BM93fTQY@public.gmane.org>
To: "Roger Frøysaa" <roger-UslnteNVNtIXWF+eFR7m5Q@public.gmane.org>
Cc: spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
Subject: Re: Status of Linux SPI slave
Date: Sat, 13 Oct 2007 15:03:01 -0400 [thread overview]
Message-ID: <47111665.7000005@whoi.edu> (raw)
In-Reply-To: <1190880999.29726.5.camel@shuttle>
Roger Frøysaa wrote:
> Hi.
>
> I'm wondering if there are any plans to add SPI slave mode to the SPI
> driver framework in the "near" future? Is anyone working on
> something like this?
>
> If not, has anyone ever considered it - and estimated the amount of
> work it would be etc?
I have been waiting to respond until there was a response from someone
knowledgeable. As David points out, true slave capability has serious
real time implications, and the standard Linux kernel is not a real-time
kernel, as I understand it. However, if you don't need completely
general slave capability, there may be ways to accomplish some
slave-like tasks.
For example, I have an SPI master device that streams data to a Linux
processor at 11Mbit/sec, but never expects any response from the
processor; this data is written over the 100baseT network to an NFS
file system at an effective 5GBytes/hour. To make it work, I have
heavily modified the pxa2xx-spi driver for the target Gumstix system so
that it can accept data driven by an external clock, and so that it uses
a queue of DMA descriptors to prevent interrupt latency from limiting
service of the receive FIFO. I did not have to modify a single line of
code anywhere else in the SPI framework. All other parts of the SPI
framework, as well as my protocol driver and user-space code, still
operate as if they were part of an SPI master; they just keep full a
queue of SPI messages that request buffers to be filled by SPI reads.
Basically, this is a VERY limited slave function, where the Linux system
is not in control of the timing, but also there is never any sort of
query/response between the master and slave.
--
Ned Forrester nforrester-/d+BM93fTQY@public.gmane.org
Oceanographic Systems Lab 508-289-2226
Applied Ocean Physics and Engineering Dept.
Woods Hole Oceanographic Institution Woods Hole, MA 02543, USA
http://www.whoi.edu/sbl/liteSite.do?litesiteid=7212
http://www.whoi.edu/hpb/Site.do?id=1532
http://www.whoi.edu/page.do?pid=10079
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
next prev parent reply other threads:[~2007-10-13 19:03 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-27 8:16 Status of Linux SPI slave Roger Frøysaa
2007-10-13 15:47 ` David Brownell
[not found] ` <20071013154747.2F7B023A5F4-ZcXrCSuhvln6VZ3dlLfH/g4gEjPzgfUyLrfjE7I9kuVHxeISYlDBzl6hYfS7NtTn@public.gmane.org>
2007-10-15 15:43 ` Girish
2007-10-15 16:08 ` Girish
[not found] ` <00bc01c80f45$9d218980$6a8918ac-tAZopdYwApTQT0dZR+AlfA@public.gmane.org>
2007-10-16 0:22 ` David Brownell
[not found] ` <20071016002211.6F45E23BCEC-ZcXrCSuhvln6VZ3dlLfH/g4gEjPzgfUyLrfjE7I9kuVHxeISYlDBzl6hYfS7NtTn@public.gmane.org>
2007-10-16 13:50 ` Girish
[not found] ` <014101c80ffb$917d1200$6a8918ac-tAZopdYwApTQT0dZR+AlfA@public.gmane.org>
2007-10-16 17:59 ` David Brownell
[not found] ` <20071016175920.7FA2923BCED-ZcXrCSuhvln6VZ3dlLfH/g4gEjPzgfUyLrfjE7I9kuVHxeISYlDBzl6hYfS7NtTn@public.gmane.org>
2007-10-17 14:00 ` Girish
[not found] ` <01b001c810c6$053fdea0$6a8918ac-tAZopdYwApTQT0dZR+AlfA@public.gmane.org>
2007-10-17 21:36 ` Ned Forrester
2007-10-13 19:03 ` Ned Forrester [this message]
[not found] ` <47111665.7000005-/d+BM93fTQY@public.gmane.org>
2007-10-16 14:21 ` Girish
[not found] ` <014301c80fff$ceacd710$6a8918ac-tAZopdYwApTQT0dZR+AlfA@public.gmane.org>
2007-10-16 17:28 ` Ned Forrester
[not found] ` <4714F4AC.4020402-/d+BM93fTQY@public.gmane.org>
2007-10-17 13:43 ` Girish
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=47111665.7000005@whoi.edu \
--to=nforrester-/d+bm93ftqy@public.gmane.org \
--cc=roger-UslnteNVNtIXWF+eFR7m5Q@public.gmane.org \
--cc=spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.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 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.