summaryrefslogtreecommitdiffstats
path: root/drivers/bcma
Commit message (Expand)AuthorAgeFilesLines
* bcma: make bcma_bus_type constRicardo B. Marliere2024-02-061-1/+1
* bcma: Use PCI_HEADER_TYPE_MASK instead of literalIlpo Järvinen2023-11-301-1/+1
* bcma: Add explicit of_device.h includeRob Herring2023-04-141-0/+1
* bcma: remove unused mips_read32 functionTom Rix2023-03-311-6/+0
* bcma: Use of_address_to_resource()Rob Herring2023-03-311-5/+5
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-3/+3
* bcma: Fail probe if GPIO subdriver failsLinus Walleij2022-11-041-1/+3
* Kalle Valo says:Jakub Kicinski2022-10-282-3/+7
|\
| * bcma: gpio: Convert to immutable gpio irqchipLinus Walleij2022-10-191-2/+6
| * bcma: support SPROM rev 11Linus Walleij2022-10-191-1/+1
* | Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-121-1/+1
|\ \ | |/ |/|
| * bcma: gpio: Use generic_handle_irq_safe()Sebastian Andrzej Siewior2022-09-191-1/+1
* | bcma: Fix typo in commentsShaomin Deng2022-09-071-1/+1
|/
* bcma: gpio: Switch to use fwnode instead of of_nodeAndy Shevchenko2022-05-091-3/+4
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-251-1/+19
|\
| * mtd: rawnand: brcmnand: Add platform data structure for BCMAFlorian Fainelli2022-01-231-1/+19
* | bcma: gpio: remove redundant re-assignment of chip->ownerColin Ian King2022-03-101-1/+0
* | bcma: cleanup commentsTom Rix2022-02-215-11/+11
|/
* 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
|\