| Commit message (Expand) | Author | Age | Files | Lines |
* | bcma: implement host code support for PCIe Gen 2 devices | Rafał Miłecki | 2015-01-29 | 1 | -2/+4 |
* | bcma: add early_init function for PCIe core and move some fix into it | Rafał Miłecki | 2015-01-29 | 2 | -22/+51 |
* | bcma: add empty PCIe hostmode functions if support is disabled | Rafał Miłecki | 2015-01-29 | 2 | -2/+8 |
* | bcma: detect SPROM revision 11 | Rafał Miłecki | 2015-01-29 | 1 | -1/+2 |
* | bcma: simplify freeing cores (internal devices structs) | Rafał Miłecki | 2015-01-29 | 1 | -11/+9 |
* | bcma: fix watchdog on some ARM chipsets | Rafał Miłecki | 2015-01-29 | 1 | -3/+7 |
* | bcma: use standard bus scanning during early register | Rafał Miłecki | 2015-01-23 | 4 | -89/+15 |
* | bcma: clean bus initialization code | Rafał Miłecki | 2015-01-23 | 3 | -9/+15 |
* | bcma: fix three coding style issues, more than 80 characters per line | Oscar Forner Martinez | 2015-01-15 | 1 | -3/+7 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-12-11 | 1 | -2/+11 |
|\ |
|
| * | MIPS: BCM47XX: Make bcma init NVRAM instead of bcm47xx polling it | Rafał Miłecki | 2014-11-24 | 1 | -2/+11 |
* | | Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o... | John W. Linville | 2014-11-19 | 2 | -3/+4 |
|\ \
| |/ |
|
| * | bcma: add another PCI ID of device with BCM43228 | Rafał Miłecki | 2014-10-23 | 1 | -2/+3 |
| * | bcma: fix build when CONFIG_OF_ADDRESS is not set | Hauke Mehrtens | 2014-10-23 | 1 | -1/+1 |
* | | bcma: get IRQ numbers from dt | Hauke Mehrtens | 2014-11-11 | 1 | -1/+51 |
* | | bcma: make it possible to specify a IRQ num in bcma_core_irq() | Hauke Mehrtens | 2014-11-11 | 5 | -14/+29 |
* | | bcma: fill core details for every device | Rafał Miłecki | 2014-10-27 | 3 | -3/+8 |
|/ |
|
* | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-10-09 | 1 | -1/+2 |
|\ |
|
| * | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 2014-09-18 | 1 | -1/+2 |
* | | bcma: use chipcommon node from DT for SoC GPIO chip | Rafał Miłecki | 2014-09-30 | 1 | -0/+4 |
* | | bcma: register bcma as device tree driver | Hauke Mehrtens | 2014-09-30 | 3 | -1/+146 |
* | | bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch only | Rafał Miłecki | 2014-09-26 | 1 | -2/+2 |
* | | bcma: print chip ID in a more user-friendly form | Rafał Miłecki | 2014-09-26 | 1 | -2/+6 |
* | | bcma: add support for chipcommon B core | Hauke Mehrtens | 2014-09-09 | 5 | -0/+77 |
* | | bcma: store more alternative addresses | Hauke Mehrtens | 2014-09-09 | 1 | -4/+5 |
* | | bcma: register NAND and QSPI cores early | Rafał Miłecki | 2014-09-09 | 1 | -0/+21 |
* | | bcma: move code for core registration into separate function | Rafał Miłecki | 2014-09-09 | 1 | -31/+36 |
* | | bcma: use separated function to initialize bus on SoC | Rafał Miłecki | 2014-09-09 | 1 | -2/+9 |
* | | bcma: move bus struct setup into early part of host specific code | Rafał Miłecki | 2014-09-09 | 4 | -9/+6 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-09-08 | 1 | -0/+1 |
|\ \ |
|
| * | | bcma: add PCI ID for spromless BCM43217 | Hauke Mehrtens | 2014-08-25 | 1 | -0/+1 |
| |/ |
|
* | | bcma: get info about flash type SoC booted from | Rafał Miłecki | 2014-09-04 | 1 | -0/+62 |
* | | bcma: only map wrapper if its address is available | Hauke Mehrtens | 2014-08-28 | 2 | -4/+11 |
|/ |
|
* | bcma: use NS prefix for names of Northstar specific cores | Rafał Miłecki | 2014-07-31 | 1 | -11/+11 |
* | bcma: add support for BCM43131 that was found in Tenda W311E | Rafał Miłecki | 2014-07-29 | 3 | -0/+3 |
* | bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9) | Rafał Miłecki | 2014-07-18 | 3 | -0/+3 |
* | bcma: extract antenna gains from SPROM correctly | Rafał Miłecki | 2014-07-18 | 1 | -8/+33 |
* | bcma: add driver for PCIe Gen 2 core | Rafał Miłecki | 2014-07-07 | 3 | -0/+184 |
* | bcma: gpio: register all 32 GPIOs on BCM53572 | Rafał Miłecki | 2014-06-19 | 1 | -0/+1 |
* | bcma: gpio: register 32 GPIOs on BCM5357 | Rafał Miłecki | 2014-03-27 | 1 | -1/+8 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-01-30 | 2 | -2/+136 |
|\ |
|
| * | bcma: gpio: don't cast u32 to unsigned long | Rafał Miłecki | 2014-01-24 | 1 | -2/+2 |
| * | bcma: prevent irq handler from firing when registered | Hauke Mehrtens | 2014-01-24 | 1 | -0/+3 |
| * | bcma: gpio: add own IRQ domain | Rafał Miłecki | 2014-01-23 | 2 | -2/+133 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-01-10 | 1 | -3/+3 |
|\ \ |
|
| * | | bcma: fix sparse warnings in driver_chipcommon_sflash.c | Hauke Mehrtens | 2014-01-03 | 1 | -3/+3 |
* | | | bcma: export bcma_find_core_unit() | Hauke Mehrtens | 2014-01-04 | 2 | -14/+1 |
|/ / |
|
* | | bcma: add missing put_device call | Levente Kurusa | 2013-12-19 | 1 | -0/+1 |
* | | bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 2013-12-09 | 1 | -1/+1 |
* | | bcma: pci: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-12-05 | 1 | -1/+0 |
|/ |
|