Re: [uClinux-dev] PATCH to add USB Host support for Cobra5329 Board

2007-05-21 Thread Thomas Brinker
Hi Greg, Am Freitag, 18. Mai 2007 08:09 schrieb Greg Ungerer: Hi Thomas, Thomas Brinker wrote: Am Donnerstag, 10. Mai 2007 11:21 schrieb Thomas Brinker: Hi Greg! Please find some new patches for the Cobra5329 Board in http://opensource.emlix.com/mcf5329/download/2007_05_10/ This

Re: [uClinux-dev] PATCH to add USB Host support for Cobra5329 Board

2007-05-18 Thread Greg Ungerer
Hi Thomas, Thomas Brinker wrote: Am Donnerstag, 10. Mai 2007 11:21 schrieb Thomas Brinker: Hi Greg! Please find some new patches for the Cobra5329 Board in http://opensource.emlix.com/mcf5329/download/2007_05_10/ This patchset is agains 2.6.21-uc0 big It includes: usb-host: lots of

Re: [uClinux-dev] PATCH to add USB Host support for Cobra5329 Board

2007-05-10 Thread Thomas Brinker
Sorry everybody. Something totally went wrong on patch creation. Fixed patches are know available. http://opensource.emlix.com/mcf5329/download/2007_05_10/ Regards Thomas Am Donnerstag, 10. Mai 2007 11:21 schrieb Thomas Brinker: Hi Greg! Please find some new patches for the Cobra5329 Board in

Re: [uClinux-dev] PATCH to add USB Host support for Cobra5329 Board

2007-05-10 Thread Steve Bennett
This line from usb-host-clock looks like it should be = to me: (*(volatile u16 *) (0xFC0A0010)) |= ~(0x0002); Cheers, Steve Thomas Brinker wrote: Sorry everybody. Something totally went wrong on patch creation. Fixed patches are know available.

Re: [uClinux-dev] PATCH to add USB Host support for Cobra5329 Board

2007-05-10 Thread Thomas Brinker
Hi Am Donnerstag, 10. Mai 2007 14:37 schrieb Steve Bennett: This line from usb-host-clock looks like it should be = to me: (*(volatile u16 *) (0xFC0A0010)) |= ~(0x0002); Cheers, Steve Obviously a typo and no one ever tested it on 180MHz, see patch: ---