Re: SL811 problem on mach-pxa

2005-02-17 Thread David Brownell
On Thursday 17 February 2005 11:11 am, Frank Buss wrote: > > Some of that looks reasonable, not all. In particular, don't > > change the convention on resources (memory to i/o), or expect > > that the two regions involve more than one byte each ... the > > hardware only has two single-byte registe

RE: SL811 problem on mach-pxa

2005-02-17 Thread Frank Buss
> Some of that looks reasonable, not all. In particular, don't > change the convention on resources (memory to i/o), or expect > that the two regions involve more than one byte each ... the > hardware only has two single-byte registers! ok, perhaps I've misunderstood the meaning of IORESOURCE_IO

Re: SL811 problem on mach-pxa

2005-02-17 Thread David Brownell
On Wednesday 16 February 2005 7:51 pm, Frank Buss wrote: > > http://www.frank-buss.de/tmp/sl811-hcd.c-patch.txt Some of that looks reasonable, not all. In particular, don't change the convention on resources (memory to i/o), or expect that the two regions involve more than one byte each ... the

RE: SL811 problem on mach-pxa

2005-02-16 Thread Frank Buss
Now the driver is working, at least on my platform. Currently I'm using version 2.6.11-rc1 as my base, but the diff output is only this: --- linux-2.6.11-rc1.orig/drivers/usb/host/sl811-hcd.c Wed Jan 12 05:00:38 2005 +++ linux-2.6.11-rc4.orig/drivers/usb/host/sl811-hcd.c Sun Feb 13 04:05:51 2005

SL811 problem on mach-pxa

2005-02-14 Thread Frank Buss
I've tried to configure the SL811 driver with 2.6.11 for mach-pxa platform, but it doesn't work: The hub was recognized, but no device (I've tested it with a USB mouse and keyboard). The hub is visible in proc/bus/usb after mounting it. I've tried to find the bug, but perhaps I'm wrong. This is