| Commit message (Expand) | Author | Age | Files | Lines |
* | bcma: use fallback sprom if no on chip sprom is available | Hauke Mehrtens | 2012-04-16 | 1 | -2/+5 |
* | bcma: fix build error on MIPS; implicit pcibios_enable_device | Paul Gortmaker | 2012-04-10 | 2 | -1/+2 |
* | bcma: silence PMU warning for BCM4331 | Rafał Miłecki | 2012-03-07 | 1 | -0/+1 |
* | bcma: add support for on-chip OTP memory used for SPROM storage | Arend van Spriel | 2012-03-06 | 1 | -20/+106 |
* | bcma: return error in bcma_sprom_get() when fallback fails | Arend van Spriel | 2012-03-06 | 1 | -10/+17 |
* | bcma: add support for sprom not found on the device | Hauke Mehrtens | 2012-03-05 | 1 | -8/+69 |
* | bcma: export bcma_find_core | Hauke Mehrtens | 2012-03-05 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-02-15 | 2 | -11/+12 |
|\ |
|
| * | bcma: don't fail for bad SPROM CRC | Henrik Rydberg | 2012-02-06 | 1 | -3/+1 |
| * | bcma: Fix mem leak in bcma_bus_scan() | Jesper Juhl | 2012-02-01 | 1 | -8/+11 |
* | | bcma: log the id, rev and pkg of the chip found | Hauke Mehrtens | 2012-02-06 | 1 | -3/+7 |
* | | bcma: add extra sprom check | Hauke Mehrtens | 2012-02-06 | 1 | -0/+7 |
* | | bcma: add bus num counter | Hauke Mehrtens | 2012-02-06 | 1 | -1/+11 |
* | | bcma: add PCIe host controller | Hauke Mehrtens | 2012-02-06 | 3 | -34/+581 |
* | | bcma: make some functions __devinit | Hauke Mehrtens | 2012-02-06 | 5 | -9/+9 |
* | | bcma: export bcma_pcie_read() | Hauke Mehrtens | 2012-02-06 | 2 | -1/+4 |
* | | bcma: add constants for PCI and use them | Hauke Mehrtens | 2012-02-06 | 1 | -54/+70 |
* | | bcma: add the core unit number | Hauke Mehrtens | 2012-02-06 | 1 | -0/+14 |
* | | bcma: Enable logging of SPROM offset | Larry Finger | 2012-01-24 | 1 | -0/+1 |
* | | bcma: SPROM: extract power info for cores | Rafał Miłecki | 2012-01-24 | 1 | -1/+39 |
* | | bcma: SPROM: add macro for easier extraction | Rafał Miłecki | 2012-01-24 | 1 | -68/+71 |
|/ |
|
* | bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume | Linus Torvalds | 2012-01-17 | 1 | -0/+19 |
* | bcma: add stub for bcma_bus_suspend() | Linus Torvalds | 2012-01-17 | 3 | -1/+7 |
* | bcma: convert suspend/resume to pm_ops | Linus Torvalds | 2012-01-17 | 1 | -26/+16 |
* | bcma: invalidate the mapped core over suspend/resume | Rafał Miłecki | 2012-01-16 | 1 | -0/+3 |
* | bcma: extract revision and TX power IDs from SPROM | Rafał Miłecki | 2011-12-13 | 1 | -0/+39 |
* | bcma: support for suspend and resume | Rafał Miłecki | 2011-12-13 | 3 | -0/+56 |
* | bcma: extract FEM info from SPROM | Rafał Miłecki | 2011-12-13 | 1 | -0/+22 |
* | bcma: pci: use fixed windows when possible | Rafał Miłecki | 2011-12-06 | 1 | -11/+21 |
* | bcma: fix implicit use of export.h contents | Paul Gortmaker | 2011-10-31 | 4 | -0/+4 |
* | bcma: add module.h to the modular portions of this driver | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
* | Merge branch 'master' of git://git.infradead.org/users/linville/wireless | John W. Linville | 2011-09-20 | 1 | -0/+12 |
|\ |
|
| * | bcma: add uevent to the bus, to autoload drivers | David Woodhouse | 2011-08-22 | 1 | -0/+12 |
* | | bcma: cc: export more control functions | Rafał Miłecki | 2011-09-19 | 1 | -9/+29 |
* | | bcma: extract some basic info about board from SPROM | Rafał Miłecki | 2011-09-13 | 1 | -0/+9 |
* | | bcma: signedness bug in bcma_get_next_core() | Dan Carpenter | 2011-08-24 | 1 | -1/+1 |
* | | bcma: implement BCM4331 workaround for external PA lines | Rafał Miłecki | 2011-08-22 | 2 | -1/+25 |
* | | bcma: use boardflags define from ssb code | Rafał Miłecki | 2011-08-09 | 1 | -1/+1 |
* | | bcma: get CPU clock | Hauke Mehrtens | 2011-08-08 | 3 | -0/+120 |
* | | bcma: add serial console support | Hauke Mehrtens | 2011-08-08 | 4 | -0/+83 |
* | | bcma: add mips driver | Hauke Mehrtens | 2011-08-08 | 4 | -0/+268 |
* | | bcma: add SOC bus | Hauke Mehrtens | 2011-08-08 | 7 | -7/+243 |
* | | bcma: add functions to scan cores needed on SoCs | Hauke Mehrtens | 2011-08-08 | 5 | -6/+152 |
* | | bcma: move initializing of struct bcma_bus to own function. | Hauke Mehrtens | 2011-08-08 | 1 | -6/+11 |
* | | bcma: move parsing of EEPROM into own function. | Hauke Mehrtens | 2011-08-08 | 1 | -112/+118 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-07-25 | 3 | -3/+3 |
|\ |
|
| * | Update my e-mail address | Michael Büsch | 2011-07-07 | 3 | -3/+3 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-22 | 4 | -4/+98 |
|\ \ |
|
| * | | bcma: fix 'SSB_PCICORE_BFL_NOPCI' undeclared build breakage | John W. Linville | 2011-07-22 | 1 | -0/+2 |
| * | | bcma: inform drivers about translation bits needed for the core | Rafał Miłecki | 2011-07-22 | 1 | -0/+16 |