aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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