[linux-usb-devel] ohci-isp1362 (or maybe sl811) without DMA

2004-10-19 Thread Michael Moedt
Hello all. Is anyone out there using the ohci-isp1362 or the ohci-sl811 driver without DMA? I have a ISP1362 USB chip on a LH7A400 system-on-chip, which doesn't have off-chip DMA. Does anyone have any suggestions? I'd really like to get this working soon. Thanks a bunch. Mike

[linux-usb-devel] ohci-isp1362 :: addr/data offsets

2004-10-18 Thread Michael Moedt
Hello yet again. I have a question about the ohci-isp1362 driver. Do you know where the dev->addr_reg and dev->data_reg are set? They look like virtual addresses, but what addresses are they ioremapped to? (Which file and where-abouts can I find this? I'm having trouble finding it) For me, whe

[linux-usb-devel] Help using ohci-isp1362 driver

2004-10-15 Thread Michael Moedt
Hi. Thanks, guys, for this driver. I hope I can get it to work. I've been trying to use this driver for a while. Right now, I've got it compiled into 2.6.8.1, and the kernel runs. (I'm using the 2004-10-11 version from the KARO website) I had to make some modifications to fit it into my archi

RE: [linux-usb-devel] Re: ohci-isp1362 / ohci-isp1160 issues

2004-10-15 Thread Michael Moedt
> I've been following this discussion for a while. I'm also working > on getting USB working on an isp1160 chip on a power pc platform. > Since I couldn't find any official drivers for this chip, I am > encouraged that there is some progress in this area. Hey, I'm encouraged too. > I've got th

[linux-usb-devel] ohci-isp1362 compile trouble - missing implicit declarations

2004-10-07 Thread Michael Moedt
Hi all. I'm trying to use a recent driver for the Philips ISP1362 USB OTG chip. (just as a host for now) Attached is the end of my compiler output. Q. Where are DPRINTK and MEMDUMP typically defined? Where should they be defined? Am I missing a file somewhere? Thanks, MikeIn file included from

[linux-usb-devel] RE: ohci-isp1362 / ohci-emu patches

2004-10-07 Thread Michael Moedt
Hi. First, I want to say 'Thanks very much' to you (Lothar Wassmann) for your work on the ohci emulation for the SL811 chip and the ISP1362. I'm trying to use the ISP1362 with these new drivers at the moment, and they look good to my eyes. I've got a couple comments and questions: 1. The ohci-is

Re: [linux-usb-devel] OHCI driver for ISP1362 / 1160 chip

2004-09-13 Thread Michael Moedt
--- Lothar Wassmann <[EMAIL PROTECTED]> wrote: > Hi, > > Michael Moedt writes: > > Hi guys. > > > > I've been following your recent posts on linux-usb-devel. > > I am also working with the ISP1362 chip, and I'm at the > > point where I

[linux-usb-devel] OHCI driver for ISP1362 / 1160 chip

2004-09-13 Thread Michael Moedt
Hi guys. I've been following your recent posts on linux-usb-devel. I am also working with the ISP1362 chip, and I'm at the point where I'd like to either port an existing 2.4 driver to 2.6 or do something similar to the SL811 driver, but for the ISP chip. I understand that you are currently in t

Re: [linux-usb-devel] Re: isp1160 driver for 2.6 kernel

2004-09-08 Thread Michael Moedt
--- Lothar Wassmann <[EMAIL PROTECTED]> wrote: > Hi, > > On Tue, 7 Sep 2004, Olav Kongas wrote: > > On Tue, 7 Sep 2004, Dimitris Lampridis wrote: > > > > > First of all, I'm not porting any existing driver. My opinion > is that > > > all drivers up to now are very "custom-made" and thus > erro

[linux-usb-devel] Anyone using an ISP1362 or ISP116x?

2004-08-23 Thread Michael Moedt
Hi. Is anyone out there using the Philips ISP116x host controller or the ISP1362 OTG controller as a host? I'm trying to get an ISP1362 chip running, but just as a host controller for now. (In my understanding, this chip includes an ISP116x inside of it) I'm having a really hard time getting it