aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-15bcma: fix unregistration of coresPiotr Haber1-2/+3
2012-09-07bcma: don't leak memory for PCIE, MIPS, GBIT coresSaul St. John1-0/+10
2012-08-21bcma: detect and register NAND flash deviceRafał Miłecki1-0/+8
2012-08-21bcma: detect and register serial flash deviceRafał Miłecki1-0/+9
2012-07-12bcma: add trivial GBIT MAC COMMON driverRafał Miłecki1-0/+8
2012-07-12bcma: support alternative (BCM4706) ChipCommon core idRafał Miłecki1-5/+12
2012-07-09bcma: use custom printing functionsRafał Miłecki1-9/+10
2012-03-05bcma: export bcma_find_coreHauke Mehrtens1-1/+2
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+1
2012-02-06bcma: add bus num counterHauke Mehrtens1-1/+11
2012-02-06bcma: make some functions __devinitHauke Mehrtens1-1/+1
2012-02-06bcma: don't fail for bad SPROM CRCHenrik Rydberg1-3/+1
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds1-0/+19
2012-01-17bcma: add stub for bcma_bus_suspend()Linus Torvalds1-0/+5
2011-12-13bcma: support for suspend and resumeRafał Miłecki1-0/+16
2011-10-31bcma: add module.h to the modular portions of this driverPaul Gortmaker1-0/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-0/+12
2011-08-22bcma: add uevent to the bus, to autoload driversDavid Woodhouse1-0/+12
2011-08-08bcma: add mips driverHauke Mehrtens1-0/+15
2011-08-08bcma: add SOC busHauke Mehrtens1-1/+8
2011-08-08bcma: add functions to scan cores needed on SoCsHauke Mehrtens1-0/+46
2011-07-11bcma: add check if sprom is available before accessing it.Hauke Mehrtens1-1/+3
2011-06-27bcma: main.c needs to include <linux/slab.h>Geert Uytterhoeven1-0/+1
2011-06-20bcma: clean exports of functionsRafał Miłecki1-2/+0
2011-06-03bcma: read SPROM and extract MAC from itRafał Miłecki1-0/+7
2011-06-01bcma: add IRQ number and pointer to DMA devRafał Miłecki1-0/+2
2011-05-10bcma: add Broadcom specific AMBA bus driverRafał Miłecki1-0/+247