All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: Glen Wernersbach <glen@jetsoftdev.com>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai] USB 3.0 on Xenomai
Date: Sun, 16 Sep 2012 16:24:26 +0200	[thread overview]
Message-ID: <5055E11A.4000405@web.de> (raw)
In-Reply-To: <CC77AC90.21DF3%glen@jetsoftdev.com>

On 2012-09-13 21:30, Glen Wernersbach wrote:
> Hi All,
> 
> Back to this question.
> 
> If I wanted to write a very specific one trick pony RTDM driver for a USB
> 3.0 controller that would do basic read and writes to my vendor specific
> device where would I start?

Well, by reading the xHCI spec ;). Seriously, USB is not UART. There has
quite a lot of hard- and software between a serial data stream on the
device side and a potential rtserX RTDM interface for a Xenomai
application. To get an impression, you can study usb4rt [1].

We are about to add a cdc-acm driver to that stack, also "only" a simple
serial interface but still a bit of code. And we are reusing the
existing UHCI host controller + core stack.

Are you sure your device makes use of USB-3.0's super speed? Or does
your target only include an xHCI, and there is no way to add a good-old
UHCI to it?

Jan

[1] http://developer.berlios.de/projects/usb4rt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
URL: <http://www.xenomai.org/pipermail/xenomai/attachments/20120916/d6b057f4/attachment.pgp>

      reply	other threads:[~2012-09-16 14:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-13 19:30 [Xenomai] USB 3.0 on Xenomai Glen Wernersbach
2012-09-16 14:24 ` Jan Kiszka [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=5055E11A.4000405@web.de \
    --to=jan.kiszka@web.de \
    --cc=glen@jetsoftdev.com \
    --cc=xenomai@xenomai.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.