summaryrefslogtreecommitdiffstats
path: root/drivers/bcma
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-5/+1
|\
| * bcma: simplify reference to driver nameUwe Kleine-König2021-10-121-5/+1
* | bcma: drop unneeded initialization valueSohaib Mohamed2021-10-051-1/+1
|/
* Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-4/+2
|\
| * bus: Make remove callback return voidUwe Kleine-König2021-07-211-4/+2
* | bcma: Drop the unused parameter of bcma_scan_read32()Zenghui Yu2021-08-291-4/+3
* | bcma: Fix memory leak for internally-handled coresZenghui Yu2021-08-291-3/+3
|/
* bcma: remove unused functionJiapeng Chong2021-04-181-7/+0
* bcma: use semicolons rather than commas to separate statementsJulia Lawall2020-10-011-2/+2
* bcma: gpio: Use irqchip templateLinus Walleij2020-08-021-12/+11
* drivers: bcma: remove set but not used variable `addrh` and `sizeh`Zheng Yongjun2020-08-021-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-5/+2
|\
| * bcma: remove set but not used variable 'sizel'yu kuai2019-12-181-5/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-8/+8
|/
* bcma: fix block comment styleYadav Lamichhane2019-10-241-8/+16
* bcma: make arrays pwr_info_offset and sprom_sizes static const, shrinks objec...Colin Ian King2019-09-131-4/+6
* bcma: fix incorrect update of BCMA_CORE_PCI_MDIO_DATAColin Ian King2019-09-031-2/+2
* bcma: remove two unused variablesYueHaibing2019-09-031-16/+0
* bcma: Use dev_get_drvdataChuhong Yuan2019-08-061-4/+2
* bcma: use dev_* printing functionsRafał Miłecki2019-01-101-4/+4
* bcma: keep a direct pointer to the struct deviceRafał Miłecki2019-01-105-39/+15
* bcma: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-181-1/+2
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-1/+1
|\
| * drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-1/+1
* | bcma: fix buffer size caused crash in bcma_core_mips_print_irq()Rafał Miłecki2018-05-121-1/+1
|/
* bcma: Prevent build of PCI host features in moduleMatt Redfearn2018-03-131-1/+1
* bcma: add HP Stream NotebookDenis 'GNUtoo' Carikli2018-02-281-0/+1
* bcma: Replace mdelay with usleep_range in bcma_pmu_resources_initJia-Ju Bai2018-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-1/+1
|\
| * bcma: Fix 'allmodconfig' and BCMA builds on MIPS targetsGuenter Roeck2018-01-161-1/+1
* | bcma: Adjust block commentAshish Kalra2017-12-071-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-152-13/+17
|\
| * Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-041-4/+7
| |\
| | * bcma: Use bcma_debug and not pr_cont in MIPS driverJoe Perches2017-10-271-4/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-044-0/+4
| |\ \ | | |/ | |/|
| * | bcma: use bcma_debug and pr_cont in MIPS driverRafał Miłecki2017-10-171-3/+4
| * | bcma: keep *config menu togetherRandy Dunlap2017-10-131-9/+9
* | | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-1/+1
|\ \ \ | |_|/ |/| |
| * | gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* bcma: make BCMA a menuconfig to ease disabling it allVincent Legoll2017-08-081-7/+2
* bcma: gpio: Correct number of GPIOs for BCM53573Florian Fainelli2017-07-271-0/+1
* bcma: fill core OF info independently of bus typeRafał Miłecki2017-03-201-2/+2
* bcma: use helper function to set core dev's parentRafał Miłecki2017-03-201-2/+1
* bcma: drop unneeded check for CONFIG_OF_IRQRafał Miłecki2017-03-201-3/+0
* bcma: gpio: set of_node regardless of the host typeRafał Miłecki2017-03-081-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-023-8/+9
|\
| * Revert "bcma: init serial console directly from ChipCommon code"Rafał Miłecki2017-01-173-8/+9
* | bcma: make OF code more generic (not platform_device specific)Rafał Miłecki2017-01-311-10/+11
* | bcma: use (get|put)_device when probing/removing device driverRafał Miłecki2017-01-311-0/+4
|/