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