aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-19bcma: init sprom struct earlierHauke Mehrtens1-7/+14
2012-10-19bcma: just do the necessary things in early register on SoCsHauke Mehrtens1-4/+4
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