aboutsummaryrefslogtreecommitdiff
path: root/drivers/ssb
AgeCommit message (Expand)AuthorFilesLines
2019-09-13ssb: make array pwr_info_offset static const, makes object smallerGravatar Colin Ian King 1-1/+1
2019-06-25ssb/gpio: Remove unnecessary WARN_ON from driver_gpioGravatar Michael Büsch 1-6/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+7
2019-04-25ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exitGravatar YueHaibing 1-2/+7
2019-04-08drivers: Remove explicit invocations of mmiowb()Gravatar Will Deacon 2-5/+0
2018-10-05ssb: chipcommon: fix fall-through annotationGravatar Gustavo A. R. Silva 1-1/+1
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGGravatar Michael Büsch 13-92/+63
2018-08-09ssb: Remove home-grown printk wrappersGravatar Michael Büsch 19-189/+152
2018-08-09ssb: driver_gige: use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-1/+1
2018-05-12ssb: make SSB_PCICORE_HOSTMODE depend on SSB = yGravatar Rafał Miłecki 1-1/+1
2018-05-12Revert "ssb: Prevent build of PCI host features in module"Gravatar Rafał Miłecki 1-1/+1
2018-03-13ssb: use put_device() if device_register failGravatar Arvind Yadav 1-1/+1
2018-02-28ssb: Prevent build of PCI host features in moduleGravatar Matt Redfearn 1-1/+1
2018-02-27ssb: return boolean instead of integer in ssb_dma_translation_special_bitGravatar Gustavo A. R. Silva 1-1/+1
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitGravatar Kalle Valo 1-1/+1
2018-01-26ssb: Do not disable PCI host on non-MipsGravatar Sven Joachim 1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-01-16ssb: Disable PCI host for PCI_DRIVERS_GENERICGravatar James Hogan 1-1/+1
2017-12-07ssb: make SSB a menuconfig to ease disabling it allGravatar Vincent Legoll 1-5/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-05-24ssb: Delete an error message for a failed memory allocation in ssb_devices_re...Gravatar Markus Elfring 1-1/+0
2016-11-17ssb: Fix error routine when fallback SPROM failsGravatar Larry Finger 1-0/+1
2016-07-06SSB: Change bare unsigned to unsigned int to suit coding styleGravatar Hugh Sipière 1-11/+11
2016-04-26ssb: gpio_driver: use gpiochip data pointerGravatar Linus Walleij 1-19/+14
2016-02-26ssb: host_soc depends on spromGravatar Arnd Bergmann 1-0/+1
2016-01-19ssb: mark ssb_bus_register as __maybe_unusedGravatar Arnd Bergmann 1-3/+4
2015-12-16ssb: pick SoC invariants code from MIPS BCM47xx archGravatar Rafał Miłecki 4-4/+43
2015-10-28ssb: add Kconfig entry for compiling SoC related codeGravatar Rafał Miłecki 4-1/+14
2015-10-28ssb: move functions specific to SoC hosted bus to separated fileGravatar Rafał Miłecki 4-161/+180
2015-10-28ssb: pick PCMCIA host code support from b43 driverGravatar Rafał Miłecki 4-2/+145
2015-09-29ssb: make ssb_pcmcia_switch_core staticGravatar Rafał Miłecki 2-9/+1
2015-09-29ssb: drop declaration of non existing ssb_sdio_hardware_setupGravatar Rafał Miłecki 1-5/+0
2015-09-29ssb: make ssb_sdio_switch_core staticGravatar Rafał Miłecki 2-7/+1
2015-09-29ssb: unexport ssb_bus_pcibus_registerGravatar Rafał Miłecki 1-1/+0
2015-06-09SSB: Fix handling of ssb_pmu_get_alp_clock()Gravatar Hauke Mehrtens 1-3/+3
2015-05-20ssb: extend fix for PCI related silent reboots to all chipsetsGravatar Rafał Miłecki 1-3/+4
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 3-2/+3
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-0/+1
2015-04-10SSB: fix Kconfig dependenciesGravatar Adrien Schildknecht 1-0/+1
2015-04-07ssb: add delay after PCI reset to fix SoC rebootsGravatar Rafał Miłecki 1-0/+9
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Gravatar Rafał Miłecki 2-2/+2
2015-03-03ssb: Silence warning for unknown backplane revisionGravatar Larry Finger 1-0/+2
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroGravatar Joe Perches 1-1/+1
2015-01-29ssb: Fix Sparse error in mainGravatar Pramod Gurav 1-19/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+13
2014-12-04SSB / B44: fix WOL for BCM4401Gravatar Andrey Skvortsov 1-11/+22
2014-11-24MIPS: BCM47XX: Make ssb init NVRAM instead of bcm47xx polling itGravatar Rafał Miłecki 1-1/+13
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverGravatar abdoulaye berthe 1-1/+2