linux/drivers/ssb
Larry Finger ac82fab44f ssb: Add new SPROM structure while keeping the old
The SPROM's for various devices utilizing the Sonics Silicon Backplane come
with various revisions. The Revision 2 SPROM inherited the data layout of 1, and
Revision 3 inherited the layout of 2. The first instance of Revision 4 has
now been found in a BCM4328 wireless LAN card. This device does not inherit any
layout from previous versions. Although it was possible to create a data
structure that kept all the old layouts, we decided to start fresh, keep only
those SPROM variables that are used by the drivers that utilize ssb, and to
do the conversion in such a manner that neither compilation or execution will
be affected if a bisection lands in the middle of these changes, while keeping
the patches as small as possible.

In this patch, the sprom structures are changed while maintaining the old ones.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-01-28 15:04:40 -08:00
..
Kconfig [PATCH] ssb: fix build failure 2007-10-16 21:04:11 -04:00
Makefile [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
b43_pci_bridge.c [SSB]: Sparse fixes. 2007-10-10 16:52:21 -07:00
driver_chipcommon.c [SSB]: Sparse fixes. 2007-10-10 16:52:21 -07:00
driver_extif.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
driver_mipscore.c [PATCH] ssb: Fix a null pointer check in mipscore init 2007-10-16 21:04:11 -04:00
driver_pcicore.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
main.c ssb: Fix PCMCIA-host lowlevel bus access 2007-11-10 22:01:53 -08:00
pci.c ssb: Add new SPROM structure while keeping the old 2008-01-28 15:04:40 -08:00
pcihost_wrapper.c [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00
pcmcia.c ssb: Fix PCMCIA-host lowlevel bus access 2007-11-10 22:01:53 -08:00
scan.c ssb: Fix probing of PCI cores if PCI and PCIE core is available 2008-01-08 23:30:10 -08:00
ssb_private.h [SSB]: add Sonics Silicon Backplane bus support 2007-10-10 16:51:36 -07:00