summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/main.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-1/+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: 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
* bcma: use of_dma_configure() to set initial dma maskArnd Bergmann2016-09-091-2/+4
* bcma: fix building without OF_IRQArnd Bergmann2016-03-231-13/+4
* bcma: move parallel flash support to separated fileRafał Miłecki2016-03-071-1/+1
* bcma: use module_init for the main part of bus initializationRafał Miłecki2015-12-311-2/+27
* bcma: add support for population subnodes also when build as moduleHauke Mehrtens2015-09-291-7/+2
* bcma: fix access to host_pdev for PCIe devicesHauke Mehrtens2015-08-101-3/+27
* bcma: fix build error when build as moduleHauke Mehrtens2015-07-261-1/+5
* bcma: populate bus DT subnodes as platform_device-sRafał Miłecki2015-07-211-0/+8
* bcma: enable support for PCIe Gen 2 host devicesRafał Miłecki2015-03-021-1/+1
* bcma: add early_init function for PCIe core and move some fix into itRafał Miłecki2015-01-291-0/+7
* bcma: simplify freeing cores (internal devices structs)Rafał Miłecki2015-01-291-11/+9
* bcma: use standard bus scanning during early registerRafał Miłecki2015-01-231-24/+9
* bcma: clean bus initialization codeRafał Miłecki2015-01-231-4/+12
* Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o...John W. Linville2014-11-191-1/+1
|\
| * bcma: fix build when CONFIG_OF_ADDRESS is not setHauke Mehrtens2014-10-231-1/+1
* | bcma: get IRQ numbers from dtHauke Mehrtens2014-11-111-1/+51
* | bcma: make it possible to specify a IRQ num in bcma_core_irq()Hauke Mehrtens2014-11-111-0/+22
* | bcma: fill core details for every deviceRafał Miłecki2014-10-271-3/+6
|/
* bcma: register bcma as device tree driverHauke Mehrtens2014-09-301-1/+51
* bcma: add support for chipcommon B coreHauke Mehrtens2014-09-091-0/+10
* bcma: register NAND and QSPI cores earlyRafał Miłecki2014-09-091-0/+21
* bcma: move code for core registration into separate functionRafał Miłecki2014-09-091-31/+36
* bcma: move bus struct setup into early part of host specific codeRafał Miłecki2014-09-091-2/+0
* bcma: add driver for PCIe Gen 2 coreRafał Miłecki2014-07-071-0/+8
* bcma: export bcma_find_core_unit()Hauke Mehrtens2014-01-041-12/+1
* bcma: add missing put_device callLevente Kurusa2013-12-191-0/+1
* bcma: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-7/+16
* bcma: return correct error code when bus scan failedHauke Mehrtens2013-07-221-1/+1
* bcma: add support for BCM43142Rafał Miłecki2013-06-271-0/+19
* bcma: ignore extra GMAC cores on BCM4706Rafał Miłecki2013-03-061-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-081-0/+7
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-061-0/+7
| |\
| | * bcma: unregister gpios before unloading bcmaHauke Mehrtens2013-02-041-0/+7
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-081-0/+8
|\ \ \
| * | | bcma: register platform device for parallel flashRafał Miłecki2013-01-301-0/+8
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-281-2/+2
|\| | | | |/ / |/| |
| * | bcma: make bcma_find_core_unit() accessibleHauke Mehrtens2013-01-071-2/+2
| |/
* / Drivers: bcma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-12-141-0/+5
|\
| * bcma: add GPIO driverHauke Mehrtens2012-11-211-0/+5
* | bcma: register watchdog driverHauke Mehrtens2012-12-061-0/+8
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-2/+3
|\|
| * bcma: fix unregistration of coresPiotr Haber2012-10-151-2/+3
* | bcma: add an extra pcie core structHauke Mehrtens2012-10-191-3/+22