1. 7c3b2c9 ssb: Use dev_driver_string() instead of pci_dev->driver->name by Uwe Kleine-König · 3 years, 3 months ago
  2. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  3. 573f1af ssb: use DEVICE_ATTR_ADMIN_RW() helper macro by Zhen Lei · 3 years, 7 months ago
  4. 233bc28 ssb: remove unreachable code by Tian Tao · 3 years, 7 months ago
  5. 47ec636 ssb: sdio: Don't overwrite const buffer if block_write fails by Michael Büsch · 3 years, 8 months ago
  6. 77a0989 ssb: Fix error return code in ssb_bus_scan() by Zhen Lei · 3 years, 8 months ago
  7. 7557dfd ssb: Remove redundant assignment to err by Yang Li · 3 years, 8 months ago
  8. f302821 ssb: Fix indentation of comment by Shubhankar Kuranagatti · 3 years, 8 months ago
  9. 2a3d830 ssb: pcicore: Fix indentation of comment by Shubhankar Kuranagatti · 3 years, 8 months ago
  10. 5615eb5 ssb: gpio: Fix alignment of comment by Shubhankar Kuranagatti · 3 years, 8 months ago
  11. 41650c4 ssb: Remove meaningless jump label to simplify the code by Jing Xiangfeng · 4 years, 3 months ago
  12. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  13. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  14. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  15. 0db5bc7 ssb: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  16. 8650143 ssb: scan: fix block comments coding style issues by John Oldman · 4 years, 8 months ago
  17. 2aad9f8 ssb: sprom: fix block comments coding style issues by John Oldman · 4 years, 8 months ago
  18. ca44e47 ssb: Use scnprintf() for avoiding potential buffer overflow by Takashi Iwai · 4 years, 10 months ago
  19. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  20. d3bb268 ssb: make array pwr_info_offset static const, makes object smaller by Colin Ian King · 5 years ago
  21. e73e432 ssb/gpio: Remove unnecessary WARN_ON from driver_gpio by Michael Büsch · 6 years ago
  22. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  23. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  24. b2c01aa ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit by YueHaibing · 6 years ago
  25. fb24ea5 drivers: Remove explicit invocations of mmiowb() by Will Deacon · 6 years ago
  26. 74aa358 ssb: chipcommon: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  27. 209b437 ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG by Michael Büsch · 6 years ago
  28. b8b6069 ssb: Remove home-grown printk wrappers by Michael Büsch · 6 years ago
  29. c7743c4 ssb: driver_gige: use true and false for boolean values by Gustavo A. R. Silva · 6 years ago
  30. ebd27d3 ssb: make SSB_PCICORE_HOSTMODE depend on SSB = y by Rafał Miłecki · 7 years ago
  31. 36910d8 Revert "ssb: Prevent build of PCI host features in module" by Rafał Miłecki · 7 years ago
  32. a24853a ssb: use put_device() if device_register fail by Arvind Yadav · 7 years ago
  33. 882164a ssb: Prevent build of PCI host features in module by Matt Redfearn · 7 years ago
  34. bd42cd0 ssb: return boolean instead of integer in ssb_dma_translation_special_bit by Gustavo A. R. Silva · 7 years ago
  35. b954c86 Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git by Kalle Valo · 7 years ago
  36. a9e6d44 ssb: Do not disable PCI host on non-Mips by Sven Joachim · 7 years ago
  37. 8565d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  38. 58eae14 ssb: Disable PCI host for PCI_DRIVERS_GENERIC by James Hogan · 7 years ago
  39. 8c9fdd7 ssb: make SSB a menuconfig to ease disabling it all by Vincent Legoll · 7 years ago
  40. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  41. c6c092d ssb: Delete an error message for a failed memory allocation in ssb_devices_register() by Markus Elfring · 8 years ago
  42. 8052d72 ssb: Fix error routine when fallback SPROM fails by Larry Finger · 8 years ago
  43. c683ffe SSB: Change bare unsigned to unsigned int to suit coding style by Hugh Sipière · 9 years ago
  44. 2d4443b ssb: gpio_driver: use gpiochip data pointer by Linus Walleij · 9 years ago
  45. 10da848 ssb: host_soc depends on sprom by Arnd Bergmann · 9 years ago
  46. b7e2d19 ssb: mark ssb_bus_register as __maybe_unused by Arnd Bergmann · 9 years ago
  47. 541c9a8 ssb: pick SoC invariants code from MIPS BCM47xx arch by Rafał Miłecki · 9 years ago
  48. 845da6e ssb: add Kconfig entry for compiling SoC related code by Rafał Miłecki · 9 years ago
  49. 830c7df ssb: move functions specific to SoC hosted bus to separated file by Rafał Miłecki · 9 years ago
  50. 399500da ssb: pick PCMCIA host code support from b43 driver by Rafał Miłecki · 9 years ago
  51. cf75496 ssb: make ssb_pcmcia_switch_core static by Rafał Miłecki · 9 years ago
  52. 264c770 ssb: drop declaration of non existing ssb_sdio_hardware_setup by Rafał Miłecki · 9 years ago
  53. 7b1647b ssb: make ssb_sdio_switch_core static by Rafał Miłecki · 9 years ago
  54. 44f3fd27 ssb: unexport ssb_bus_pcibus_register by Rafał Miłecki · 9 years ago
  55. 36f6ea2 SSB: Fix handling of ssb_pmu_get_alp_clock() by Hauke Mehrtens · 10 years ago
  56. c411ead9 ssb: extend fix for PCI related silent reboots to all chipsets by Rafał Miłecki · 10 years ago
  57. bfaf245 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  58. 3e20a26 Merge branch '4.0-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  59. 179fa46f SSB: fix Kconfig dependencies by Adrien Schildknecht · 10 years ago
  60. f56d9e2 ssb: add delay after PCI reset to fix SoC reboots by Rafał Miłecki · 10 years ago
  61. 138173d MIPS: BCM47xx: Move NVRAM header to the include/linux/. by Rafał Miłecki · 10 years ago
  62. 16f7031 ssb: Silence warning for unknown backplane revision by Larry Finger · 10 years ago
  63. 673e2ba treewide: Remove unnecessary SSB_DEVTABLE_END macro by Joe Perches · 10 years ago
  64. c72599b ssb: Fix Sparse error in main by Pramod Gurav · 10 years ago
  65. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  66. 5580373 SSB / B44: fix WOL for BCM4401 by Andrey Skvortsov · 10 years ago
  67. 21400f2 MIPS: BCM47XX: Make ssb init NVRAM instead of bcm47xx polling it by Rafał Miłecki · 10 years ago
  68. ea58459 Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  69. 88d5e52 driver:gpio remove all usage of gpio_remove retval in driver by abdoulaye berthe · 10 years ago
  70. 9837baa ssb: add PCI ID 0x4351 by Álvaro Fernández Rojas · 10 years ago
  71. 6ad5934 ssb: extract power info from SPROM revs 4 and 5 by Rafał Miłecki · 10 years ago
  72. 6daf432 ssb: extract antenna gains from SPROMs revs 4+ properly by Rafał Miłecki · 10 years ago
  73. 67d392c ssb: make code for antenna gain extraction more generic by Rafał Miłecki · 10 years ago
  74. cdfc830 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  75. 7c1bc0d ssb: gpio: add own IRQ domain by Rafał Miłecki · 11 years ago
  76. c9e4a3f ssb: fix sparse warnings in driver_chipcommon_sflash.c by Hauke Mehrtens · 11 years ago
  77. 4e9072d ssb: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  78. 092c464 ssb: drop BROKEN from SSB_SFLASH by Rafał Miłecki · 12 years ago
  79. d144746 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  80. 271792e SSB: Kconfig: Amend SSB_EMBEDDED dependencies by Markos Chandras · 12 years ago
  81. d36a21d ssb/trivial: replace numeric with standard PM state macros by Yijing Wang · 12 years ago
  82. 7d2a47a 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
  83. 7b5d604 ssb: register serial flash as platform device by Rafał Miłecki · 12 years ago
  84. e570bd0 ssb: add struct for serial flash by Rafał Miłecki · 12 years ago
  85. 39cd206 ssb: use const for serial flash hardware table by Rafał Miłecki · 12 years ago
  86. 6b1ea4b ssb: sprom: replace strict_strtoul() with kstrtoul() by Jingoo Han · 12 years ago
  87. a637b0d Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd by Linus Torvalds · 12 years ago
  88. 00b38ab ssb: implement ssb spuravoid for chipid BCM43222 by Hauke Mehrtens · 12 years ago
  89. ec09414 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  90. 46fc4c9 ssb: implement spurious tone avoidance by Rafał Miłecki · 12 years ago
  91. 255e9fd ssb: driver_mipscore: add a const qualifier by Artem Bityutskiy · 12 years ago
  92. 7e4235a ssb: read additional sprom v2 and v3 attributes. by Hauke Mehrtens · 12 years ago
  93. 3623b26 ssb: extract board_type from SPROM by Rafał Miłecki · 12 years ago
  94. a9fac73 ssb: pci: Fix flipping of MAC address by Larry Finger · 12 years ago
  95. 33a606a ssb: Convert ssb_printk to ssb_<level> by Joe Perches · 12 years ago
  96. e565275 ssb: pci: Standardize a function to get mac address by Joe Perches · 12 years ago
  97. edb15d8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-next by Ralf Baechle · 12 years ago
  98. 111bd98 MIPS: BCM47XX: add bcm47xx prefix in front of nvram function names by Hauke Mehrtens · 12 years ago
  99. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  100. f5237f2 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