Re: [linux-usb-devel] [PATCH] fix ohci-sa1111.c to use generic DMA API

2003-08-20 Thread Pete Zaitcev
> Date: Wed, 20 Aug 2003 09:19:27 -0700 > From: Deepak Saxena <[EMAIL PROTECTED]> > > Where is the "ugly hack" removal? > That allows us to cleanup the following bit of code in the > ARM implementation: >[...] ok > > > + ohci->hcca = dma_alloc_coherent (hcd->controller, > > > +

Re: [linux-usb-devel] [PATCH] fix ohci-sa1111.c to use generic DMA API

2003-08-20 Thread Deepak Saxena
On Aug 20 2003, at 02:25, Pete Zaitcev was caught saying: > > From: Deepak Saxena <[EMAIL PROTECTED]> > > Date: Tue, 19 Aug 2003 22:17:14 -0700 > > > The ARM PCI DMA API implementation has an ugly hack in it to deal > > with the fact that ohci-sa.c uses it even though it is not a PCI > > dev

Re: [linux-usb-devel] [PATCH] fix ohci-sa1111.c to use generic DMA API

2003-08-20 Thread Pete Zaitcev
> From: Deepak Saxena <[EMAIL PROTECTED]> > Date: Tue, 19 Aug 2003 22:17:14 -0700 > The ARM PCI DMA API implementation has an ugly hack in it to deal > with the fact that ohci-sa.c uses it even though it is not a PCI > device. This patch cleans up ohci-sa.c to use the generic > DMA API

[linux-usb-devel] [PATCH] fix ohci-sa1111.c to use generic DMA API

2003-08-19 Thread Deepak Saxena
The ARM PCI DMA API implementation has an ugly hack in it to deal with the fact that ohci-sa.c uses it even though it is not a PCI device. This patch cleans up ohci-sa.c to use the generic DMA API so we can kill the hack...I think/hope. It builds, but I do not have any StrongARM HW any