1. 32998cc bcma: use fallback sprom if no on chip sprom is available by Hauke Mehrtens · 12 years ago
  2. 58f743e bcma: fix build error on MIPS; implicit pcibios_enable_device by Paul Gortmaker · 12 years ago
  3. 0d33cd7 bcma: silence PMU warning for BCM4331 by Rafał Miłecki · 12 years ago
  4. 10d8493 bcma: add support for on-chip OTP memory used for SPROM storage by Arend van Spriel · 12 years ago
  5. 4ac887c bcma: return error in bcma_sprom_get() when fallback fails by Arend van Spriel · 12 years ago
  6. a027237 bcma: add support for sprom not found on the device by Hauke Mehrtens · 12 years ago
  7. 1c9351c bcma: export bcma_find_core by Hauke Mehrtens · 12 years ago
  8. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  9. f0d4724 bcma: log the id, rev and pkg of the chip found by Hauke Mehrtens · 12 years ago
  10. d6865dcc bcma: add extra sprom check by Hauke Mehrtens · 12 years ago
  11. 8f9ada4 bcma: add bus num counter by Hauke Mehrtens · 12 years ago
  12. 49dc957 bcma: add PCIe host controller by Hauke Mehrtens · 12 years ago
  13. d1a7a8e bcma: make some functions __devinit by Hauke Mehrtens · 12 years ago
  14. 4b259a5 bcma: export bcma_pcie_read() by Hauke Mehrtens · 12 years ago
  15. 2be25ca bcma: add constants for PCI and use them by Hauke Mehrtens · 12 years ago
  16. 5f2d617 bcma: add the core unit number by Hauke Mehrtens · 12 years ago
  17. 2e6b411 bcma: don't fail for bad SPROM CRC by Henrik Rydberg · 12 years ago
  18. f9721ed bcma: Fix mem leak in bcma_bus_scan() by Jesper Juhl · 12 years ago
  19. cebcab9 bcma: Enable logging of SPROM offset by Larry Finger · 12 years ago
  20. 507f9a7 bcma: SPROM: extract power info for cores by Rafał Miłecki · 13 years ago
  21. b35a9ac bcma: SPROM: add macro for easier extraction by Rafał Miłecki · 13 years ago
  22. 7d5869e bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume by Linus Torvalds · 12 years ago
  23. 685a4ef bcma: add stub for bcma_bus_suspend() by Linus Torvalds · 12 years ago
  24. 5d2031f bcma: convert suspend/resume to pm_ops by Linus Torvalds · 12 years ago
  25. 28e7d21 bcma: invalidate the mapped core over suspend/resume by Rafał Miłecki · 12 years ago
  26. daadc6b bcma: extract revision and TX power IDs from SPROM by Rafał Miłecki · 13 years ago
  27. 775ab52 bcma: support for suspend and resume by Rafał Miłecki · 13 years ago
  28. aee5ed5 bcma: extract FEM info from SPROM by Rafał Miłecki · 13 years ago
  29. 439678f bcma: pci: use fixed windows when possible by Rafał Miłecki · 13 years ago
  30. 44a8e37 bcma: fix implicit use of export.h contents by Paul Gortmaker · 13 years ago
  31. 200351c bcma: add module.h to the modular portions of this driver by Paul Gortmaker · 13 years ago
  32. 4d8b614 Merge branch 'master' of git://git.infradead.org/users/linville/wireless by John W. Linville · 13 years ago
  33. 3861b2c bcma: cc: export more control functions by Rafał Miłecki · 13 years ago
  34. d703a5a bcma: extract some basic info about board from SPROM by Rafał Miłecki · 13 years ago
  35. 4e0d8cc bcma: signedness bug in bcma_get_next_core() by Dan Carpenter · 13 years ago
  36. 984e5be bcma: implement BCM4331 workaround for external PA lines by Rafał Miłecki · 13 years ago
  37. 886b66e bcma: add uevent to the bus, to autoload drivers by David Woodhouse · 13 years ago
  38. 26f2622 bcma: use boardflags define from ssb code by Rafał Miłecki · 13 years ago
  39. 908debc bcma: get CPU clock by Hauke Mehrtens · 13 years ago
  40. e3afe0e bcma: add serial console support by Hauke Mehrtens · 13 years ago
  41. 21e0534 bcma: add mips driver by Hauke Mehrtens · 13 years ago
  42. ecd177c bcma: add SOC bus by Hauke Mehrtens · 13 years ago
  43. 517f43e bcma: add functions to scan cores needed on SoCs by Hauke Mehrtens · 13 years ago
  44. 67a5c29 bcma: move initializing of struct bcma_bus to own function. by Hauke Mehrtens · 13 years ago
  45. 982eee6 bcma: move parsing of EEPROM into own function. by Hauke Mehrtens · 13 years ago
  46. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  47. 41bf371 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 · 13 years ago
  48. 6e6e8c5 bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakage by John W. Linville · 13 years ago
  49. 05aec23 bcma: inform drivers about translation bits needed for the core by Rafał Miłecki · 13 years ago
  50. 6f53912 bcma: allow enabling PLL by Rafał Miłecki · 13 years ago
  51. 7424dd0 bcma: allow setting FAST clockmode for a core by Rafał Miłecki · 13 years ago
  52. eb1577b bcma: handle alternative SPROM location by Rafał Miłecki · 13 years ago
  53. c54dcd1 bcma: extract SPROM rev 9 the same way as rev 8 by Rafał Miłecki · 13 years ago
  54. 18dfa49 bcma: cc: set GPIOTIMER register by Rafał Miłecki · 13 years ago
  55. 95a943c 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 · 13 years ago
  56. 534e7a4 bcma: add check if sprom is available before accessing it. by Hauke Mehrtens · 13 years ago
  57. 204d164 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 · 13 years ago
  58. 9352f69 bcma: detect PCI core working in hostmode by Rafał Miłecki · 13 years ago
  59. eb032b9 Update my e-mail address by Michael Büsch · 13 years ago
  60. df2cbe4 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 · 13 years ago
  61. eef7269 bcma: main.c needs to include <linux/slab.h> by Geert Uytterhoeven · 13 years ago
  62. 3609936 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 · 13 years ago
  63. 440ca98 bcma: clean exports of functions by Rafał Miłecki · 13 years ago
  64. 898f699 bcma: fix BCM43224 rev 0 workaround by Rafał Miłecki · 13 years ago
  65. 91fa4b0 bcma: enable support for 14e4:4357 (BCM43225) by Rafał Miłecki · 13 years ago
  66. e3ae0ca drivers: bcma: export bcma_core_disable() function by Arend van Spriel · 13 years ago
  67. c0c33ad 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 · 13 years ago
  68. 27f18dc bcma: read SPROM and extract MAC from it by Rafał Miłecki · 13 years ago
  69. 9d75ef0 bcma: host pci: implement block R/W operations by Rafał Miłecki · 13 years ago
  70. 1de520f bcma: pci: implement interrupts control by Rafał Miłecki · 13 years ago
  71. 1bdcd09 bcma: add IRQ number and pointer to DMA dev by Rafał Miłecki · 13 years ago
  72. ba7328b drivers/bcma/host_pci.c needs slab.h by Andrew Morton · 13 years ago
  73. 9594b56 bcma: add PCI ID of the card found in Thinkpad X120e by Rafał Miłecki · 13 years ago
  74. f1a9c1e bcma: pci: trivial: correct amount of maximum retries by Rafał Miłecki · 13 years ago
  75. 1073e4e bcma: add missing GPIO defines, use PULL register only when available by Rafał Miłecki · 13 years ago
  76. 8369ae3 bcma: add Broadcom specific AMBA bus driver by Rafał Miłecki · 13 years ago