aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-04ssb: Handle alternate SSPROM locationLarry Finger1-2/+13
2010-05-28ssb: fix NULL ptr deref when pcihost_wrapper is usedChristoph Fritz1-3/+6
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+11
2010-04-26ssb: Use relative offsets for SPROMRafał Miłecki1-1/+1
2010-04-26ssb: Look for SPROM at different offset on higher rev CCRafał Miłecki1-3/+6
2010-04-26ssb: do not read SPROM if it does not existJohn W. Linville1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-14ssb: Fix error when V1 SPROM extraction is forcedLarry Finger1-0/+1
2009-08-20ssb: Fix typo in the rev8 SPROM extraction routineGábor Stefanik1-1/+1
2009-08-14ssb: Implement the remaining rev.8 SPROM vars needed for LP-PHYGábor Stefanik1-1/+52
2009-03-05ssb: Add SPROM fallback supportMichael Buesch1-1/+13
2009-01-29b43/ssb: Add SPROM8 extraction and LP-PHY detectionMichael Buesch1-12/+62
2008-08-29ssb: Clean up extraction of MAC addresses from SPROMLarry Finger1-20/+14
2008-08-29ssb: Update for Rev. 5 SPROMLarry Finger1-15/+35
2008-05-07ssb: Allow reading of 440-byte SPROM that is not rev 4Larry.Finger@lwfinger.net1-11/+9
2008-04-23ssb: Fix all-ones boardflagsLarry Finger1-0/+5
2008-04-08ssb: Add support for block-I/OMichael Buesch1-0/+70
2008-03-13ssb: Add SPROM/invariants support for PCMCIA devicesMichael Buesch1-103/+10
2008-02-29ssb: Add support for 8bit register accessMichael Buesch1-0/+28
2008-01-28ssb: Add boardflags_hi field to the sprom data structureMichael Buesch1-0/+3
2008-01-28ssb: Fix extraction of values from SPROMMichael Buesch1-11/+65
2008-01-28ssb: Remove the old, now unused, data structuresLarry Finger1-60/+15
2008-01-28ssb: Convert to use of the new SPROM structureLarry Finger1-92/+132
2008-01-28ssb: Add new SPROM structure while keeping the oldLarry Finger1-2/+0
2007-10-10[SSB]: Sparse fixes.Michael Buesch1-5/+5
2007-10-10[SSB]: Use ioreadX() and iowriteX() for PCI.Michael Buesch1-4/+4
2007-10-10[SSB]: add Sonics Silicon Backplane bus supportMichael Buesch1-0/+740