From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bay0-omc2-s7.bay0.hotmail.com (bay0-omc2-s7.bay0.hotmail.com [65.54.246.143]) by ozlabs.org (Postfix) with ESMTP id 74EBCDDF52 for ; Thu, 29 May 2008 21:03:17 +1000 (EST) Message-ID: Content-Type: multipart/alternative; boundary="_8a6f6790-5aee-4ecc-ae3d-a4920ab76f4a_" From: Huub Eikens To: Subject: USB Host Controller driver for the MPC8270 processor Date: Thu, 29 May 2008 11:03:16 +0000 MIME-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --_8a6f6790-5aee-4ecc-ae3d-a4920ab76f4a_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 I am in need of a USB Host Controller device for the Freescale MPC8270 for = the 2.4 linux kernel (ELDK 3.1.1). On internet I found one, but this is onl= y for version 2.6: http://cpm2usb.sourceforge.net/ I have a few options: 1. backport this driver to 2.4.25 kernel. I would like to know if this is f= easible or not. I get the feeling that this will take a lot of time. 2. upgrade my kernel to 2.6.x. This is not preferable for me since I depend= on sw modules writen by external partners. If I upgrade, I really really n= eed to be sure that this driver is stable and reliable. 3. Use an external USB Host Controller. Can anyone advise me on which contr= oller to choose that runs stable and reliable on the 2.4.25 kernel (ELDK 3.= 1.1)? Kind regards, =20 Huub Eikens _________________________________________________________________ De leukste online filmpjes vind je op MSN Video! http://video.msn.com/video.aspx?mkt=3Dnl-nl= --_8a6f6790-5aee-4ecc-ae3d-a4920ab76f4a_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
I am in need of a USB Host Controller device for the Freescale MPC8270 for= the 2.4 linux kernel (ELDK 3.1.1). On internet I found one, but this is on= ly for version 2.6:
http://cpm2usb.sourceforge.net/

I have a few options= :
1. backport this driver to 2.4.25 kernel. I would like to know if this= is feasible or not. I get the feeling that this will take a lot of time.2. upgrade my kernel to 2.6.x. This is not preferable for me since I depe= nd on sw modules writen by external partners. If I upgrade, I really really= need to be sure that this driver
is stable and reliable.
3. Use an e= xternal USB Host Controller. Can anyone advise me on which controller to ch= oose that runs stable and reliable on the 2.4.25 kernel (ELDK 3.1.1)?
Kind regards,

Huub Eikens


