aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-10bcma: keep a direct pointer to the struct deviceRafał Miłecki1-35/+10
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-1/+1
2017-03-20bcma: fill core OF info independently of bus typeRafał Miłecki1-2/+2
2017-03-20bcma: use helper function to set core dev's parentRafał Miłecki1-2/+1
2017-03-20bcma: drop unneeded check for CONFIG_OF_IRQRafał Miłecki1-3/+0
2017-01-31bcma: make OF code more generic (not platform_device specific)Rafał Miłecki1-10/+11
2017-01-31bcma: use (get|put)_device when probing/removing device driverRafał Miłecki1-0/+4
2016-09-09bcma: use of_dma_configure() to set initial dma maskArnd Bergmann1-2/+4
2016-03-23bcma: fix building without OF_IRQArnd Bergmann1-13/+4
2016-03-07bcma: move parallel flash support to separated fileRafał Miłecki1-1/+1
2015-12-31bcma: use module_init for the main part of bus initializationRafał Miłecki1-2/+27
2015-09-29bcma: add support for population subnodes also when build as moduleHauke Mehrtens1-7/+2
2015-08-10bcma: fix access to host_pdev for PCIe devicesHauke Mehrtens1-3/+27
2015-07-26bcma: fix build error when build as moduleHauke Mehrtens1-1/+5
2015-07-21bcma: populate bus DT subnodes as platform_device-sRafał Miłecki1-0/+8
2015-03-02bcma: enable support for PCIe Gen 2 host devicesRafał Miłecki1-1/+1
2015-01-29bcma: add early_init function for PCIe core and move some fix into itRafał Miłecki1-0/+7
2015-01-29bcma: simplify freeing cores (internal devices structs)Rafał Miłecki1-11/+9
2015-01-23bcma: use standard bus scanning during early registerRafał Miłecki1-24/+9
2015-01-23bcma: clean bus initialization codeRafał Miłecki1-4/+12
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2014-11-11bcma: get IRQ numbers from dtHauke Mehrtens1-1/+51
2014-11-11bcma: make it possible to specify a IRQ num in bcma_core_irq()Hauke Mehrtens1-0/+22
2014-10-27bcma: fill core details for every deviceRafał Miłecki1-3/+6
2014-10-23bcma: fix build when CONFIG_OF_ADDRESS is not setHauke Mehrtens1-1/+1
2014-09-30bcma: register bcma as device tree driverHauke Mehrtens1-1/+51
2014-09-09bcma: add support for chipcommon B coreHauke Mehrtens1-0/+10
2014-09-09bcma: register NAND and QSPI cores earlyRafał Miłecki1-0/+21
2014-09-09bcma: move code for core registration into separate functionRafał Miłecki1-31/+36
2014-09-09bcma: move bus struct setup into early part of host specific codeRafał Miłecki1-2/+0
2014-07-07bcma: add driver for PCIe Gen 2 coreRafał Miłecki1-0/+8
2014-01-04bcma: export bcma_find_core_unit()Hauke Mehrtens1-12/+1
2013-12-19bcma: add missing put_device callLevente Kurusa1-0/+1
2013-10-16bcma: convert bus code to use dev_groupsGreg Kroah-Hartman1-7/+16
2013-07-22bcma: return correct error code when bus scan failedHauke Mehrtens1-1/+1
2013-06-27bcma: add support for BCM43142Rafał Miłecki1-0/+19
2013-03-06bcma: ignore extra GMAC cores on BCM4706Rafał Miłecki1-0/+5
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+8
2013-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+7
2013-02-04bcma: unregister gpios before unloading bcmaHauke Mehrtens1-0/+7
2013-01-30bcma: register platform device for parallel flashRafał Miłecki1-0/+8
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+2
2013-01-07bcma: make bcma_find_core_unit() accessibleHauke Mehrtens1-2/+2
2013-01-03Drivers: bcma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+5
2012-12-06bcma: register watchdog driverHauke Mehrtens1-0/+8
2012-11-21bcma: add GPIO driverHauke Mehrtens1-0/+5
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+3
2012-10-19bcma: add an extra pcie core structHauke Mehrtens1-3/+22