aboutsummaryrefslogtreecommitdiff
path: root/drivers/bcma
AgeCommit message (Expand)AuthorFilesLines
2011-10-31bcma: fix implicit use of export.h contentsGravatar Paul Gortmaker 4-0/+4
2011-10-31bcma: add module.h to the modular portions of this driverGravatar Paul Gortmaker 2-0/+2
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessGravatar John W. Linville 1-0/+12
2011-09-19bcma: cc: export more control functionsGravatar Rafał Miłecki 1-9/+29
2011-09-13bcma: extract some basic info about board from SPROMGravatar Rafał Miłecki 1-0/+9
2011-08-24bcma: signedness bug in bcma_get_next_core()Gravatar Dan Carpenter 1-1/+1
2011-08-22bcma: implement BCM4331 workaround for external PA linesGravatar Rafał Miłecki 2-1/+25
2011-08-22bcma: add uevent to the bus, to autoload driversGravatar David Woodhouse 1-0/+12
2011-08-09bcma: use boardflags define from ssb codeGravatar Rafał Miłecki 1-1/+1
2011-08-08bcma: get CPU clockGravatar Hauke Mehrtens 3-0/+120
2011-08-08bcma: add serial console supportGravatar Hauke Mehrtens 4-0/+83
2011-08-08bcma: add mips driverGravatar Hauke Mehrtens 4-0/+268
2011-08-08bcma: add SOC busGravatar Hauke Mehrtens 7-7/+243
2011-08-08bcma: add functions to scan cores needed on SoCsGravatar Hauke Mehrtens 5-6/+152
2011-08-08bcma: move initializing of struct bcma_bus to own function.Gravatar Hauke Mehrtens 1-6/+11
2011-08-08bcma: move parsing of EEPROM into own function.Gravatar Hauke Mehrtens 1-112/+118
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 3-3/+3
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 4-4/+98
2011-07-22bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakageGravatar John W. Linville 1-0/+2
2011-07-22bcma: inform drivers about translation bits needed for the coreGravatar Rafał Miłecki 1-0/+16
2011-07-19bcma: allow enabling PLLGravatar Rafał Miłecki 1-0/+25
2011-07-19bcma: allow setting FAST clockmode for a coreGravatar Rafał Miłecki 1-0/+31
2011-07-19bcma: handle alternative SPROM locationGravatar Rafał Miłecki 1-3/+9
2011-07-18bcma: extract SPROM rev 9 the same way as rev 8Gravatar Rafał Miłecki 1-1/+1
2011-07-18bcma: cc: set GPIOTIMER registerGravatar Rafał Miłecki 1-0/+14
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 2-1/+6
2011-07-11bcma: add check if sprom is available before accessing it.Gravatar Hauke Mehrtens 2-1/+6
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 5-1/+62
2011-07-07bcma: detect PCI core working in hostmodeGravatar Rafał Miłecki 5-1/+62
2011-07-07Update my e-mail addressGravatar Michael Büsch 3-3/+3
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+1
2011-06-27bcma: main.c needs to include <linux/slab.h>Gravatar Geert Uytterhoeven 1-0/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 6-6/+11
2011-06-20bcma: clean exports of functionsGravatar Rafał Miłecki 3-4/+3
2011-06-20bcma: fix BCM43224 rev 0 workaroundGravatar Rafał Miłecki 1-1/+1
2011-06-20bcma: enable support for 14e4:4357 (BCM43225)Gravatar Rafał Miłecki 2-0/+5
2011-06-10drivers: bcma: export bcma_core_disable() functionGravatar Arend van Spriel 1-1/+2
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 7-1/+255
2011-06-03bcma: read SPROM and extract MAC from itGravatar Rafał Miłecki 4-1/+173
2011-06-01bcma: host pci: implement block R/W operationsGravatar Rafał Miłecki 2-0/+57
2011-06-01bcma: pci: implement interrupts controlGravatar Rafał Miłecki 1-0/+23
2011-06-01bcma: add IRQ number and pointer to DMA devGravatar Rafał Miłecki 1-0/+2
2011-05-26drivers/bcma/host_pci.c needs slab.hGravatar Andrew Morton 1-0/+1
2011-05-16bcma: add PCI ID of the card found in Thinkpad X120eGravatar Rafał Miłecki 1-0/+1
2011-05-12bcma: pci: trivial: correct amount of maximum retriesGravatar Rafał Miłecki 1-1/+1
2011-05-11bcma: add missing GPIO defines, use PULL register only when availableGravatar Rafał Miłecki 1-2/+4
2011-05-10bcma: add Broadcom specific AMBA bus driverGravatar Rafał Miłecki 13-0/+1384