summaryrefslogtreecommitdiffstats
path: root/drivers/bcma/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | bcma: init sprom struct earlierHauke Mehrtens2012-10-191-7/+14
* | bcma: just do the necessary things in early register on SoCsHauke Mehrtens2012-10-191-4/+4
|/
* bcma: don't leak memory for PCIE, MIPS, GBIT coresSaul St. John2012-09-071-0/+10
* bcma: detect and register NAND flash deviceRafał Miłecki2012-08-211-0/+8
* bcma: detect and register serial flash deviceRafał Miłecki2012-08-211-0/+9
* bcma: add trivial GBIT MAC COMMON driverRafał Miłecki2012-07-121-0/+8
* bcma: support alternative (BCM4706) ChipCommon core idRafał Miłecki2012-07-121-5/+12
* bcma: use custom printing functionsRafał Miłecki2012-07-091-9/+10
* bcma: export bcma_find_coreHauke Mehrtens2012-03-051-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-151-3/+1
|\
| * bcma: don't fail for bad SPROM CRCHenrik Rydberg2012-02-061-3/+1
* | bcma: add bus num counterHauke Mehrtens2012-02-061-1/+11
* | bcma: make some functions __devinitHauke Mehrtens2012-02-061-1/+1
|/
* bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2012-01-171-0/+19
* bcma: add stub for bcma_bus_suspend()Linus Torvalds2012-01-171-0/+5
* bcma: support for suspend and resumeRafał Miłecki2011-12-131-0/+16
* bcma: add module.h to the modular portions of this driverPaul Gortmaker2011-10-311-0/+1
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-0/+12
|\
| * bcma: add uevent to the bus, to autoload driversDavid Woodhouse2011-08-221-0/+12
* | bcma: add mips driverHauke Mehrtens2011-08-081-0/+15
* | bcma: add SOC busHauke Mehrtens2011-08-081-1/+8
* | bcma: add functions to scan cores needed on SoCsHauke Mehrtens2011-08-081-0/+46
|/
* bcma: add check if sprom is available before accessing it.Hauke Mehrtens2011-07-111-1/+3
* bcma: main.c needs to include <linux/slab.h>Geert Uytterhoeven2011-06-271-0/+1
* bcma: clean exports of functionsRafał Miłecki2011-06-201-2/+0
* bcma: read SPROM and extract MAC from itRafał Miłecki2011-06-031-0/+7
* bcma: add IRQ number and pointer to DMA devRafał Miłecki2011-06-011-0/+2
* bcma: add Broadcom specific AMBA bus driverRafał Miłecki2011-05-101-0/+247