Re: [PATCH] ssb, b43, b43legacy, b44: Rewrite SSB DMA API

2008-07-08 Thread Steve Brown
Michael Buesch wrote: On Thursday 03 July 2008 18:30:18 Felipe Maya wrote: Hi, I have applied this patch and i tested on a wl500gpv2 (BCM5354). The following part disable the ethernet device. If this part of the patch is restored the device work ok. Well, I would say your

Re: [PATCH] ssb, b43, b43legacy, b44: Rewrite SSB DMA API

2008-07-08 Thread Michael Buesch
On Tuesday 08 July 2008 17:58:58 Steve Brown wrote: I'll post the problem to linux-mips. Please do so. This really is a DMA API issue. It's either using the masks incorrectly, or ot should provide a function to set the coherent mask. SSB does use The Right (TM) API. So it should not break, in

Re: [PATCH] ssb, b43, b43legacy, b44: Rewrite SSB DMA API

2008-07-03 Thread Felipe Maya
Hi, I have applied this patch and i tested on a wl500gpv2 (BCM5354). The following part disable the ethernet device. If this part of the patch is restored the device work ok. -int ssb_dma_set_mask(struct ssb_device *ssb_dev, u64 mask) +int ssb_dma_set_mask(struct ssb_device *dev, u64 mask)

Re: [PATCH] ssb, b43, b43legacy, b44: Rewrite SSB DMA API

2008-07-03 Thread Michael Buesch
On Thursday 03 July 2008 18:30:18 Felipe Maya wrote: Hi, I have applied this patch and i tested on a wl500gpv2 (BCM5354). The following part disable the ethernet device. If this part of the patch is restored the device work ok. Well, I would say your architecture is pretty broken then. This

Re: [PATCH] ssb, b43, b43legacy, b44: Rewrite SSB DMA API

2008-07-03 Thread Michael Buesch
On Thursday 03 July 2008 22:52:35 Michael Buesch wrote: On Thursday 03 July 2008 18:30:18 Felipe Maya wrote: Hi, I have applied this patch and i tested on a wl500gpv2 (BCM5354). The following part disable the ethernet device. If this part of the patch is restored the device work ok.