| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | bcma: allow enabling PLL | Rafał Miłecki | 2011-07-19 | 1 | -0/+25 |
| * | | bcma: allow setting FAST clockmode for a core | Rafał Miłecki | 2011-07-19 | 1 | -0/+31 |
| * | | bcma: handle alternative SPROM location | Rafał Miłecki | 2011-07-19 | 1 | -3/+9 |
| * | | bcma: extract SPROM rev 9 the same way as rev 8 | Rafał Miłecki | 2011-07-18 | 1 | -1/+1 |
| * | | bcma: cc: set GPIOTIMER register | Rafał Miłecki | 2011-07-18 | 1 | -0/+14 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-15 | 2 | -1/+6 |
|\ \ \
| |/ / |
|
| * | | bcma: add check if sprom is available before accessing it. | Hauke Mehrtens | 2011-07-11 | 2 | -1/+6 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-07-08 | 5 | -1/+62 |
|\ \ \
| |/ / |
|
| * | | bcma: detect PCI core working in hostmode | Rafał Miłecki | 2011-07-07 | 5 | -1/+62 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-30 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | bcma: main.c needs to include <linux/slab.h> | Geert Uytterhoeven | 2011-06-27 | 1 | -0/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-24 | 6 | -6/+11 |
|\ \ \
| |/ / |
|
| * | | bcma: clean exports of functions | Rafał Miłecki | 2011-06-20 | 3 | -4/+3 |
| * | | bcma: fix BCM43224 rev 0 workaround | Rafał Miłecki | 2011-06-20 | 1 | -1/+1 |
| * | | bcma: enable support for 14e4:4357 (BCM43225) | Rafał Miłecki | 2011-06-20 | 2 | -0/+5 |
| * | | drivers: bcma: export bcma_core_disable() function | Arend van Spriel | 2011-06-10 | 1 | -1/+2 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-06-08 | 7 | -1/+255 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | bcma: read SPROM and extract MAC from it | Rafał Miłecki | 2011-06-03 | 4 | -1/+173 |
| * | bcma: host pci: implement block R/W operations | Rafał Miłecki | 2011-06-01 | 2 | -0/+57 |
| * | bcma: pci: implement interrupts control | Rafał Miłecki | 2011-06-01 | 1 | -0/+23 |
| * | bcma: add IRQ number and pointer to DMA dev | Rafał Miłecki | 2011-06-01 | 1 | -0/+2 |