summaryrefslogtreecommitdiffstats
path: root/drivers/bcma
AgeCommit message (Expand)AuthorLines
2012-02-06bcma: don't fail for bad SPROM CRCHenrik Rydberg-3/+1
2012-02-01bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl-8/+11
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds-0/+19
2012-01-17bcma: add stub for bcma_bus_suspend()Linus Torvalds-1/+7
2012-01-17bcma: convert suspend/resume to pm_opsLinus Torvalds-26/+16
2012-01-16bcma: invalidate the mapped core over suspend/resumeRafał Miłecki-0/+3
2011-12-13bcma: extract revision and TX power IDs from SPROMRafał Miłecki-0/+39
2011-12-13bcma: support for suspend and resumeRafał Miłecki-0/+56
2011-12-13bcma: extract FEM info from SPROMRafał Miłecki-0/+22
2011-12-06bcma: pci: use fixed windows when possibleRafał Miłecki-11/+21
2011-10-31bcma: fix implicit use of export.h contentsPaul Gortmaker-0/+4
2011-10-31bcma: add module.h to the modular portions of this driverPaul Gortmaker-0/+2
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville-0/+12
2011-09-19bcma: cc: export more control functionsRafał Miłecki-9/+29
2011-09-13bcma: extract some basic info about board from SPROMRafał Miłecki-0/+9
2011-08-24bcma: signedness bug in bcma_get_next_core()Dan Carpenter-1/+1
2011-08-22bcma: implement BCM4331 workaround for external PA linesRafał Miłecki-1/+25
2011-08-22bcma: add uevent to the bus, to autoload driversDavid Woodhouse-0/+12
2011-08-09bcma: use boardflags define from ssb codeRafał Miłecki-1/+1
2011-08-08bcma: get CPU clockHauke Mehrtens-0/+120
2011-08-08bcma: add serial console supportHauke Mehrtens-0/+83
2011-08-08bcma: add mips driverHauke Mehrtens-0/+268
2011-08-08bcma: add SOC busHauke Mehrtens-7/+243
2011-08-08bcma: add functions to scan cores needed on SoCsHauke Mehrtens-6/+152
2011-08-08bcma: move initializing of struct bcma_bus to own function.Hauke Mehrtens-6/+11
2011-08-08bcma: move parsing of EEPROM into own function.Hauke Mehrtens-112/+118
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-4/+98
2011-07-22bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakageJohn W. Linville-0/+2
2011-07-22bcma: inform drivers about translation bits needed for the coreRafał Miłecki-0/+16
2011-07-19bcma: allow enabling PLLRafał Miłecki-0/+25
2011-07-19bcma: allow setting FAST clockmode for a coreRafał Miłecki-0/+31
2011-07-19bcma: handle alternative SPROM locationRafał Miłecki-3/+9
2011-07-18bcma: extract SPROM rev 9 the same way as rev 8Rafał Miłecki-1/+1
2011-07-18bcma: cc: set GPIOTIMER registerRafał Miłecki-0/+14
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+6
2011-07-11bcma: add check if sprom is available before accessing it.Hauke Mehrtens-1/+6
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+62
2011-07-07bcma: detect PCI core working in hostmodeRafał Miłecki-1/+62
2011-07-07Update my e-mail addressMichael Büsch-3/+3
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+1
2011-06-27bcma: main.c needs to include <linux/slab.h>Geert Uytterhoeven-0/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-6/+11
2011-06-20bcma: clean exports of functionsRafał Miłecki-4/+3
2011-06-20bcma: fix BCM43224 rev 0 workaroundRafał Miłecki-1/+1
2011-06-20bcma: enable support for 14e4:4357 (BCM43225)Rafał Miłecki-0/+5
2011-06-10drivers: bcma: export bcma_core_disable() functionArend van Spriel-1/+2
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+255
2011-06-03bcma: read SPROM and extract MAC from itRafał Miłecki-1/+173
2011-06-01bcma: host pci: implement block R/W operationsRafał Miłecki-0/+57