USB-host driver for 440ep (bamboo)?

2005-05-18 Thread [EMAIL PROTECTED]
Is there any driver for the USB-host-controller built-in the 440ep CPU.
I?m using the Bamboo board and need USB-host support.
Does anyone have any experience with that?

/Andre




USB-host driver for 440ep (bamboo)?

2005-05-18 Thread Steven Blakeslee
  -Original Message-
 From: linuxppc-embedded-bounces at ozlabs.org 
 [mailto:linuxppc-embedded-bounces at ozlabs.org] On Behalf Of 
 extabe at bredband.net
 Sent: Wednesday, May 18, 2005 9:16 AM
 To: linuxppc-embedded at ozlabs.org
 Subject: USB-host driver for 440ep (bamboo)?
 
 Is there any driver for the USB-host-controller built-in the 
 440ep CPU.
 I?m using the Bamboo board and need USB-host support.
 Does anyone have any experience with that?
 

U-boot 1.1.3 has a usb_ohci.c driver for the MPC5200.  That driver with just a 
few changes worked like a champ on the 440EP.



USB-host driver for 440ep (bamboo)?

2005-05-18 Thread Sylvain Munaut

 U-boot 1.1.3 has a usb_ohci.c driver for the MPC5200.  That driver with just 
 a few changes worked like a champ on the 440EP.

If it's just a big endian OHCI, ohci-ppc.c that's currently in the 
mainstream tree should work, just add the proper definition in the 
platform devices.


Sylvain