aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb
AgeCommit message (Expand)AuthorFilesLines
2024-02-06ssb: make ssb_bustype constRicardo B. Marliere1-1/+1
2023-10-19ssb: relax SSB_EMBEDDED dependenciesRandy Dunlap1-1/+2
2023-09-07ssb: Fix division by zero issue in ssb_calc_clock_rateRand Deeb1-1/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-09-19ssb: gpio: Use generic_handle_irq_safe()Sebastian Andrzej Siewior1-2/+4
2022-05-11ssb: remove unreachable codeJiapeng Chong1-1/+0
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_re...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
2015-09-29ssb: make ssb_pcmcia_switch_core staticRafał Miłecki2-9/+1
2015-09-29ssb: drop declaration of non existing ssb_sdio_hardware_setupRafał Miłecki1-5/+0
2015-09-29ssb: make ssb_sdio_switch_core staticRafał Miłecki2-7/+1
2015-09-29ssb: unexport ssb_bus_pcibus_registerRafał Miłecki1-1/+0
2015-06-09SSB: Fix handling of ssb_pmu_get_alp_clock()Hauke Mehrtens1-3/+3
2015-05-20ssb: extend fix for PCI related silent reboots to all chipsetsRafał Miłecki1-3/+4
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-2/+3
2015-04-13Merge branch '4.0-fixes' into mips-for-linux-nextRalf Baechle1-0/+1
2015-04-10SSB: fix Kconfig dependenciesAdrien Schildknecht1-0/+1
2015-04-07ssb: add delay after PCI reset to fix SoC rebootsRafał Miłecki1-0/+9
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2-2/+2
2015-03-03ssb: Silence warning for unknown backplane revisionLarry Finger1-0/+2
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches1-1/+1
2015-01-29ssb: Fix Sparse error in mainPramod Gurav1-19/+0
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+13
2014-12-04SSB / B44: fix WOL for BCM4401Andrey Skvortsov1-11/+22
2014-11-24MIPS: BCM47XX: Make ssb init NVRAM instead of bcm47xx polling itRafał Miłecki1-1/+13
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-1/+2
2014-08-25ssb: add PCI ID 0x4351Álvaro Fernández Rojas1-0/+1
2014-07-18ssb: extract power info from SPROM revs 4 and 5Rafał Miłecki1-0/+45
2014-07-15ssb: extract antenna gains from SPROMs revs 4+ properlyRafał Miłecki1-16/+32
2014-07-15ssb: make code for antenna gain extraction more genericRafał Miłecki1-9/+11
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-21/+298
2014-01-24ssb: gpio: add own IRQ domainRafał Miłecki3-21/+298
2014-01-03ssb: fix sparse warnings in driver_chipcommon_sflash.cHauke Mehrtens1-3/+3
2013-10-16ssb: convert bus code to use dev_groupsGreg Kroah-Hartman1-11/+14
2013-08-01ssb: drop BROKEN from SSB_SFLASHRafał Miłecki2-6/+4
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-01SSB: Kconfig: Amend SSB_EMBEDDED dependenciesMarkos Chandras1-1/+1
2013-06-28ssb/trivial: replace numeric with standard PM state macrosYijing Wang1-1/+1
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+42
2013-06-18ssb: register serial flash as platform deviceRafał Miłecki3-0/+31
2013-06-17ssb: add struct for serial flashRafał Miłecki1-0/+7
2013-06-17ssb: use const for serial flash hardware tableRafał Miłecki1-4/+4
2013-06-03ssb: sprom: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2013-04-26ssb: implement ssb spuravoid for chipid BCM43222Hauke Mehrtens1-2/+17
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+29
2013-04-10ssb: implement spurious tone avoidanceRafał Miłecki1-0/+29
2013-04-05ssb: driver_mipscore: add a const qualifierArtem Bityutskiy1-1/+1
2013-03-25ssb: read additional sprom v2 and v3 attributes.Hauke Mehrtens1-2/+18
2013-03-25ssb: extract board_type from SPROMRafał Miłecki1-0/+3
2013-03-13ssb: pci: Fix flipping of MAC addressLarry Finger1-1/+1
2013-03-06ssb: Convert ssb_printk to ssb_<level>Joe Perches11-157/+135
2013-03-06ssb: pci: Standardize a function to get mac addressJoe Perches1-26/+18
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle7-11/+231
2013-02-15MIPS: BCM47XX: add bcm47xx prefix in front of nvram function namesHauke Mehrtens1-2/+2
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+26
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-10/+72
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-0/+26
2013-02-04ssb: unregister gpios before unloading ssbHauke Mehrtens3-0/+26
2013-01-30ssb: add gpio_to_irqHauke Mehrtens1-0/+22
2013-01-30ssb: register platform device for parallel flashRafał Miłecki3-1/+40
2013-01-30ssb: trivial: use pflash helper variableRafał Miłecki1-9/+10
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-1/+159
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+1
2013-01-11ssb: add database of serial flash memoriesRafał Miłecki1-0/+122
2013-01-09ssb: add place for serial flash driverRafał Miłecki5-1/+37
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2013-01-03Drivers: ssb: remove __dev* attributes.Greg Kroah-Hartman4-31/+26
2013-01-02ssb: SSB_DRIVER_GPIO should depend on GPIOLIB instead of selecting itGeert Uytterhoeven1-2/+1
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds7-9/+322
2012-12-10ssb: use WARN in main.cCong Ding1-2/+1
2012-12-06ssb: register watchdog driverHauke Mehrtens3-0/+53
2012-12-06ssb: extif: add methods for watchdog driverHauke Mehrtens2-1/+35
2012-12-06ssb: extif: add check for max value before setting watchdog registerHauke Mehrtens1-2/+3
2012-12-06ssb: add methods for watchdog driverHauke Mehrtens2-1/+51
2012-12-06ssb: set the PMU watchdog if availableHauke Mehrtens1-2/+36
2012-12-06ssb: get alp clock from devices with PMUHauke Mehrtens3-6/+37
2012-11-30ssb: extif: fix compile errorsHauke Mehrtens1-7/+7
2012-11-21ssb: add GPIO driverHauke Mehrtens5-0/+201
2012-11-21ssb: add locking around gpio register accessesHauke Mehrtens4-11/+107
2012-11-21ssb: add ssb_chipco_gpio_pull{up,down}Hauke Mehrtens1-0/+16
2012-10-29ssb: handle BCM43222 in pmu code.Hauke Mehrtens1-0/+3
2012-10-29ssb: add PCI ID 0x4350Hauke Mehrtens1-0/+1
2012-10-19ssb: add attribute to indicate a parallel flash is availableHauke Mehrtens1-0/+2
2012-10-19ssb: move parallel flash config into an own structHauke Mehrtens1-7/+7
2012-08-10ssb: check for flash presentenceRafał Miłecki1-7/+21
2012-06-11ssb: add missing PCI ID for b/g/n single band BCM4322Jonas Gorski1-0/+1
2012-06-06ssb: recognize ARM Cortex M3Hauke Mehrtens1-0/+2
2012-05-16ssb: add PCI IDs 0x4322 and 43222Hauke Mehrtens1-0/+2
2012-05-16bcma/ssb: parse new attributes from spromHauke Mehrtens1-0/+69
2012-05-16ssb: fill board_rev attribute from spromHauke Mehrtens1-0/+2
2012-05-16ssb/bcma: fill attribute alpha2 from spromHauke Mehrtens1-5/+11
2012-05-16ssb: remove rev from boardinfoHauke Mehrtens1-1/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-49/+117
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman1-1/+1
2012-03-05ssb: remove 5GHz antenna gain from spromHauke Mehrtens3-43/+22
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-02-06ssb: add support for bcm5354Hauke Mehrtens4-5/+53
2012-02-06ssb: log the id, rev and pkg of the chip foundHauke Mehrtens1-0/+3
2012-02-01ssb: fix cardbus slot in hostmodeHauke Mehrtens1-1/+1
2012-01-24Remove useless get_driver()/put_driver() callsAlan Stern1-18/+2
2012-01-24ssb: SPROM: extract each core power infoRafał Miłecki1-1/+39
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+6
2011-12-13ssb: extract FEM info from SPROMRafał Miłecki1-0/+23
2011-12-08ssb: fix init regression with SoCsHauke Mehrtens1-2/+6
2011-10-31ssb: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker6-0/+6
2011-10-31ssb: Add module.h to the real modules in drivers/ssbPaul Gortmaker2-0/+2
2011-08-24ssb: fix DMA translation for some specific boardsRafał Miłecki1-3/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds15-15/+15
2011-07-22ssb: return correct translation bit for 64-bit DMARafał Miłecki1-1/+4
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-9/+9
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-4/+6
2011-07-07ssb: fix init regression of hostmode PCI coreRafał Miłecki1-9/+9
2011-07-07Update my e-mail addressMichael Büsch15-15/+15
2011-07-05ssb: use pci_dev->subsystem_{vendor,device}Sergei Shtylyov1-4/+2
2011-07-05ssb: use pci_dev->revisionSergei Shtylyov1-2/+1
2011-07-05ssb: PCI revision ID register is 8-bit wideSergei Shtylyov1-1/+1
2011-06-27ssb: use pci_dev->revisionSergei Shtylyov1-2/+1
2011-06-27ssb: fix ssb clock rate according to broadcom sourceHauke Mehrtens1-2/+2
2011-06-22ssb: add __devinit to some functionsHauke Mehrtens4-27/+31
2011-06-17drivers/ssb/driver_chipcommon_pmu.c: uninitilized warningConnor Hansen1-2/+2
2011-06-03ssb: fix PCI(e) driver regression causing oops on PCI cardsRafał Miłecki1-4/+6
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-100/+286
2011-05-19SSB: Change fallback sprom to callback mechanism.Hauke Mehrtens3-24/+38
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-27/+35
2011-05-13ssb: fix pcicore build breakageJohn W. Linville1-4/+10
2011-05-11ssb: move ssb_commit_settings and export itRafał Miłecki2-26/+25
2011-05-11ssb: update list of devices supporting multiple 80211 coresRafał Miłecki1-1/+4
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-71/+153
2011-05-02ssb: cc: prepare clockmode support for cores rev 10+Rafał Miłecki1-18/+44
2011-04-28ssb: pci: early fix for SPROM core indexRafał Miłecki1-0/+12
2011-04-28ssb: pci: update PCIe workaroundsRafał Miłecki1-8/+27
2011-04-28ssb: pci: separate workaroundsRafał Miłecki1-40/+58
2011-04-26ssb: update reject bit for Target State LowRafał Miłecki1-8/+7
2011-04-26ssb: mark bus as powered up earlierRafał Miłecki1-4/+4
2011-04-25ssb: cc: clear GPIOPULL registers on initRafał Miłecki1-0/+6
2011-04-25ssb: cc: use correct min_msk for 0x4312Rafał Miłecki1-0/+2
2011-04-25ssb: pci: trivial: correct amount of maximum retriesRafał Miłecki1-1/+1
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-5/+101
2011-04-04ssb: pci: implement serdes workaroundRafał Miłecki1-3/+28
2011-04-04ssb: pci: implement mdio readingRafał Miłecki1-0/+43
2011-04-04ssb: pci: fix mdio writes on newer cores (rev 10+)Rafał Miłecki1-2/+32
2011-04-04ssb: pci: trivial: drop useless pointerRafał Miłecki1-2/+0
2011-04-04ssb: trivial: use u8 for chip_rev (it's mask is 0xF)Rafał Miłecki1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-14/+36
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+1
2011-02-18ssb: reset device only if it was enabledRafał Miłecki1-18/+22
2011-02-18ssb: when needed, reject IM input while disabling deviceRafał Miłecki1-1/+15
2011-02-18ssb: trivial: fix SPROM extract warning formattingRafał Miłecki1-1/+1
2011-02-18ssb: Make ssb_wait_bit multi-bit safeMichael Büsch1-6/+6