aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-12ssb: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-5/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-06-15ssb: use DEVICE_ATTR_ADMIN_RW() helper macroZhen Lei2-18/+14
2021-06-15ssb: remove unreachable codeTian Tao1-3/+1
2021-06-15ssb: sdio: Don't overwrite const buffer if block_write failsMichael Büsch1-1/+0
2021-06-15ssb: Fix error return code in ssb_bus_scan()Zhen Lei1-0/+1
2021-06-15ssb: Remove redundant assignment to errYang Li1-2/+0
2021-06-15ssb: Fix indentation of commentShubhankar Kuranagatti1-10/+20
2021-06-15ssb: pcicore: Fix indentation of commentShubhankar Kuranagatti1-6/+12
2021-06-15ssb: gpio: Fix alignment of commentShubhankar Kuranagatti1-2/+4
2020-09-21ssb: Remove meaningless jump label to simplify the codeJing Xiangfeng1-6/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-3/+3
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-4/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-07-15ssb: Replace HTTP links with HTTPS onesAlexander A. Klimov3-4/+4
2020-04-28ssb: scan: fix block comments coding style issuesJohn Oldman1-2/+4
2020-04-28ssb: sprom: fix block comments coding style issuesJohn Oldman1-4/+8
2020-03-12ssb: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-4/+4
2019-09-13ssb: make array pwr_info_offset static const, makes object smallerColin Ian King1-1/+1
2019-06-25ssb/gpio: Remove unnecessary WARN_ON from driver_gpioMichael Büsch1-6/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+7
2019-04-25ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exitYueHaibing1-2/+7
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon2-5/+0
2018-10-05ssb: chipcommon: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch13-92/+63
2018-08-09ssb: Remove home-grown printk wrappersMichael Büsch19-189/+152
2018-08-09ssb: driver_gige: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-05-12ssb: make SSB_PCICORE_HOSTMODE depend on SSB = yRafał Miłecki1-1/+1
2018-05-12Revert "ssb: Prevent build of PCI host features in module"Rafał Miłecki1-1/+1
2018-03-13ssb: use put_device() if device_register failArvind Yadav1-1/+1
2018-02-28ssb: Prevent build of PCI host features in moduleMatt Redfearn1-1/+1
2018-02-27ssb: return boolean instead of integer in ssb_dma_translation_special_bitGustavo A. R. Silva1-1/+1
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo1-1/+1
2018-01-26ssb: Do not disable PCI host on non-MipsSven Joachim1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-16ssb: Disable PCI host for PCI_DRIVERS_GENERICJames Hogan1-1/+1
2017-12-07ssb: make SSB a menuconfig to ease disabling it allVincent Legoll1-5/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-05-24ssb: Delete an error message for a failed memory allocation in ssb_devices_register()Markus Elfring1-1/+0
2016-11-17ssb: Fix error routine when fallback SPROM failsLarry Finger1-0/+1
2016-07-06SSB: Change bare unsigned to unsigned int to suit coding styleHugh Sipière1-11/+11
2016-04-26ssb: gpio_driver: use gpiochip data pointerLinus Walleij1-19/+14
2016-02-26ssb: host_soc depends on spromArnd Bergmann1-0/+1
2016-01-19ssb: mark ssb_bus_register as __maybe_unusedArnd Bergmann1-3/+4
2015-12-16ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki4-4/+43
2015-10-28ssb: add Kconfig entry for compiling SoC related codeRafał Miłecki4-1/+14
2015-10-28ssb: move functions specific to SoC hosted bus to separated fileRafał Miłecki4-161/+180
2015-10-28ssb: pick PCMCIA host code support from b43 driverRafał Miłecki4-2/+145