Re: The new SSB subsystem for bcm43xx (and others)

2007-02-10 Thread Michael Buesch
On Saturday 10 February 2007 23:56, Pavel Roskin wrote: > On Sat, 2007-02-10 at 22:11 +, Matthew Garrett wrote: > > Ok, here's a patch. The stack of PCMCIA headers are needed to get the > > pcmcia_device structure. Seems to work fine for PCI - I don't have any > > PCMCIA devices. The SSB devi

Re: The new SSB subsystem for bcm43xx (and others)

2007-02-10 Thread Pavel Roskin
On Sat, 2007-02-10 at 22:11 +, Matthew Garrett wrote: > Ok, here's a patch. The stack of PCMCIA headers are needed to get the > pcmcia_device structure. Seems to work fine for PCI - I don't have any > PCMCIA devices. The SSB devices now appear underneath the PCI device > rather than in the t

Re: The new SSB subsystem for bcm43xx (and others)

2007-02-10 Thread Michael Buesch
On Saturday 10 February 2007 23:11, Matthew Garrett wrote: > On Sat, Feb 10, 2007 at 10:03:57PM +0100, Michael Buesch wrote: > > On Saturday 10 February 2007 21:46, Matthew Garrett wrote: > > > I'm testing with your bcm43xx git tree, which I'm guessing is the > > > current ssb code. The only probl

Re: The new SSB subsystem for bcm43xx (and others)

2007-02-10 Thread Matthew Garrett
On Sat, Feb 10, 2007 at 10:03:57PM +0100, Michael Buesch wrote: > On Saturday 10 February 2007 21:46, Matthew Garrett wrote: > > I'm testing with your bcm43xx git tree, which I'm guessing is the > > current ssb code. The only problem I've found is that there doesn't seem > > to be any sysfs relat

Re: The new SSB subsystem for bcm43xx (and others)

2007-02-10 Thread Michael Buesch
On Saturday 10 February 2007 21:46, Matthew Garrett wrote: > I'm testing with your bcm43xx git tree, which I'm guessing is the > current ssb code. The only problem I've found is that there doesn't seem > to be any sysfs relationship between the ssb bus and (in this case) the > PCI device that it

Re: The new SSB subsystem for bcm43xx (and others)

2007-02-10 Thread Matthew Garrett
I'm testing with your bcm43xx git tree, which I'm guessing is the current ssb code. The only problem I've found is that there doesn't seem to be any sysfs relationship between the ssb bus and (in this case) the PCI device that it's associated with. Is this fixable? Right now it appears as an en

The new SSB subsystem for bcm43xx (and others)

2006-12-22 Thread Michael Buesch
This is a development snapshot of the new Sonics Silicon Backplane subsystem I am currently designing. A port of the bcm43xx driver is included and it works (more or less). There are still some things left and broken (most are marked with TODO or FIXME). This is just a snapshot for you to look at