aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31bcma: fix implicit use of export.h contentsPaul Gortmaker4-0/+4
2011-10-31bcma: add module.h to the modular portions of this driverPaul Gortmaker2-0/+2
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-0/+12
2011-09-19bcma: cc: export more control functionsRafał Miłecki1-9/+29
2011-09-13bcma: extract some basic info about board from SPROMRafał Miłecki1-0/+9
2011-08-24bcma: signedness bug in bcma_get_next_core()Dan Carpenter1-1/+1
2011-08-22bcma: implement BCM4331 workaround for external PA linesRafał Miłecki2-1/+25
2011-08-22bcma: add uevent to the bus, to autoload driversDavid Woodhouse1-0/+12
2011-08-09bcma: use boardflags define from ssb codeRafał Miłecki1-1/+1
2011-08-08bcma: get CPU clockHauke Mehrtens3-0/+120
2011-08-08bcma: add serial console supportHauke Mehrtens4-0/+83
2011-08-08bcma: add mips driverHauke Mehrtens4-0/+268
2011-08-08bcma: add SOC busHauke Mehrtens7-7/+243
2011-08-08bcma: add functions to scan cores needed on SoCsHauke Mehrtens5-6/+152
2011-08-08bcma: move initializing of struct bcma_bus to own function.Hauke Mehrtens1-6/+11
2011-08-08bcma: move parsing of EEPROM into own function.Hauke Mehrtens1-112/+118
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville4-4/+98
2011-07-22bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakageJohn W. Linville1-0/+2
2011-07-22bcma: inform drivers about translation bits needed for the coreRafał Miłecki1-0/+16
2011-07-19bcma: allow enabling PLLRafał Miłecki1-0/+25
2011-07-19bcma: allow setting FAST clockmode for a coreRafał Miłecki1-0/+31
2011-07-19bcma: handle alternative SPROM locationRafał Miłecki1-3/+9
2011-07-18bcma: extract SPROM rev 9 the same way as rev 8Rafał Miłecki1-1/+1
2011-07-18bcma: cc: set GPIOTIMER registerRafał Miłecki1-0/+14
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-1/+6
2011-07-11bcma: add check if sprom is available before accessing it.Hauke Mehrtens2-1/+6
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville5-1/+62
2011-07-07bcma: detect PCI core working in hostmodeRafał Miłecki5-1/+62
2011-07-07Update my e-mail addressMichael Büsch3-3/+3
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+1
2011-06-27bcma: main.c needs to include <linux/slab.h>Geert Uytterhoeven1-0/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville6-6/+11
2011-06-20bcma: clean exports of functionsRafał Miłecki3-4/+3
2011-06-20bcma: fix BCM43224 rev 0 workaroundRafał Miłecki1-1/+1
2011-06-20bcma: enable support for 14e4:4357 (BCM43225)Rafał Miłecki2-0/+5
2011-06-10drivers: bcma: export bcma_core_disable() functionArend van Spriel1-1/+2
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville7-1/+255
2011-06-03bcma: read SPROM and extract MAC from itRafał Miłecki4-1/+173
2011-06-01bcma: host pci: implement block R/W operationsRafał Miłecki2-0/+57
2011-06-01bcma: pci: implement interrupts controlRafał Miłecki1-0/+23
2011-06-01bcma: add IRQ number and pointer to DMA devRafał Miłecki1-0/+2
2011-05-26drivers/bcma/host_pci.c needs slab.hAndrew Morton1-0/+1
2011-05-16bcma: add PCI ID of the card found in Thinkpad X120eRafał Miłecki1-0/+1
2011-05-12bcma: pci: trivial: correct amount of maximum retriesRafał Miłecki1-1/+1
2011-05-11bcma: add missing GPIO defines, use PULL register only when availableRafał Miłecki1-2/+4
2011-05-10bcma: add Broadcom specific AMBA bus driverRafał Miłecki13-0/+1384