Chat met al = je vrienden. Voeg ze nu allemaal toe aan Messenger! = --_8a6f6790-5aee-4ecc-ae3d-a4920ab76f4a_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by ozlabs.org (Postfix) with ESMTP id 55645DDF2F for ; Thu, 29 May 2008 22:14:31 +1000 (EST) From: Laurent Pinchart To: linuxppc-embedded@ozlabs.org Subject: Re: USB Host Controller driver for the MPC8270 processor Date: Thu, 29 May 2008 14:14:23 +0200 References: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart28220191.fMzIght3ui"; protocol="application/pgp-signature"; micalg=pgp-sha1 Message-Id: <200805291414.26798.laurentp@cse-semaphore.com> Cc: Huub Eikens List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --nextPart28220191.fMzIght3ui Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi Huub, On Thursday 29 May 2008 13:03, Huub Eikens wrote: > Hi, > =20 > I am in need of a USB Host Controller device for the Freescale MPC8270 for > the 2.4 linux kernel (ELDK 3.1.1). On internet I found one, but this is o= nly > for version 2.6: =20 > http://cpm2usb.sourceforge.net/ >=20 > I have a few options: > 1. backport this driver to 2.4.25 kernel. I would like to know if this is > feasible or not. I get the feeling that this will take a lot of time.=20 > 2. upgrade my kernel to 2.6.x. This is not preferable for me since I depe= nd > on sw modules writen by external partners. If I upgrade, I really really > need to be sure that this driver is stable and reliable. > 3. Use an external USB Host Controller. Can anyone advise me on which > controller to choose that runs stable and reliable on the 2.4.25 kernel > (ELDK 3.1.1)? I'd go for option 3. The CPM2 USB host controller is definitely not reliabl= e.=20 It relies on software to prepare SOF tokens, and doesn't do much in hardwar= e. After some experimentation with the FHCI driver posted on linux-ppc by =20 Anton Vorontsov I found out that the driver would eat around 40% of my CPU= =20 time, and some SOF tokens would be incorrectly sent. The CPM3 (aka QE) shouldn't have the same SOF issue, as it prepares SOF tok= en=20 without any software intervention, but I doubt it would perform much better= =20 in term of CPU time. If you can go for an OHCI/UHCI/EHCI based controller that would be much=20 better. Best regards, =2D-=20 Laurent Pinchart CSE Semaphore Belgium Chaussee de Bruxelles, 732A B-1410 Waterloo Belgium T +32 (2) 387 42 59 =46 +32 (2) 387 42 75 --nextPart28220191.fMzIght3ui Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBIPp4i8y9gWxC9vpcRArJBAKCJeqBReTvuGBsr8iOoBIDhR663BgCfYzoY kiP7HkzGNCrn7YAzF8dIopc= =KtcC -----END PGP SIGNATURE----- --nextPart28220191.fMzIght3ui-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bay0-omc2-s5.bay0.hotmail.com (bay0-omc2-s5.bay0.hotmail.com [65.54.246.141]) by ozlabs.org (Postfix) with ESMTP id B34A0DDEF6 for ; Mon, 2 Jun 2008 19:27:13 +1000 (EST) Message-ID: Content-Type: multipart/alternative; boundary="_34fdc470-abe1-4949-8ed0-6d9768e31280_" From: Huub Eikens To: Subject: USB Host-to-Serial or USB Host-to-Ethernet Date: Mon, 2 Jun 2008 09:22:07 +0000 In-Reply-To: <200805291414.26798.laurentp@cse-semaphore.com> References: <200805291414.26798.laurentp@cse-semaphore.com> MIME-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --_34fdc470-abe1-4949-8ed0-6d9768e31280_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 I have platform based on the Freescale MPC8270 processor that runs on linux= 2.4.25. On it I want to mount a memory stick. Due to hardware (layout) res= trictions , I cannot use an external USB Host Controller. Also, I cannot us= e the on-chip USB Host Controller since there is no driver available that i= s reliable and has good performance. =20 Therefor, I am exploring the possibility of doing a USB-to-Serial or USB-to= -ethernet. Does anyone know which chip to use for which a driver exists for= linux 2.4.25? Note that such a chip must act as a USB Host (!).=20 =20 Also please note that I cannot migrate to linux version 2.6 since I am depe= ndent on external SW components that cannot be migrated that easy. =20 Thanks in advance, =20 Huub Eikens =20 =20 _________________________________________________________________ De mooiste afbeeldingen van Angelina Jolie vind je met Live Search http://search.live.com/images/results.aspx?q=3Dangelina%20jolie&FORM=3DMIIN= TM= --_34fdc470-abe1-4949-8ed0-6d9768e31280_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi,
 
I have platform based on the Freescale MPC8270 processor that runs on = linux 2.4.25. On it I want to mount a memory stick. Due to hardware (layout= ) restrictions , I cannot use an external USB Host Controller. Also, I cann= ot use the on-chip USB Host Controller since there is no driver a= vailable that is reliable and has good performance.
 
Therefor, I am exploring the possibility of doing a USB-to-Serial or USB-to= -ethernet. Does anyone know which chip to use for which a driver exists for= linux 2.4.25? Note that such a chip must act as a USB Host (!).
 
Also please note that I cannot migrate to linux version 2.6 since I am depe= ndent on external SW components that cannot be migrated that easy.
 
Thanks in advance,
 
Huub Eikens
 
 


