| Commit message (Expand) | Author | Age | Files | Lines |
* | ssb: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 2020-03-12 | 1 | -2/+2 |
* | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 2 | -4/+4 |
* | ssb: make array pwr_info_offset static const, makes object smaller | Colin Ian King | 2019-09-13 | 1 | -1/+1 |
* | ssb/gpio: Remove unnecessary WARN_ON from driver_gpio | Michael Büsch | 2019-06-25 | 1 | -6/+0 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-05-08 | 1 | -2/+7 |
|\ |
|
| * | ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exit | YueHaibing | 2019-04-25 | 1 | -2/+7 |
* | | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 2019-04-08 | 2 | -5/+0 |
|/ |
|
* | ssb: chipcommon: fix fall-through annotation | Gustavo A. R. Silva | 2018-10-05 | 1 | -1/+1 |
* | ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG | Michael Büsch | 2018-08-09 | 13 | -92/+63 |
* | ssb: Remove home-grown printk wrappers | Michael Büsch | 2018-08-09 | 19 | -189/+152 |
* | ssb: driver_gige: use true and false for boolean values | Gustavo A. R. Silva | 2018-08-09 | 1 | -1/+1 |
* | ssb: make SSB_PCICORE_HOSTMODE depend on SSB = y | Rafał Miłecki | 2018-05-12 | 1 | -1/+1 |
* | Revert "ssb: Prevent build of PCI host features in module" | Rafał Miłecki | 2018-05-12 | 1 | -1/+1 |
* | ssb: use put_device() if device_register fail | Arvind Yadav | 2018-03-13 | 1 | -1/+1 |
* | ssb: Prevent build of PCI host features in module | Matt Redfearn | 2018-02-28 | 1 | -1/+1 |
* | ssb: return boolean instead of integer in ssb_dma_translation_special_bit | Gustavo A. R. Silva | 2018-02-27 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git | Kalle Valo | 2018-02-01 | 1 | -1/+1 |
|\ |
|
| * | ssb: Do not disable PCI host on non-Mips | Sven Joachim | 2018-01-26 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-20 | 1 | -1/+1 |
|\| |
|
| * | ssb: Disable PCI host for PCI_DRIVERS_GENERIC | James Hogan | 2018-01-16 | 1 | -1/+1 |
* | | ssb: make SSB a menuconfig to ease disabling it all | Vincent Legoll | 2017-12-07 | 1 | -5/+4 |
|/ |
|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
* | ssb: Delete an error message for a failed memory allocation in ssb_devices_re... | Markus Elfring | 2017-05-24 | 1 | -1/+0 |
* | ssb: Fix error routine when fallback SPROM fails | Larry Finger | 2016-11-17 | 1 | -0/+1 |
* | SSB: Change bare unsigned to unsigned int to suit coding style | Hugh Sipière | 2016-07-06 | 1 | -11/+11 |
* | ssb: gpio_driver: use gpiochip data pointer | Linus Walleij | 2016-04-26 | 1 | -19/+14 |
* | ssb: host_soc depends on sprom | Arnd Bergmann | 2016-02-26 | 1 | -0/+1 |
* | ssb: mark ssb_bus_register as __maybe_unused | Arnd Bergmann | 2016-01-19 | 1 | -3/+4 |
* | ssb: pick SoC invariants code from MIPS BCM47xx arch | Rafał Miłecki | 2015-12-16 | 4 | -4/+43 |
* | ssb: add Kconfig entry for compiling SoC related code | Rafał Miłecki | 2015-10-28 | 4 | -1/+14 |
* | ssb: move functions specific to SoC hosted bus to separated file | Rafał Miłecki | 2015-10-28 | 4 | -161/+180 |
* | ssb: pick PCMCIA host code support from b43 driver | Rafał Miłecki | 2015-10-28 | 4 | -2/+145 |
* | ssb: make ssb_pcmcia_switch_core static | Rafał Miłecki | 2015-09-29 | 2 | -9/+1 |
* | ssb: drop declaration of non existing ssb_sdio_hardware_setup | Rafał Miłecki | 2015-09-29 | 1 | -5/+0 |
* | ssb: make ssb_sdio_switch_core static | Rafał Miłecki | 2015-09-29 | 2 | -7/+1 |
* | ssb: unexport ssb_bus_pcibus_register | Rafał Miłecki | 2015-09-29 | 1 | -1/+0 |
* | SSB: Fix handling of ssb_pmu_get_alp_clock() | Hauke Mehrtens | 2015-06-09 | 1 | -3/+3 |
* | ssb: extend fix for PCI related silent reboots to all chipsets | Rafał Miłecki | 2015-05-20 | 1 | -3/+4 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-04-17 | 3 | -2/+3 |
|\ |
|
| * | Merge branch '4.0-fixes' into mips-for-linux-next | Ralf Baechle | 2015-04-13 | 1 | -0/+1 |
| |\ |
|
| | * | SSB: fix Kconfig dependencies | Adrien Schildknecht | 2015-04-10 | 1 | -0/+1 |
| * | | MIPS: BCM47xx: Move NVRAM header to the include/linux/. | Rafał Miłecki | 2015-04-01 | 2 | -2/+2 |
| |/ |
|
* | | ssb: add delay after PCI reset to fix SoC reboots | Rafał Miłecki | 2015-04-07 | 1 | -0/+9 |
* | | ssb: Silence warning for unknown backplane revision | Larry Finger | 2015-03-03 | 1 | -0/+2 |
|/ |
|
* | treewide: Remove unnecessary SSB_DEVTABLE_END macro | Joe Perches | 2015-02-11 | 1 | -1/+1 |
* | ssb: Fix Sparse error in main | Pramod Gurav | 2015-01-29 | 1 | -19/+0 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-12-12 | 1 | -1/+13 |
|\ |
|
| * | MIPS: BCM47XX: Make ssb init NVRAM instead of bcm47xx polling it | Rafał Miłecki | 2014-11-24 | 1 | -1/+13 |
* | | SSB / B44: fix WOL for BCM4401 | Andrey Skvortsov | 2014-12-04 | 1 | -11/+22 |
|/ |
|