| Commit message (Expand) | Author | Age | Files | Lines |
* | bcma: use dev_* printing functions | Rafał Miłecki | 2019-01-10 | 1 | -4/+4 |
* | bcma: keep a direct pointer to the struct device | Rafał Miłecki | 2019-01-10 | 1 | -1/+0 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | Revert "bcma: init serial console directly from ChipCommon code" | Rafał Miłecki | 2017-01-17 | 1 | -0/+3 |
* | x86/quirks: Add early quirk to reset Apple AirPort card | Lukas Wunner | 2016-07-10 | 1 | -2/+0 |
* | bcma: move parallel flash support to separated file | Rafał Miłecki | 2016-03-07 | 1 | -3/+15 |
* | bcma: init serial console directly from ChipCommon code | Rafał Miłecki | 2016-02-06 | 1 | -1/+0 |
* | bcma: fix access to host_pdev for PCIe devices | Hauke Mehrtens | 2015-08-10 | 1 | -0/+1 |
* | bcma: allow disabling (not building) PCI driver | Rafał Miłecki | 2015-03-13 | 1 | -0/+20 |
* | bcma: move internal function declarations to private header | Rafał Miłecki | 2015-03-05 | 1 | -0/+41 |
* | bcma: enable support for PCIe Gen 2 host devices | Rafał Miłecki | 2015-03-02 | 1 | -0/+1 |
* | bcma: support bringing up bus hosted on PCIe Gen 2 | Rafał Miłecki | 2015-03-02 | 1 | -0/+3 |
* | bcma: add helpers bringing PCIe hosted bus up / down | Rafał Miłecki | 2015-03-02 | 1 | -0/+2 |
* | bcma: add empty PCIe hostmode functions if support is disabled | Rafał Miłecki | 2015-01-29 | 1 | -0/+8 |
* | bcma: use standard bus scanning during early register | Rafał Miłecki | 2015-01-23 | 1 | -6/+1 |
* | bcma: clean bus initialization code | Rafał Miłecki | 2015-01-23 | 1 | -1/+2 |
* | bcma: fill core details for every device | Rafał Miłecki | 2014-10-27 | 1 | -0/+1 |
* | bcma: register bcma as device tree driver | Hauke Mehrtens | 2014-09-30 | 1 | -0/+14 |
* | bcma: add support for chipcommon B core | Hauke Mehrtens | 2014-09-09 | 1 | -0/+4 |
* | bcma: export bcma_find_core_unit() | Hauke Mehrtens | 2014-01-05 | 1 | -2/+0 |
* | bcma: add support for BCM43142 | Rafał Miłecki | 2013-06-27 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-02-09 | 1 | -0/+5 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-06 | 1 | -0/+5 |
| |\ |
|
| | * | bcma: unregister gpios before unloading bcma | Hauke Mehrtens | 2013-02-04 | 1 | -0/+5 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-08 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | bcma: register platform device for parallel flash | Rafał Miłecki | 2013-01-30 | 1 | -0/+1 |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-01-28 | 1 | -0/+2 |
|\| | |
| |/ /
|/| | |
|
| * | | bcma: make bcma_find_core_unit() accessible | Hauke Mehrtens | 2013-01-07 | 1 | -0/+2 |
| |/ |
|
* / | Drivers: bcma: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-12-14 | 1 | -0/+10 |
|\ |
|
| * | bcma: add GPIO driver | Hauke Mehrtens | 2012-11-21 | 1 | -0/+10 |
* | | bcma: unify naming schema for clock functions | Rafał Miłecki | 2012-12-10 | 1 | -2/+2 |
* | | bcma: register watchdog driver | Hauke Mehrtens | 2012-12-06 | 1 | -0/+2 |
|/ |
|
* | bcma: detect and register NAND flash device | Rafał Miłecki | 2012-08-21 | 1 | -0/+1 |
* | bcma: detect and register serial flash device | Rafał Miłecki | 2012-08-21 | 1 | -0/+1 |
* | bcma: add place for flash memory support | Rafał Miłecki | 2012-07-17 | 1 | -0/+22 |
* | bcma: use custom printing functions | Rafał Miłecki | 2012-07-09 | 1 | -0/+9 |
* | bcma: add PCIe host controller | Hauke Mehrtens | 2012-02-06 | 1 | -0/+1 |
* | bcma: make some functions __devinit | Hauke Mehrtens | 2012-02-06 | 1 | -2/+2 |
* | bcma: export bcma_pcie_read() | Hauke Mehrtens | 2012-02-06 | 1 | -0/+3 |
* | bcma: add stub for bcma_bus_suspend() | Linus Torvalds | 2012-01-17 | 1 | -0/+1 |
* | bcma: support for suspend and resume | Rafał Miłecki | 2011-12-13 | 1 | -0/+3 |
* | bcma: get CPU clock | Hauke Mehrtens | 2011-08-08 | 1 | -0/+1 |
* | bcma: add serial console support | Hauke Mehrtens | 2011-08-08 | 1 | -0/+8 |
* | bcma: add functions to scan cores needed on SoCs | Hauke Mehrtens | 2011-08-08 | 1 | -0/+7 |
* | bcma: detect PCI core working in hostmode | Rafał Miłecki | 2011-07-07 | 1 | -0/+4 |
* | bcma: clean exports of functions | Rafał Miłecki | 2011-06-20 | 1 | -2/+2 |
* | bcma: read SPROM and extract MAC from it | Rafał Miłecki | 2011-06-03 | 1 | -0/+3 |
* | bcma: add Broadcom specific AMBA bus driver | Rafał Miłecki | 2011-05-10 | 1 | -0/+28 |