1. b8425f4 ssb: Fix error routine when fallback SPROM fails by Larry Finger · 8 years ago
  2. 6ad5934 ssb: extract power info from SPROM revs 4 and 5 by Rafał Miłecki · 10 years ago
  3. 6daf432 ssb: extract antenna gains from SPROMs revs 4+ properly by Rafał Miłecki · 10 years ago
  4. 67d392c ssb: make code for antenna gain extraction more generic by Rafał Miłecki · 10 years ago
  5. 7e4235a ssb: read additional sprom v2 and v3 attributes. by Hauke Mehrtens · 11 years ago
  6. 3623b26 ssb: extract board_type from SPROM by Rafał Miłecki · 11 years ago
  7. a9fac73 ssb: pci: Fix flipping of MAC address by Larry Finger · 11 years ago
  8. 33a606a ssb: Convert ssb_printk to ssb_<level> by Joe Perches · 11 years ago
  9. e565275 ssb: pci: Standardize a function to get mac address by Joe Perches · 11 years ago
  10. e2da4bd bcma/ssb: parse new attributes from sprom by Hauke Mehrtens · 12 years ago
  11. 673335c ssb: fill board_rev attribute from sprom by Hauke Mehrtens · 12 years ago
  12. bf7d420 ssb/bcma: fill attribute alpha2 from sprom by Hauke Mehrtens · 12 years ago
  13. 5a20ef3 ssb: remove rev from boardinfo by Hauke Mehrtens · 12 years ago
  14. f8f8a66 ssb: remove 5GHz antenna gain from sprom by Hauke Mehrtens · 12 years ago
  15. b0f7029 ssb: SPROM: extract each core power info by Rafał Miłecki · 12 years ago
  16. 8a5ac6e ssb: extract FEM info from SPROM by Rafał Miłecki · 12 years ago
  17. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  18. eb032b9 Update my e-mail address by Michael Büsch · 13 years ago
  19. 115f945 ssb: use pci_dev->subsystem_{vendor,device} by Sergei Shtylyov · 13 years ago
  20. 2fa23190 ssb: use pci_dev->revision by Sergei Shtylyov · 13 years ago
  21. 304e21b ssb: PCI revision ID register is 8-bit wide by Sergei Shtylyov · 13 years ago
  22. b3ae52b SSB: Change fallback sprom to callback mechanism. by Hauke Mehrtens · 13 years ago
  23. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  24. 98605c2 ssb: trivial: fix SPROM extract warning formatting by Rafał Miłecki · 13 years ago
  25. 6d1d4ea ssb: extract boardflags2 for SPROMs rev 4 and 5 by Rafał Miłecki · 13 years ago
  26. 172c69a ssb: extract indexes for power tables by Rafał Miłecki · 13 years ago
  27. a76a574 ssb: drop BCM4328 hack for SPROM revision by Rafał Miłecki · 14 years ago
  28. ca4a083 ssb: return -ENOMEM on alloc fail (instead of CRC check's result) by Rafał Miłecki · 14 years ago
  29. 54435f9 ssb: workarounds: be verbose about hacking SPROM revision, don't duplicate code by Rafał Miłecki · 14 years ago
  30. 9d1ac34 ssb: Handle alternate SSPROM location by Larry Finger · 14 years ago
  31. da1fdb0 ssb: fix NULL ptr deref when pcihost_wrapper is used by Christoph Fritz · 14 years ago
  32. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  33. 0a182fd ssb: Use relative offsets for SPROM by Rafał Miłecki · 14 years ago
  34. ea2db49 ssb: Look for SPROM at different offset on higher rev CC by Rafał Miłecki · 14 years ago
  35. d53cdbb ssb: do not read SPROM if it does not exist by John W. Linville · 14 years ago
  36. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  37. cd559b3 ssb: Fix error when V1 SPROM extraction is forced by Larry Finger · 15 years ago
  38. f0ea6ce ssb: Fix typo in the rev8 SPROM extraction routine by Gábor Stefanik · 15 years ago
  39. f679056 ssb: Implement the remaining rev.8 SPROM vars needed for LP-PHY by Gábor Stefanik · 15 years ago
  40. e79c1ba ssb: Add SPROM fallback support by Michael Buesch · 15 years ago
  41. 6b1c7c6 b43/ssb: Add SPROM8 extraction and LP-PHY detection by Michael Buesch · 15 years ago
  42. 31ce12f ssb: Clean up extraction of MAC addresses from SPROM by Larry Finger · 16 years ago
  43. 095f695 ssb: Update for Rev. 5 SPROM by Larry Finger · 16 years ago
  44. 2afc490 ssb: Allow reading of 440-byte SPROM that is not rev 4 by Larry.Finger@lwfinger.net · 16 years ago
  45. 4503183 ssb: Fix all-ones boardflags by Larry Finger · 16 years ago
  46. d625a29 ssb: Add support for block-I/O by Michael Buesch · 16 years ago
  47. e7ec2e3 ssb: Add SPROM/invariants support for PCMCIA devices by Michael Buesch · 16 years ago
  48. ffc7689 ssb: Add support for 8bit register access by Michael Buesch · 16 years ago
  49. af4b7450 ssb: Add boardflags_hi field to the sprom data structure by Michael Buesch · 16 years ago
  50. e861b98 ssb: Fix extraction of values from SPROM by Michael Buesch · 16 years ago
  51. d3c319f ssb: Remove the old, now unused, data structures by Larry Finger · 17 years ago
  52. c272ef4 ssb: Convert to use of the new SPROM structure by Larry Finger · 17 years ago
  53. ac82fab ssb: Add new SPROM structure while keeping the old by Larry Finger · 17 years ago
  54. 6b9bafe [SSB]: Sparse fixes. by Michael Buesch · 17 years ago
  55. 4b402c6 [SSB]: Use ioreadX() and iowriteX() for PCI. by Michael Buesch · 17 years ago
  56. 61e115a [SSB]: add Sonics Silicon Backplane bus support by Michael Buesch · 17 years ago