Age | Commit message (Expand) | Author | Files | Lines |
2015-03-13 | bcma: allow disabling (not building) PCI driver | Rafał Miłecki | 1 | -0/+6 |
2015-03-13 | bcma: move PCI IRQ control function to host specific code | Rafał Miłecki | 2 | -2/+9 |
2015-03-05 | bcma: move internal function declarations to private header | Rafał Miłecki | 5 | -36/+0 |
2015-03-05 | bcma: make bcma_host_pci_(up|down) calls safe for every config | Rafał Miłecki | 1 | -0/+9 |
2015-03-02 | bcma: support bringing up bus hosted on PCIe Gen 2 | Rafał Miłecki | 1 | -0/+2 |
2015-03-02 | bcma: change IRQ control function to accept bus as an argument | Rafał Miłecki | 1 | -1/+1 |
2015-03-02 | bcma: add helpers bringing PCIe hosted bus up / down | Rafał Miłecki | 2 | -2/+3 |
2015-01-29 | bcma: implement host code support for PCIe Gen 2 devices | Rafał Miłecki | 2 | -0/+3 |
2015-01-29 | bcma: add early_init function for PCIe core and move some fix into it | Rafał Miłecki | 1 | -0/+2 |
2015-01-23 | bcma: use standard bus scanning during early register | Rafał Miłecki | 1 | -2/+0 |
2014-11-12 | bcma: make it possible to specify a IRQ num in bcma_core_irq() | Hauke Mehrtens | 2 | -2/+4 |
2014-09-30 | bcma: register bcma as device tree driver | Hauke Mehrtens | 1 | -0/+2 |
2014-09-09 | bcma: add support for chipcommon B core | Hauke Mehrtens | 2 | -0/+9 |
2014-09-09 | bcma: store more alternative addresses | Hauke Mehrtens | 1 | -1/+1 |
2014-09-09 | bcma: use separated function to initialize bus on SoC | Rafał Miłecki | 1 | -0/+1 |
2014-09-09 | bcma: move bus struct setup into early part of host specific code | Rafał Miłecki | 1 | -1/+0 |
2014-09-04 | bcma: get info about flash type SoC booted from | Rafał Miłecki | 1 | -0/+5 |
2014-07-31 | bcma: use NS prefix for names of Northstar specific cores | Rafał Miłecki | 1 | -11/+11 |
2014-07-29 | b43: add support for BCM43131 chipset with N-PHY rev 17 | Rafał Miłecki | 1 | -0/+1 |
2014-07-18 | b43: use one shared function for setting MAC frequency | Rafał Miłecki | 1 | -0/+1 |
2014-07-18 | bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9) | Rafał Miłecki | 1 | -0/+1 |
2014-07-08 | bcma: add driver for PCIe Gen 2 core | Rafał Miłecki | 2 | -0/+160 |
2014-01-31 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -0/+1 |
2014-01-23 | bcma: gpio: add own IRQ domain | Rafał Miłecki | 1 | -0/+1 |
2014-01-05 | bcma: export bcma_find_core_unit() | Hauke Mehrtens | 1 | -1/+8 |
2013-09-26 | bcma: make bcma_core_pci_{up,down}() callable from atomic context | Arend van Spriel | 1 | -0/+1 |
2013-08-26 | bcma: add bcma_core_pci_power_save() | Hauke Mehrtens | 1 | -0/+20 |
2013-08-26 | bcma: do not export bcma_core_pci_extend_L1timer() | Hauke Mehrtens | 1 | -1/+0 |
2013-08-26 | bcma: add method to power up and down the PCIe core by wifi driver | Hauke Mehrtens | 1 | -0/+3 |
2013-07-23 | bcma: add constants for new ARM based SoCs | Hauke Mehrtens | 1 | -0/+5 |
2013-07-23 | bcma: add some more core names | Hauke Mehrtens | 1 | -0/+12 |
2013-06-27 | bcma: add support for BCM43142 | Rafał Miłecki | 2 | -0/+56 |
2013-05-17 | bcma: add more core IDs | Rafał Miłecki | 1 | -1/+4 |
2013-04-12 | brcmfmac: setup SDIO reset behavior | Piotr Haber | 1 | -0/+3 |
2013-04-12 | brcmfmac: add support for dongle ARM CR4 core | Franky Lin | 2 | -0/+2 |
2013-03-27 | bcma: export bcma_chipco_get_alp_clock() | Hauke Mehrtens | 1 | -0/+2 |
2013-03-27 | bcma: handle more devices in bcma_pmu_get_alp_clock() | Hauke Mehrtens | 1 | -0/+1 |
2013-03-26 | bcma: define board types | Rafał Miłecki | 1 | -0/+54 |
2013-03-03 | Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -0/+1 |
2013-02-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -3/+8 |
2013-02-04 | mtd: bcm47xxsflash: add own struct for abstrating bus type | Rafał Miłecki | 1 | -0/+1 |
2013-02-01 | bcma: cc: fix (and rename) define of NAND flash type | Rafał Miłecki | 1 | -1/+1 |
2013-01-31 | bcma: add gpio_to_irq | Hauke Mehrtens | 1 | -2/+7 |
2013-01-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -2/+4 |
2013-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |
2013-01-15 | bcma: fix bcm4716/bcm4748 i2s irqflag | Nathan Hintz | 1 | -0/+1 |
2013-01-11 | bcma: update pci configuration for bcm4706/bcm4716 | Nathan Hintz | 1 | -0/+2 |
2013-01-11 | bcma: return the mips irq number in bcma_core_irq | Nathan Hintz | 1 | -1/+1 |
2013-01-10 | bgmac: driver for GBit MAC core on BCMA bus | Rafał Miłecki | 1 | -0/+2 |
2013-01-08 | bcma: mips: remove assigned_irqs from structure | Hauke Mehrtens | 1 | -1/+0 |