aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bcma
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Merge tag 'wireless-drivers-next-for-davem-2019-02-06' of git://git.kernel.or...Gravatar David S. Miller 1-8/+3
2019-01-10bcma: keep a direct pointer to the struct deviceGravatar Rafał Miłecki 1-8/+3
2019-01-09MIPS: BCM47XX: Setup struct device for the SoCGravatar Rafał Miłecki 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 9-0/+9
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeGravatar Stephen Boyd 1-1/+1
2017-02-08mtd: bcm47xxsflash: use platform_(set|get)_drvdataGravatar Rafał Miłecki 1-3/+0
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-0/+4
2016-08-18net: bgmac: support Ethernet core on BCM53573 SoCsGravatar Rafał Miłecki 2-0/+4
2016-08-15USB: bcma: support old USB 2.0 controller on Northstar devicesGravatar Rafał Miłecki 1-0/+1
2016-07-25Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.or...Gravatar David S. Miller 1-0/+3
2016-07-19bcma: define ChipCommon B MII registersGravatar Rafał Miłecki 1-0/+3
2016-07-10x86/quirks: Add early quirk to reset Apple AirPort cardGravatar Lukas Wunner 1-0/+1
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+0
2016-04-30phy: bcm-ns-usb2: new driver for USB 2.0 PHY on NorthstarGravatar Rafał Miłecki 2-0/+16
2016-04-04mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Gravatar Brian Norris 1-1/+0
2016-03-07bcma: move parallel flash support to separated fileGravatar Rafał Miłecki 1-2/+6
2016-03-07bcma: drop unneeded fields from bcma_pflash structGravatar Rafał Miłecki 1-3/+0
2016-02-06bcma: add support for BCM47094Gravatar Rafał Miłecki 1-0/+1
2016-02-06bcma: support PMU present as separated bus coreGravatar Rafał Miłecki 1-0/+19
2016-02-06bcma: use _PMU_ in all names of PMU registersGravatar Rafał Miłecki 1-6/+6
2016-02-06bcma: identify bus cores (devices) found on BCM47189Gravatar Rafał Miłecki 1-0/+2
2015-12-14mtd: bcm47xxnflash: really unregister NAND on device removalGravatar Brian Norris 1-4/+2
2015-09-29brcmfmac: Add support for the BCM4365 and BCM4366 PCIE devices.Gravatar Hante Meuleman 1-0/+2
2015-08-18bcma: switch GPIO portions to use GPIOLIB_IRQCHIPGravatar Linus Walleij 1-1/+0
2015-06-08bcma: make calls to PCI hostmode functions config-safeGravatar Rafał Miłecki 1-0/+11
2015-05-26bcma: add module_bcma_driver()Gravatar Hauke Mehrtens 1-0/+9
2015-03-13bcma: allow disabling (not building) PCI driverGravatar Rafał Miłecki 1-0/+6
2015-03-13bcma: move PCI IRQ control function to host specific codeGravatar Rafał Miłecki 2-2/+9
2015-03-05bcma: move internal function declarations to private headerGravatar Rafał Miłecki 5-36/+0
2015-03-05bcma: make bcma_host_pci_(up|down) calls safe for every configGravatar Rafał Miłecki 1-0/+9
2015-03-02bcma: support bringing up bus hosted on PCIe Gen 2Gravatar Rafał Miłecki 1-0/+2
2015-03-02bcma: change IRQ control function to accept bus as an argumentGravatar Rafał Miłecki 1-1/+1
2015-03-02bcma: add helpers bringing PCIe hosted bus up / downGravatar Rafał Miłecki 2-2/+3
2015-01-29bcma: implement host code support for PCIe Gen 2 devicesGravatar Rafał Miłecki 2-0/+3
2015-01-29bcma: add early_init function for PCIe core and move some fix into itGravatar Rafał Miłecki 1-0/+2
2015-01-23bcma: use standard bus scanning during early registerGravatar Rafał Miłecki 1-2/+0
2014-11-11bcma: make it possible to specify a IRQ num in bcma_core_irq()Gravatar Hauke Mehrtens 2-2/+4
2014-09-30bcma: register bcma as device tree driverGravatar Hauke Mehrtens 1-0/+2
2014-09-09bcma: add support for chipcommon B coreGravatar Hauke Mehrtens 2-0/+9
2014-09-09bcma: store more alternative addressesGravatar Hauke Mehrtens 1-1/+1
2014-09-09bcma: use separated function to initialize bus on SoCGravatar Rafał Miłecki 1-0/+1
2014-09-09bcma: move bus struct setup into early part of host specific codeGravatar Rafał Miłecki 1-1/+0
2014-09-04bcma: get info about flash type SoC booted fromGravatar Rafał Miłecki 1-0/+5
2014-07-31bcma: use NS prefix for names of Northstar specific coresGravatar Rafał Miłecki 1-11/+11
2014-07-29b43: add support for BCM43131 chipset with N-PHY rev 17Gravatar Rafał Miłecki 1-0/+1
2014-07-18b43: use one shared function for setting MAC frequencyGravatar Rafał Miłecki 1-0/+1
2014-07-18bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)Gravatar Rafał Miłecki 1-0/+1
2014-07-07bcma: add driver for PCIe Gen 2 coreGravatar Rafał Miłecki 2-0/+160
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+1
2014-01-23bcma: gpio: add own IRQ domainGravatar Rafał Miłecki 1-0/+1