Plan je evenement, nodig mensen uit en deel je foto's= met Windows Live Events= = --_34fdc470-abe1-4949-8ed0-6d9768e31280_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id EED9FDDE1A for ; Mon, 2 Jun 2008 19:42:11 +1000 (EST) Received: from de01smr02.am.mot.com (de01smr02.freescale.net [10.208.0.151]) by de01egw02.freescale.net (8.12.11/de01egw02) with ESMTP id m529g5Cr027583 for ; Mon, 2 Jun 2008 02:42:05 -0700 (MST) Received: from zch01exm26.fsl.freescale.net (zch01exm26.ap.freescale.net [10.192.129.221]) by de01smr02.am.mot.com (8.13.1/8.13.0) with ESMTP id m529g2wn026746 for ; Mon, 2 Jun 2008 04:42:03 -0500 (CDT) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: USB Host-to-Serial or USB Host-to-Ethernet Date: Mon, 2 Jun 2008 17:42:01 +0800 Message-ID: <989B956029373F45A0B8AF02970818900250DC6C@zch01exm26.fsl.freescale.net> In-Reply-To: References: <200805291414.26798.laurentp@cse-semaphore.com> From: "Li Yang" To: "Huub Eikens" , List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > -----Original Message----- > From:=20 > linuxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.org=20 > [mailto:linuxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.o > rg] On Behalf Of Huub Eikens > Sent: Monday, June 02, 2008 5:22 PM > To: linuxppc-embedded@ozlabs.org > Subject: USB Host-to-Serial or USB Host-to-Ethernet >=20 > Hi, > =20 > I have platform based on the Freescale MPC8270 processor that=20 > runs on linux 2.4.25. On it I want to mount a memory stick.=20 > Due to hardware (layout) restrictions , I cannot use an=20 > external USB Host Controller. Also, I cannot use the on-chip=20 > USB Host Controller since there is no driver available that=20 > is reliable and has good performance. > =20 > Therefor, I am exploring the possibility of doing a=20 > USB-to-Serial or USB-to-ethernet. Does anyone know which chip=20 > to use for which a driver exists for linux 2.4.25? Note that=20 > such a chip must act as a USB Host (!).=20 Can you use a PCI USB card? I don't quite understand how USB-to-serial = or USB-to-ethernet can help you mount a USB memory stick. Unless you = want USB memory stick to be mounted on another system and exported with = NFS. - Leo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bay0-omc1-s36.bay0.hotmail.com (bay0-omc1-s36.bay0.hotmail.com [65.54.246.108]) by ozlabs.org (Postfix) with ESMTP id 5BE72DDEEC for ; Mon, 2 Jun 2008 20:14:05 +1000 (EST) Message-ID: Content-Type: multipart/alternative; boundary="_000808b6-943f-4476-825a-086700f3134e_" From: Huub Eikens To: Li Yang , Subject: RE: USB Host-to-Serial or USB Host-to-Ethernet Date: Mon, 2 Jun 2008 10:14:04 +0000 In-Reply-To: <989B956029373F45A0B8AF02970818900250DC6C@zch01exm26.fsl.freescale.net> References: <200805291414.26798.laurentp@cse-semaphore.com> <989B956029373F45A0B8AF02970818900250DC6C@zch01exm26.fsl.freescale.net> MIME-Version: 1.0 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --_000808b6-943f-4476-825a-086700f3134e_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > Can you use a PCI USB card? I don't quite understand how USB-to-serial or= USB-to-ethernet can help you mount a USB memory stick.=20 > Unless you want USB memory stick to be mounted on another system and expo= rted with NFS. Also due to the hardare layout, I cannot use any PCI interface. I only have= serial(UART) or ethernet. Huub > Subject: RE: USB Host-to-Serial or USB Host-to-Ethernet> Date: Mon, 2 Jun= 2008 17:42:01 +0800> From: LeoLi@freescale.com> To: huubeikens@hotmail.com= ; linuxppc-embedded@ozlabs.org> > > -----Original Message-----> > From: > >= linuxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.org > > [mailto:lin= uxppc-embedded-bounces+leoli=3Dfreescale.com@ozlabs.o> > rg] On Behalf Of H= uub Eikens> > Sent: Monday, June 02, 2008 5:22 PM> > To: linuxppc-embedded@= ozlabs.org> > Subject: USB Host-to-Serial or USB Host-to-Ethernet> > > > Hi= ,> > > > I have platform based on the Freescale MPC8270 processor that > > = runs on linux 2.4.25. On it I want to mount a memory stick. > > Due to hard= ware (layout) restrictions , I cannot use an > > external USB Host Controll= er. Also, I cannot use the on-chip > > USB Host Controller since there is n= o driver available that > > is reliable and has good performance.> > > > Th= erefor, I am exploring the possibility of doing a > > USB-to-Serial or USB-= to-ethernet. Does anyone know which chip > > to use for which a driver exis= ts for linux 2.4.25? Note that > > such a chip must act as a USB Host (!). = > > Can you use a PCI USB card? I don't quite understand how USB-to-serial = or USB-to-ethernet can help you mount a USB memory stick. Unless you want U= SB memory stick to be mounted on another system and exported with NFS.> > -= Leo> _______________________________________________> Linuxppc-embedded ma= iling list> Linuxppc-embedded@ozlabs.org> https://ozlabs.org/mailman/listin= fo/linuxppc-embedded _________________________________________________________________ Check je Hotmail nu ook op je mobiel! http://windowslivemobile.msn.com/BrowserServiceHotmail.aspx?lang=3Dnl-nl= --_000808b6-943f-4476-825a-086700f3134e_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > Can you use a PCI USB card? I don't quite un= derstand how USB-to-serial or USB-to-ethernet can help you mount a USB memo= ry stick.
> Unless you want USB memory stick to be mounted on another system and e= xported with NFS.

