aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20bcma: gpio: use predictable base for all BCM47XX busesRafał Miłecki1-8/+15
2015-03-13Revert "bcma: Kconfig: Let it depend on PCI"Rafał Miłecki1-1/+1
2015-03-13bcma: allow disabling (not building) PCI driverRafał Miłecki2-2/+22
2015-03-13bcma: move PCI IRQ control function to host specific codeRafał Miłecki2-33/+34
2015-03-05bcma: prepare Kconfig symbol for PCI driverRafał Miłecki2-2/+19
2015-03-05bcma: move internal function declarations to private headerRafał Miłecki1-0/+41
2015-03-05bcma: Kconfig: Let it depend on PCIChen Gang1-1/+1
2015-03-03bcma: gpio: enable GPIO IRQ domain on BCM5301XRafał Miłecki1-2/+2
2015-03-03bcma: add missing includesRafał Miłecki2-0/+2
2015-03-02bcma: enable support for PCIe Gen 2 host devicesRafał Miłecki3-2/+16
2015-03-02bcma: support bringing up bus hosted on PCIe Gen 2Rafał Miłecki3-3/+30
2015-03-02bcma: change IRQ control function to accept bus as an argumentRafał Miłecki1-3/+3
2015-03-02bcma: add helpers bringing PCIe hosted bus up / downRafał Miłecki3-18/+32
2015-01-29bcma: implement host code support for PCIe Gen 2 devicesRafał Miłecki1-2/+4
2015-01-29bcma: add early_init function for PCIe core and move some fix into itRafał Miłecki2-22/+51
2015-01-29bcma: add empty PCIe hostmode functions if support is disabledRafał Miłecki2-2/+8
2015-01-29bcma: detect SPROM revision 11Rafał Miłecki1-1/+2
2015-01-29bcma: simplify freeing cores (internal devices structs)Rafał Miłecki1-11/+9
2015-01-29bcma: fix watchdog on some ARM chipsetsRafał Miłecki1-3/+7
2015-01-23bcma: use standard bus scanning during early registerRafał Miłecki4-89/+15
2015-01-23bcma: clean bus initialization codeRafał Miłecki3-9/+15
2015-01-15bcma: fix three coding style issues, more than 80 characters per lineOscar Forner Martinez1-3/+7
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+11
2014-11-24MIPS: BCM47XX: Make bcma init NVRAM instead of bcm47xx polling itRafał Miłecki1-2/+11
2014-11-19Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-3/+4
2014-11-11bcma: get IRQ numbers from dtHauke Mehrtens1-1/+51
2014-11-11bcma: make it possible to specify a IRQ num in bcma_core_irq()Hauke Mehrtens5-14/+29
2014-10-27bcma: fill core details for every deviceRafał Miłecki3-3/+8
2014-10-23bcma: add another PCI ID of device with BCM43228Rafał Miłecki1-2/+3
2014-10-23bcma: fix build when CONFIG_OF_ADDRESS is not setHauke Mehrtens1-1/+1
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+2
2014-09-30bcma: use chipcommon node from DT for SoC GPIO chipRafał Miłecki1-0/+4
2014-09-30bcma: register bcma as device tree driverHauke Mehrtens3-1/+146
2014-09-26bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch onlyRafał Miłecki1-2/+2
2014-09-26bcma: print chip ID in a more user-friendly formRafał Miłecki1-2/+6
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-1/+2
2014-09-09bcma: add support for chipcommon B coreHauke Mehrtens5-0/+77
2014-09-09bcma: store more alternative addressesHauke Mehrtens1-4/+5
2014-09-09bcma: register NAND and QSPI cores earlyRafał Miłecki1-0/+21
2014-09-09bcma: move code for core registration into separate functionRafał Miłecki1-31/+36
2014-09-09bcma: use separated function to initialize bus on SoCRafał Miłecki1-2/+9
2014-09-09bcma: move bus struct setup into early part of host specific codeRafał Miłecki4-9/+6
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+1
2014-09-04bcma: get info about flash type SoC booted fromRafał Miłecki1-0/+62
2014-08-28bcma: only map wrapper if its address is availableHauke Mehrtens2-4/+11
2014-08-25bcma: add PCI ID for spromless BCM43217Hauke Mehrtens1-0/+1
2014-07-31bcma: use NS prefix for names of Northstar specific coresRafał Miłecki1-11/+11
2014-07-29bcma: add support for BCM43131 that was found in Tenda W311ERafał Miłecki3-0/+3
2014-07-18bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)Rafał Miłecki3-0/+3
2014-07-18bcma: extract antenna gains from SPROM correctlyRafał Miłecki1-8/+33