aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-10bcma: fix build error on MIPS; implicit pcibios_enable_devicePaul Gortmaker2-1/+2
2012-03-07bcma: silence PMU warning for BCM4331Rafał Miłecki1-0/+1
2012-03-06bcma: add support for on-chip OTP memory used for SPROM storageArend van Spriel1-20/+106
2012-03-06bcma: return error in bcma_sprom_get() when fallback failsArend van Spriel1-10/+17
2012-03-05bcma: add support for sprom not found on the deviceHauke Mehrtens1-8/+69
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. Linville2-11/+12
2012-02-06bcma: log the id, rev and pkg of the chip foundHauke Mehrtens1-3/+7
2012-02-06bcma: add extra sprom checkHauke Mehrtens1-0/+7
2012-02-06bcma: add bus num counterHauke Mehrtens1-1/+11
2012-02-06bcma: add PCIe host controllerHauke Mehrtens3-34/+581
2012-02-06bcma: make some functions __devinitHauke Mehrtens5-9/+9
2012-02-06bcma: export bcma_pcie_read()Hauke Mehrtens2-1/+4
2012-02-06bcma: add constants for PCI and use themHauke Mehrtens1-54/+70
2012-02-06bcma: add the core unit numberHauke Mehrtens1-0/+14
2012-02-06bcma: don't fail for bad SPROM CRCHenrik Rydberg1-3/+1
2012-02-01bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl1-8/+11
2012-01-24bcma: Enable logging of SPROM offsetLarry Finger1-0/+1
2012-01-24bcma: SPROM: extract power info for coresRafał Miłecki1-1/+39
2012-01-24bcma: SPROM: add macro for easier extractionRafał Miłecki1-68/+71
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 Torvalds3-1/+7
2012-01-17bcma: convert suspend/resume to pm_opsLinus Torvalds1-26/+16
2012-01-16bcma: invalidate the mapped core over suspend/resumeRafał Miłecki1-0/+3
2011-12-13bcma: extract revision and TX power IDs from SPROMRafał Miłecki1-0/+39
2011-12-13bcma: support for suspend and resumeRafał Miłecki3-0/+56
2011-12-13bcma: extract FEM info from SPROMRafał Miłecki1-0/+22
2011-12-06bcma: pci: use fixed windows when possibleRafał Miłecki1-11/+21
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