summaryrefslogtreecommitdiffstats
path: root/drivers/bcma
Commit message (Expand)AuthorAgeFilesLines
* bcma: silence PMU warning for BCM4331Rafał Miłecki2012-03-071-0/+1
* bcma: add support for on-chip OTP memory used for SPROM storageArend van Spriel2012-03-061-20/+106
* bcma: return error in bcma_sprom_get() when fallback failsArend van Spriel2012-03-061-10/+17
* bcma: add support for sprom not found on the deviceHauke Mehrtens2012-03-051-8/+69
* bcma: export bcma_find_coreHauke Mehrtens2012-03-051-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-152-11/+12
|\
| * bcma: don't fail for bad SPROM CRCHenrik Rydberg2012-02-061-3/+1
| * bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl2012-02-011-8/+11
* | bcma: log the id, rev and pkg of the chip foundHauke Mehrtens2012-02-061-3/+7
* | bcma: add extra sprom checkHauke Mehrtens2012-02-061-0/+7
* | bcma: add bus num counterHauke Mehrtens2012-02-061-1/+11
* | bcma: add PCIe host controllerHauke Mehrtens2012-02-063-34/+581
* | bcma: make some functions __devinitHauke Mehrtens2012-02-065-9/+9
* | bcma: export bcma_pcie_read()Hauke Mehrtens2012-02-062-1/+4
* | bcma: add constants for PCI and use themHauke Mehrtens2012-02-061-54/+70
* | bcma: add the core unit numberHauke Mehrtens2012-02-061-0/+14
* | bcma: Enable logging of SPROM offsetLarry Finger2012-01-241-0/+1
* | bcma: SPROM: extract power info for coresRafał Miłecki2012-01-241-1/+39
* | bcma: SPROM: add macro for easier extractionRafał Miłecki2012-01-241-68/+71
|/
* bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2012-01-171-0/+19
* bcma: add stub for bcma_bus_suspend()Linus Torvalds2012-01-173-1/+7
* bcma: convert suspend/resume to pm_opsLinus Torvalds2012-01-171-26/+16
* bcma: invalidate the mapped core over suspend/resumeRafał Miłecki2012-01-161-0/+3
* bcma: extract revision and TX power IDs from SPROMRafał Miłecki2011-12-131-0/+39
* bcma: support for suspend and resumeRafał Miłecki2011-12-133-0/+56
* bcma: extract FEM info from SPROMRafał Miłecki2011-12-131-0/+22
* bcma: pci: use fixed windows when possibleRafał Miłecki2011-12-061-11/+21
* bcma: fix implicit use of export.h contentsPaul Gortmaker2011-10-314-0/+4
* bcma: add module.h to the modular portions of this driverPaul Gortmaker2011-10-312-0/+2
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-0/+12
|\
| * bcma: add uevent to the bus, to autoload driversDavid Woodhouse2011-08-221-0/+12
* | bcma: cc: export more control functionsRafał Miłecki2011-09-191-9/+29
* | bcma: extract some basic info about board from SPROMRafał Miłecki2011-09-131-0/+9
* | bcma: signedness bug in bcma_get_next_core()Dan Carpenter2011-08-241-1/+1
* | bcma: implement BCM4331 workaround for external PA linesRafał Miłecki2011-08-222-1/+25
* | bcma: use boardflags define from ssb codeRafał Miłecki2011-08-091-1/+1
* | bcma: get CPU clockHauke Mehrtens2011-08-083-0/+120
* | bcma: add serial console supportHauke Mehrtens2011-08-084-0/+83
* | bcma: add mips driverHauke Mehrtens2011-08-084-0/+268
* | bcma: add SOC busHauke Mehrtens2011-08-087-7/+243
* | bcma: add functions to scan cores needed on SoCsHauke Mehrtens2011-08-085-6/+152
* | bcma: move initializing of struct bcma_bus to own function.Hauke Mehrtens2011-08-081-6/+11
* | bcma: move parsing of EEPROM into own function.Hauke Mehrtens2011-08-081-112/+118
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-3/+3
|\
| * Update my e-mail addressMichael Büsch2011-07-073-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-224-4/+98
|\ \
| * | bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakageJohn W. Linville2011-07-221-0/+2
| * | bcma: inform drivers about translation bits needed for the coreRafał Miłecki2011-07-221-0/+16
| * | bcma: allow enabling PLLRafał Miłecki2011-07-191-0/+25
| * | bcma: allow setting FAST clockmode for a coreRafał Miłecki2011-07-191-0/+31