summaryrefslogtreecommitdiff
path: root/drivers/ssb
AgeCommit message (Expand)Author
2021-10-12ssb: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-06-15ssb: use DEVICE_ATTR_ADMIN_RW() helper macroZhen Lei
2021-06-15ssb: remove unreachable codeTian Tao
2021-06-15ssb: sdio: Don't overwrite const buffer if block_write failsMichael Büsch
2021-06-15ssb: Fix error return code in ssb_bus_scan()Zhen Lei
2021-06-15ssb: Remove redundant assignment to errYang Li
2021-06-15ssb: Fix indentation of commentShubhankar Kuranagatti
2021-06-15ssb: pcicore: Fix indentation of commentShubhankar Kuranagatti
2021-06-15ssb: gpio: Fix alignment of commentShubhankar Kuranagatti
2020-09-21ssb: Remove meaningless jump label to simplify the codeJing Xiangfeng
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-15ssb: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-04-28ssb: scan: fix block comments coding style issuesJohn Oldman
2020-04-28ssb: sprom: fix block comments coding style issuesJohn Oldman
2020-03-12ssb: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-09-13ssb: make array pwr_info_offset static const, makes object smallerColin Ian King
2019-06-25ssb/gpio: Remove unnecessary WARN_ON from driver_gpioMichael Büsch
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-25ssb: Fix possible NULL pointer dereference in ssb_host_pcmcia_exitYueHaibing
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2018-10-05ssb: chipcommon: fix fall-through annotationGustavo A. R. Silva
2018-08-09ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUGMichael Büsch
2018-08-09ssb: Remove home-grown printk wrappersMichael Büsch
2018-08-09ssb: driver_gige: use true and false for boolean valuesGustavo A. R. Silva
2018-05-12ssb: make SSB_PCICORE_HOSTMODE depend on SSB = yRafał Miłecki
2018-05-12Revert "ssb: Prevent build of PCI host features in module"Rafał Miłecki
2018-03-13ssb: use put_device() if device_register failArvind Yadav
2018-02-28ssb: Prevent build of PCI host features in moduleMatt Redfearn
2018-02-27ssb: return boolean instead of integer in ssb_dma_translation_special_bitGustavo A. R. Silva
2018-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo
2018-01-26ssb: Do not disable PCI host on non-MipsSven Joachim
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16ssb: Disable PCI host for PCI_DRIVERS_GENERICJames Hogan
2017-12-07ssb: make SSB a menuconfig to ease disabling it allVincent Legoll
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-24ssb: Delete an error message for a failed memory allocation in ssb_devices_re...Markus Elfring
2016-11-17ssb: Fix error routine when fallback SPROM failsLarry Finger
2016-07-06SSB: Change bare unsigned to unsigned int to suit coding styleHugh Sipière
2016-04-26ssb: gpio_driver: use gpiochip data pointerLinus Walleij
2016-02-26ssb: host_soc depends on spromArnd Bergmann
2016-01-19ssb: mark ssb_bus_register as __maybe_unusedArnd Bergmann
2015-12-16ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki
2015-10-28ssb: add Kconfig entry for compiling SoC related codeRafał Miłecki
2015-10-28ssb: move functions specific to SoC hosted bus to separated fileRafał Miłecki
2015-10-28ssb: pick PCMCIA host code support from b43 driverRafał Miłecki