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