1. 78afe83 bcma: fix build when CONFIG_OF_ADDRESS is not set by Hauke Mehrtens · 10 years ago
  2. 2101e53 bcma: register bcma as device tree driver by Hauke Mehrtens · 10 years ago
  3. 1716bcf bcma: add support for chipcommon B core by Hauke Mehrtens · 10 years ago
  4. 37a7f87 bcma: register NAND and QSPI cores early by Rafał Miłecki · 10 years ago
  5. 6e094bd bcma: move code for core registration into separate function by Rafał Miłecki · 10 years ago
  6. dc8ecdd bcma: move bus struct setup into early part of host specific code by Rafał Miłecki · 10 years ago
  7. f473832 bcma: add driver for PCIe Gen 2 core by Rafał Miłecki · 10 years ago
  8. b2395b8 bcma: export bcma_find_core_unit() by Hauke Mehrtens · 11 years ago
  9. 08f336b bcma: add missing put_device call by Levente Kurusa · 11 years ago
  10. fdcf4f8 bcma: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  11. 1cabf7d bcma: return correct error code when bus scan failed by Hauke Mehrtens · 11 years ago
  12. 88f9b65 bcma: add support for BCM43142 by Rafał Miłecki · 11 years ago
  13. 10419d0 bcma: ignore extra GMAC cores on BCM4706 by Rafał Miłecki · 11 years ago
  14. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  15. f5237f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  16. b3b66ae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  17. c50ae94 bcma: unregister gpios before unloading bcma by Hauke Mehrtens · 11 years ago
  18. 73e4dbe bcma: register platform device for parallel flash by Rafał Miłecki · 11 years ago
  19. 4205e6e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  20. 929a03a bcma: make bcma_find_core_unit() accessible by Hauke Mehrtens · 12 years ago
  21. 0f58a01 Drivers: bcma: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  22. cebfa85 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  23. a4855f39 bcma: register watchdog driver by Hauke Mehrtens · 12 years ago
  24. cf0936b bcma: add GPIO driver by Hauke Mehrtens · 12 years ago
  25. 9b34f40 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  26. dfae714 bcma: add an extra pcie core struct by Hauke Mehrtens · 12 years ago
  27. 30cfb02 bcma: init sprom struct earlier by Hauke Mehrtens · 12 years ago
  28. 49655bb bcma: just do the necessary things in early register on SoCs by Hauke Mehrtens · 12 years ago
  29. 1fffa90 bcma: fix unregistration of cores by Piotr Haber · 12 years ago
  30. ee91592 bcma: don't leak memory for PCIE, MIPS, GBIT cores by Saul St. John · 12 years ago
  31. 371a004 bcma: detect and register NAND flash device by Rafał Miłecki · 12 years ago
  32. d57ef3a bcma: detect and register serial flash device by Rafał Miłecki · 12 years ago
  33. e1ac4b4 bcma: add trivial GBIT MAC COMMON driver by Rafał Miłecki · 12 years ago
  34. 6d5cfc9 bcma: support alternative (BCM4706) ChipCommon core id by Rafał Miłecki · 12 years ago
  35. 3d9d8af bcma: use custom printing functions by Rafał Miłecki · 12 years ago
  36. 1c9351c bcma: export bcma_find_core by Hauke Mehrtens · 12 years ago
  37. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  38. 8f9ada4 bcma: add bus num counter by Hauke Mehrtens · 12 years ago
  39. d1a7a8e bcma: make some functions __devinit by Hauke Mehrtens · 12 years ago
  40. 2e6b411 bcma: don't fail for bad SPROM CRC by Henrik Rydberg · 12 years ago
  41. 7d5869e bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume by Linus Torvalds · 13 years ago
  42. 685a4ef bcma: add stub for bcma_bus_suspend() by Linus Torvalds · 13 years ago
  43. 775ab52 bcma: support for suspend and resume by Rafał Miłecki · 13 years ago
  44. 200351c bcma: add module.h to the modular portions of this driver by Paul Gortmaker · 13 years ago
  45. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  46. 886b66e bcma: add uevent to the bus, to autoload drivers by David Woodhouse · 13 years ago
  47. 21e0534 bcma: add mips driver by Hauke Mehrtens · 13 years ago
  48. ecd177c bcma: add SOC bus by Hauke Mehrtens · 13 years ago
  49. 517f43e bcma: add functions to scan cores needed on SoCs by Hauke Mehrtens · 13 years ago
  50. 534e7a4 bcma: add check if sprom is available before accessing it. by Hauke Mehrtens · 13 years ago
  51. eef7269 bcma: main.c needs to include <linux/slab.h> by Geert Uytterhoeven · 13 years ago
  52. 440ca98 bcma: clean exports of functions by Rafał Miłecki · 13 years ago
  53. 27f18dc bcma: read SPROM and extract MAC from it by Rafał Miłecki · 13 years ago
  54. 1bdcd09 bcma: add IRQ number and pointer to DMA dev by Rafał Miłecki · 13 years ago
  55. 8369ae3 bcma: add Broadcom specific AMBA bus driver by Rafał Miłecki · 13 years ago