Re: [linux-usb-devel] Re: more on ohci-isp1362

2004-11-10 Thread xemc
> > after that. The subsequent ohci_read_control() call and all the rest IO > > to come, read D > Did you see anything similar? > > I did not see exactly similar thing. But I had to add delay > after register accesses into the functions like > HC_ISP1362_READ_DATA32. I used ndelay(150) though it >

Re: [linux-usb-devel] more on ohci-isp1362

2004-11-10 Thread xemc
On Wed, 10 Nov 2004 10:42:26 +0100, Lothar Wassmann <[EMAIL PROTECTED]> wrote: > Hi, > > > There's a field in the Frame Interval register (reg HcFmInterval, > > 0x0D) called FSLargestDataPacket (FSMPS). It specifies the largest > > amount of data in bits that can be sent or received by the HC in

[linux-usb-devel] Problems getting ISP1362 driver working

2004-11-01 Thread xemc
Hi. Could you do me a big favor, and look this over for me? I'm trying to get my ISP1362 running here, and I feel really close. However, it's not behaving quite right, and I haven't had any luck on guessing what's wrong. Here is a short excerpt of the debug messages.. I went through them all, and

Re: [linux-usb-devel] ohci-isp1362 without DMA

2004-10-25 Thread xemc
Hi. --- Olav Kongas <[EMAIL PROTECTED]> wrote: ... > > It would be great if you will implement PIO for 1362 as I > don't have that hardware. Sure you can tell me where your > driver initialization fails and perhaps I can help you > further. > I'm looking at the driver again. I was thinking of