From: Laurent Pinchart <laurentp@cse-semaphore.com>
To: linuxppc-dev@ozlabs.org
Cc: linux-usb@vger.kernel.org
Subject: Re: [PATCH] Freescale QUICC Engine USB Host Controller
Date: Thu, 3 Apr 2008 15:45:47 +0200 [thread overview]
Message-ID: <200804031545.51834.laurentp@cse-semaphore.com> (raw)
In-Reply-To: <20080311191744.GA10518@localhost.localdomain>
[-- Attachment #1: Type: text/plain, Size: 1496 bytes --]
Hi Anton,
On Tuesday 11 March 2008 20:17, Anton Vorontsov wrote:
> This is patch adds support for the FHCI USB controller, as found
> in the Freescale MPC836x and MPC832x processors. It can support
> Full or Low speed modes.
>
> Quite a lot hardware is doing by itself (SOF generation, CRC generation
> and checking), though scheduling and retransmission is on the software
> shoulders.
>
> This controller does not integrate the root hub, so this driver also
> fakes an one-port hub. External hub is required to support more than
> one device.
Would it be possible to use the driver for CPM2-based devices ? The only
difference I found between the CPM2 and QE USB controllers is the SOF
handling. The QE USB controller increments the frame number itself, while the
CPM USB controller requires the host to increment the frame number.
At first sight the driver depends on qe_lib for:
- muram allocation (qe_muram_alloc/free, qe_muram_offset/addr)
- GPIO access (qe_gpio_set_dedicated)
- clock routing (qe_clock_source, qe_usb_clock_set)
- QE commands execution (qe_issue_cmd)
It shouldn't be too difficult to abstract those operation in a fashion similar
to the cpm_uart driver.
Have you already worked on CPM2 support, or thought about any particular issue
I should pay attention to ?
Best regards,
--
Laurent Pinchart
CSE Semaphore Belgium
Chaussee de Bruxelles, 732A
B-1410 Waterloo
Belgium
T +32 (2) 387 42 59
F +32 (2) 387 42 75
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2008-04-03 13:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-11 19:17 [PATCH] Freescale QUICC Engine USB Host Controller Anton Vorontsov
2008-03-11 21:32 ` Joakim Tjernlund
2008-04-03 13:45 ` Laurent Pinchart [this message]
2008-04-03 14:30 ` Anton Vorontsov
2008-04-03 15:27 ` Scott Wood
2008-04-03 15:33 ` Timur Tabi
2008-04-03 15:36 ` Scott Wood
2008-04-03 18:22 ` David Brownell
2008-04-07 16:11 ` Laurent Pinchart
2008-04-08 12:16 ` Anton Vorontsov
2008-04-09 12:13 ` Laurent Pinchart
2008-04-09 12:16 ` Pandita, Vikram
2008-04-09 12:20 ` Laurent Pinchart
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=200804031545.51834.laurentp@cse-semaphore.com \
--to=laurentp@cse-semaphore.com \
--cc=linux-usb@vger.kernel.org \
--cc=linuxppc-dev@ozlabs.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;
as well as URLs for NNTP newsgroup(s).