Also due to the hardare layout, I cannot use any PCI interface. I only = have serial(UART) or ethernet.
 
Huub

> Subject: RE: USB Host-to-Serial or USB Host-to-Ethernet
> Date: = Mon, 2 Jun 2008 17:42:01 +0800
> From: LeoLi@freescale.com
> To= : huubeikens@hotmail.com; linuxppc-embedded@ozlabs.org
>
> >= ; -----Original Message-----
> > From:
> > linuxppc-embe= dded-bounces+leoli=3Dfreescale.com@ozlabs.org
> > [mailto:linuxpp= c-embedded-bounces+leoli=3Dfreescale.com@ozlabs.o
> > rg] On Behal= f Of Huub Eikens
> > Sent: Monday, June 02, 2008 5:22 PM
> &= gt; To: linuxppc-embedded@ozlabs.org
> > Subject: USB Host-to-Seri= al or USB Host-to-Ethernet
> >
> > Hi,
> >
= > > I have platform based on the Freescale MPC8270 processor that > > runs on linux 2.4.25. On it I want to mount a memory stick.
= > > Due to hardware (layout) restrictions , I cannot use an
> = > external USB Host Controller. Also, I cannot use the on-chip
> = > USB Host Controller since there is no driver available that
> &= gt; is reliable and has good performance.
> >
> > Theref= or, I am exploring the possibility of doing a
> > USB-to-Serial o= r USB-to-ethernet. Does anyone know which chip
> > to use for whi= ch a driver exists for linux 2.4.25? Note that
> > such a chip mu= st act as a USB Host (!).
>
> Can you use a PCI USB card? I d= on't quite understand how USB-to-serial or USB-to-ethernet can help you mou= nt a USB memory stick. Unless you want USB memory stick to be mounted on an= other system and exported with NFS.
>
> - Leo
> ________= _______________________________________
> Linuxppc-embedded mailing l= ist
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman= /listinfo/linuxppc-embedded



Het beste van Windows, nu oo= k online. Deel= jouw wereld met Windows Live. Download nu. = --_000808b6-943f-4476-825a-086700f3134e_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by ozlabs.org (Postfix) with ESMTP id 01CC4DDF20 for ; Thu, 5 Jun 2008 17:50:24 +1000 (EST) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1K4AEm-0006Ko-D5 for linuxppc-embedded@ozlabs.org; Thu, 05 Jun 2008 00:50:20 -0700 Message-ID: <17664113.post@talk.nabble.com> Date: Thu, 5 Jun 2008 00:50:20 -0700 (PDT) From: PhilippeCurie To: linuxppc-embedded@ozlabs.org Subject: Re: USB Host Controller driver for the MPC8270 processor In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii References: List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Huub, I am sure you remember me from your time at Thales Huizen. I am now working for Exensor Technology. Could you please contact me at philippe.curie@exensor.se ? Best Regards Philippe Curie Huub Eikens wrote: > > Hi, > > I am in need of a USB Host Controller device for the Freescale MPC8270 for > the 2.4 linux kernel (ELDK 3.1.1). On internet I found one, but this is > only for version 2.6: > http://cpm2usb.sourceforge.net/ > > I have a few options: > 1. backport this driver to 2.4.25 kernel. I would like to know if this is > feasible or not. I get the feeling that this will take a lot of time. > 2. upgrade my kernel to 2.6.x. This is not preferable for me since I > depend on sw modules writen by external partners. If I upgrade, I really > really need to be sure that this driver > is stable and reliable. > 3. Use an external USB Host Controller. Can anyone advise me on which > controller to choose that runs stable and reliable on the 2.4.25 kernel > (ELDK 3.1.1)? > > Kind regards, > > Huub Eikens > > _________________________________________________________________ > De leukste online filmpjes vind je op MSN Video! > http://video.msn.com/video.aspx?mkt=nl-nl > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded > -- View this message in context: http://www.nabble.com/USB-Host-Controller-driver-for-the-MPC8270-processor-tp17533233p17664113.html Sent from the linuxppc-embedded mailing list archive at Nabble.com.