1. 4205e6e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  2. 9ebea38 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  3. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  4. 660b9ca bcma: use consistent case for 'hex' constants by Nathan Hintz · 12 years ago
  5. b09e9ab bcma: add support for 1 and 2 byte extended config space access by Nathan Hintz · 12 years ago
  6. 447d7e2 bcma: don't map/unmap a subset of the PCI config space by Nathan Hintz · 12 years ago
  7. a35ab93 bcma: jump to 'out' label for invalid 'func' value by Nathan Hintz · 12 years ago
  8. f673462 bcma: delete duplicate readl by Nathan Hintz · 12 years ago
  9. 6bf2e54 bcma: fix bcm4716/bcm4748 i2s irqflag by Nathan Hintz · 12 years ago
  10. 990debe bcma: update pci configuration for bcm4706/bcm4716 by Nathan Hintz · 12 years ago
  11. e2aa19f bcma: return the mips irq number in bcma_core_irq by Nathan Hintz · 12 years ago
  12. 1a2d503 bcma: fix compile error by Hauke Mehrtens · 12 years ago
  13. dd4544f bgmac: driver for GBit MAC core on BCMA bus by Rafał Miłecki · 12 years ago
  14. 5c33d9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  15. 6ba1eaf bcma: mips: rename oldirqflag to irqinitmask by Hauke Mehrtens · 12 years ago
  16. 8f9dc85 bcma: mips: remove assigned_irqs from structure by Hauke Mehrtens · 12 years ago
  17. db5230d bcma: mips: show also disabled IRQs by Hauke Mehrtens · 12 years ago
  18. 7401cb6 bcma: mips: make some info messages debug messages by Hauke Mehrtens · 12 years ago
  19. e3f05a4 bcma: mips: explicit assign IRQ numbers by Hauke Mehrtens · 12 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. 4dd6ff7 bcma: correct M25P32 serial flash ID by Rafał Miłecki · 12 years ago
  23. a733311 bcma: BCMA_DRIVER_GPIO should depend on GPIOLIB instead of selecting it by Geert Uytterhoeven · 12 years ago
  24. ca2a88f Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  25. cebfa85 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  26. cbbc013 bcma: mips: fix clearing device IRQ by Rafał Miłecki · 12 years ago
  27. 5b5ac41 bcma: unify naming schema for clock functions by Rafał Miłecki · 12 years ago
  28. a4855f39 bcma: register watchdog driver by Hauke Mehrtens · 12 years ago
  29. a22a311 bcma: add methods for watchdog driver by Hauke Mehrtens · 12 years ago
  30. f6354c8 bcma: set the pmu watchdog if available by Hauke Mehrtens · 12 years ago
  31. 56fd5f0 bcma: add bcma_chipco_alp_clock by Hauke Mehrtens · 12 years ago
  32. 4a7267c bcma: handle return value of pci_assign_resource by Hauke Mehrtens · 12 years ago
  33. 8d4b9e3 bcma: export PLL reading function by Rafał Miłecki · 12 years ago
  34. cf0936b bcma: add GPIO driver by Hauke Mehrtens · 12 years ago
  35. 3e8bb50 bcma: add comment to bcma_chipco_gpio_control by Hauke Mehrtens · 12 years ago
  36. ea3488f bcma: add bcma_chipco_gpio_pull{up,down} by Hauke Mehrtens · 12 years ago
  37. ef85fb2 bcma: add locking around GPIO register accesses by Hauke Mehrtens · 12 years ago
  38. ccd6095 bcma: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP by Yuanhan Liu · 12 years ago
  39. 9b34f40 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  40. 2b4766c bcma: do not initialize deactivated PCIe cores by Hauke Mehrtens · 12 years ago
  41. dfae714 bcma: add an extra pcie core struct by Hauke Mehrtens · 12 years ago
  42. 017c4c3 bcma: use fallback sprom if sprom on card was not valid by Hauke Mehrtens · 12 years ago
  43. e5c9d7c bcma: add some more flash chips for serial flash by Hauke Mehrtens · 12 years ago
  44. 3c25ddd bcma: extract drv_cc in bcma_core_mips_flash_detect() by Hauke Mehrtens · 12 years ago
  45. e661b75 bcma: mark nflash if it is the boot flash by Hauke Mehrtens · 12 years ago
  46. cc78708 bcma: add and use constants for the flash windows by Hauke Mehrtens · 12 years ago
  47. 360dc31 bcma: mark pflash as present when available by Hauke Mehrtens · 12 years ago
  48. 30cfb02 bcma: init sprom struct earlier by Hauke Mehrtens · 12 years ago
  49. 49655bb bcma: just do the necessary things in early register on SoCs by Hauke Mehrtens · 12 years ago
  50. 1fffa90 bcma: fix unregistration of cores by Piotr Haber · 12 years ago
  51. 1fd41a6 bcma: change delays to follow timers-howto guide by Rafał Miłecki · 12 years ago
  52. 646e082 bcma: handle BCM43227 by Rafał Miłecki · 12 years ago
  53. fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  54. ee91592 bcma: don't leak memory for PCIE, MIPS, GBIT cores by Saul St. John · 12 years ago
  55. 371a004 bcma: detect and register NAND flash device by Rafał Miłecki · 12 years ago
  56. d57ef3a bcma: detect and register serial flash device by Rafał Miłecki · 12 years ago
  57. 94f3457 bcma: make some functions static by Hauke Mehrtens · 12 years ago
  58. c263c2c bcma: BCM43228 support by Rafał Miłecki · 12 years ago
  59. 28ea499 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  60. 1f03bf0 bcma: fix invalid PMU chip control masks by Hauke Mehrtens · 12 years ago
  61. 9dbf5f5 bcma: add missing iounmap on error path by Hauke Mehrtens · 12 years ago
  62. d8f1bd2 bcma: fix regression in interrupt assignment on mips by Hauke Mehrtens · 12 years ago
  63. 23cb3b2 bcma: add place for flash memory support by Rafał Miłecki · 12 years ago
  64. c334e25 bcma: add new cores at the end of list by Rafał Miłecki · 12 years ago
  65. e1ac4b4 bcma: add trivial GBIT MAC COMMON driver by Rafał Miłecki · 12 years ago
  66. 97cfda8 bcma: fix typo - reading number of slave wrappers by Rafał Miłecki · 12 years ago
  67. 6d5cfc9 bcma: support alternative (BCM4706) ChipCommon core id by Rafał Miłecki · 12 years ago
  68. 650cef38 bcma: add PMU clock support for BCM4706 by Hauke Mehrtens · 12 years ago
  69. 9a89c3a bcma: fix CC driver compilation on MIPS by Rafał Miłecki · 12 years ago
  70. 3d9d8af bcma: use custom printing functions by Rafał Miłecki · 13 years ago
  71. 4795f09 bcma: add mdelay bcma_pmu_resources_init() by Hauke Mehrtens · 13 years ago
  72. c586e10 bcma: add bcma_pmu_spuravoid_pllupdate() by Hauke Mehrtens · 13 years ago
  73. 6270d1c bcma: remove chip ids doing nothing from PMU initialization. by Hauke Mehrtens · 13 years ago
  74. e84a38e bcma: remove bcma_pmu_{pll,swreg}_init() by Hauke Mehrtens · 13 years ago
  75. b956254 bcma: complete workaround for BCMA43224 and BCM4313 by Hauke Mehrtens · 13 years ago
  76. 02817be bcma: add PCI ID for BCM43224 by Hauke Mehrtens · 13 years ago
  77. 973f976 bcma: remove fix for 4329b0 bad LPOM is detection by Hauke Mehrtens · 13 years ago
  78. 4b4f5be bcma: add constants for chip ids by Hauke Mehrtens · 13 years ago
  79. 00eeedc bcma: extend workaround for bcm4331 by Hauke Mehrtens · 13 years ago
  80. d2bb2b9 bcma: define some additional cores IDs by Rafał Miłecki · 13 years ago
  81. e702707 bcma: fix null pointer in bcma_core_pci_irq_ctl by Hauke Mehrtens · 13 years ago
  82. 69aaedd bcma: add ext PA workaround for BCM4331 and BCM43431 by Seth Forshee · 13 years ago
  83. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  84. 044e68c bcma: Add flush for BCMA_RESET_CTL write by Nathan Hintz · 13 years ago
  85. 16d75fa bcma: Add __devexit to bcma_host_pci_remove by Nathan Hintz · 13 years ago
  86. c61cab3 bcma: reads/writes are always 4 bytes, so always map 4 bytes by Nathan Hintz · 13 years ago
  87. 4acabf4 bcma: Account for variable PCI memory base/size by Nathan Hintz · 13 years ago
  88. 82a7c2b bcma: Find names of non BCM cores by Nathan Hintz · 13 years ago
  89. 2b2715b bcma: add bcma_core_pci_config_fixup() by Hauke Mehrtens · 13 years ago
  90. ec00f37 bcma: add bcma_core_pci_fixcfg() by Hauke Mehrtens · 13 years ago
  91. 29f6b3d bcma: add bcma_core_pci_extend_L1timer by Hauke Mehrtens · 13 years ago
  92. 0b2948e bcma: implement setting core clock mode to dynamic by Hauke Mehrtens · 13 years ago
  93. e2da4bd bcma/ssb: parse new attributes from sprom by Hauke Mehrtens · 13 years ago
  94. 432c4d1 bcma: read out some additional sprom attributes by Hauke Mehrtens · 13 years ago
  95. bf7d420 ssb/bcma: fill attribute alpha2 from sprom by Hauke Mehrtens · 13 years ago
  96. 0a2fcaa bcma: add boardinfo struct by Hauke Mehrtens · 13 years ago
  97. 6190631 Merge 3.4-rc6 into usb-next by Greg Kroah-Hartman · 13 years ago
  98. 09091a4 Merge 3.4-rc4 into usb-next. by Greg Kroah-Hartman · 13 years ago
  99. e167d9f bcma: scan for extra address space by Hauke Mehrtens · 13 years ago
  100. 32998cc bcma: use fallback sprom if no on chip sprom is available by Hauke Mehrtens · 13 years ago