History log of /drivers/ssb/b43_pci_bridge.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
20a112d0ba37353c51e5a84f47f5c46a35c1a7e6 17-Jul-2011 Paul Gortmaker <paul.gortmaker@windriver.com> ssb: Add module.h to the real modules in drivers/ssb

The header cleanup means that module.h is no longer simply
everywhere. So real modules need to actively include it.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
/drivers/ssb/b43_pci_bridge.c
eb032b9837a958e21ca000358a5bde5e17192ddb 04-Jul-2011 Michael Büsch <m@bues.ch> Update my e-mail address

Signed-off-by: Michael Buesch <m@bues.ch>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
/drivers/ssb/b43_pci_bridge.c
1d8638d4038eb8709edc80e37a0bbb77253d86e9 20-Nov-2010 Daniel Klaffenbach <danielklaffenbach@gmail.com> ssb: b43-pci-bridge: Add new vendor for BCM4318

Add new vendor for Broadcom 4318.

Signed-off-by: Daniel Klaffenbach <danielklaffenbach@gmail.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@kernel.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/ssb/b43_pci_bridge.c
dd970e43d86c253ff159d9668499aaf42d175722 24-Mar-2009 Michael Buesch <mb@bu3sch.de> b43: Add BCM4307 PCI-ID

00:09.0 Network controller [0280]: Broadcom Corporation BCM4307 Ethernet Controller [14e4:4306] (rev 03)
Subsystem: Broadcom Corporation BCM4307 Ethernet Controller [14e4:4306]
Flags: bus master, fast devsel, latency 32, IRQ 10
Memory at d7000000 (32-bit, non-prefetchable) [size=8K]
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb

Reported-by: yoann <yoann71@msn.com>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/ssb/b43_pci_bridge.c
6b1c7c67603efdf0b39f6056989b0f8194cdc1f3 25-Dec-2008 Michael Buesch <mb@bu3sch.de> b43/ssb: Add SPROM8 extraction and LP-PHY detection

This adds detection code for the LP-PHY and SPROM
extraction code for version 8, which is needed by the LP-PHY and
newer N-PHY.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/ssb/b43_pci_bridge.c
92d6128e1766bb7a7b6dc58f012fdf772fdf1100 24-Dec-2008 Johannes Berg <johannes@sipsolutions.net> ssb/b43: add new N PHY device

This is used on my macbook. N PHY, obviously nothing works
yet, but we can detect the chip with this patch.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/ssb/b43_pci_bridge.c
b8c268d10439bdd4ed469d58fbadf2c2f56801b0 03-Feb-2008 Joe Perches <joe@perches.com> drivers/ssb/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
/drivers/ssb/b43_pci_bridge.c
ca08a965a6c251f9c9002c1a7a0316e63d4c28ec 03-Jan-2008 Michael Buesch <mb@bu3sch.de> b43-ssb-bridge: Add PCI ID for BCM43XG

This adds the PCI ID 0x4329 for the BCM43XG.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/ssb/b43_pci_bridge.c
c272ef4403c271799a7f09a4ab7a236c86643843 09-Nov-2007 Larry Finger <Larry.Finger@lwfinger.net> ssb: Convert to use of the new SPROM structure

In disagreement with the SPROM specs, revision 3 devices appear to have
moved the MAC address.

Change ssb to handle the revision 4 SPROM, which is a different size.
This change in size is handled by adding a new variable to the ssb_sprom
struct and using it whenever possible. For those routines that do not
have access to this structure, a 'u16 size' argument is added.

The new PCI_ID for the BCM4328 is also added.

Testing of the Revision 4 SPROM, which is used on the BCM4328, was done
by Michael Gerdau <mgerdau@tiscali.de>.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/drivers/ssb/b43_pci_bridge.c
6b9bafec6608539d07f7ccdeefe121dabe06604f 19-Sep-2007 Michael Buesch <mb@bu3sch.de> [SSB]: Sparse fixes.

This fixes all Sparse warnings in SSB.
No semantics change.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/ssb/b43_pci_bridge.c
61e115a56d1aafd6e6a8a9fee8ac099a6128ac7b 18-Sep-2007 Michael Buesch <mb@bu3sch.de> [SSB]: add Sonics Silicon Backplane bus support

SSB is an SoC bus used in a number of embedded devices. The most
well-known of these devices is probably the Linksys WRT54G, but there
are others as well. The bus is also used internally on the BCM43xx
and BCM44xx devices from Broadcom.

This patch also includes support for SSB ID tables in modules, so
that SSB drivers can be loaded automatically.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/ssb/b43_pci_bridge.c