summaryrefslogtreecommitdiffstats
path: root/drivers/ssb
Commit message (Expand)AuthorAgeFilesLines
* ssb: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-121-5/+1
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* ssb: use DEVICE_ATTR_ADMIN_RW() helper macroZhen Lei2021-06-152-18/+14
* ssb: remove unreachable codeTian Tao2021-06-151-3/+1
* ssb: sdio: Don't overwrite const buffer if block_write failsMichael Büsch2021-06-151-1/+0
* ssb: Fix error return code in ssb_bus_scan()Zhen Lei2021-06-151-0/+1
* ssb: Remove redundant assignment to errYang Li2021-06-151-2/+0
* ssb: Fix indentation of commentShubhankar Kuranagatti2021-06-151-10/+20
* ssb: pcicore: Fix indentation of commentShubhankar Kuranagatti2021-06-151-6/+12
* ssb: gpio: Fix alignment of commentShubhankar Kuranagatti2021-06-151-2/+4
* ssb: Remove meaningless jump label to simplify the codeJing Xiangfeng2020-09-211-6/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-053-4/+4
|\
| * ssb: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-153-4/+4
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-2/+2
|/
* ssb: scan: fix block comments coding style issuesJohn Oldman2020-04-281-2/+4
* ssb: sprom: fix block comments coding style issuesJohn Oldman2020-04-281-4/+8
* ssb: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-121-2/+2
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-4/+4
* ssb: make array pwr_info_offset static const, makes object smallerColin Ian King2019-09-131-1/+1
* ssb/gpio: Remove unnecessary WARN_ON from driver_gpioMichael Büsch2019-06-251-6/+0
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+7
|\
| * ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exitYueHaibing2019-04-251-2/+7
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-5/+0
|/
* ssb: chipcommon: fix fall-through annotationGustavo A. R. Silva2018-10-051-1/+1
* ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch2018-08-0913-92/+63
* ssb: Remove home-grown printk wrappersMichael Büsch2018-08-0919-189/+152
* ssb: driver_gige: use true and false for boolean valuesGustavo A. R. Silva2018-08-091-1/+1
* ssb: make SSB_PCICORE_HOSTMODE depend on SSB = yRafał Miłecki2018-05-121-1/+1
* Revert "ssb: Prevent build of PCI host features in module"Rafał Miłecki2018-05-121-1/+1
* ssb: use put_device() if device_register failArvind Yadav2018-03-131-1/+1
* ssb: Prevent build of PCI host features in moduleMatt Redfearn2018-02-281-1/+1
* ssb: return boolean instead of integer in ssb_dma_translation_special_bitGustavo A. R. Silva2018-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2018-02-011-1/+1
|\
| * ssb: Do not disable PCI host on non-MipsSven Joachim2018-01-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-1/+1
|\|
| * ssb: Disable PCI host for PCI_DRIVERS_GENERICJames Hogan2018-01-161-1/+1
* | ssb: make SSB a menuconfig to ease disabling it allVincent Legoll2017-12-071-5/+4
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* ssb: Delete an error message for a failed memory allocation in ssb_devices_re...Markus Elfring2017-05-241-1/+0
* ssb: Fix error routine when fallback SPROM failsLarry Finger2016-11-171-0/+1
* SSB: Change bare unsigned to unsigned int to suit coding styleHugh Sipière2016-07-061-11/+11
* ssb: gpio_driver: use gpiochip data pointerLinus Walleij2016-04-261-19/+14
* ssb: host_soc depends on spromArnd Bergmann2016-02-261-0/+1
* ssb: mark ssb_bus_register as __maybe_unusedArnd Bergmann2016-01-191-3/+4
* ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki2015-12-164-4/+43
* ssb: add Kconfig entry for compiling SoC related codeRafał Miłecki2015-10-284-1/+14
* ssb: move functions specific to SoC hosted bus to separated fileRafał Miłecki2015-10-284-161/+180
* ssb: pick PCMCIA host code support from b43 driverRafał Miłecki2015-10-284-2/+145