| Commit message (Expand) | Author | Age | Files | Lines |
* | bcma: fill core OF info independently of bus type | Rafał Miłecki | 2017-03-20 | 1 | -2/+2 |
* | bcma: use helper function to set core dev's parent | Rafał Miłecki | 2017-03-20 | 1 | -2/+1 |
* | bcma: drop unneeded check for CONFIG_OF_IRQ | Rafał Miłecki | 2017-03-20 | 1 | -3/+0 |
* | bcma: gpio: set of_node regardless of the host type | Rafał Miłecki | 2017-03-08 | 1 | -2/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-02 | 3 | -8/+9 |
|\ |
|
| * | Revert "bcma: init serial console directly from ChipCommon code" | Rafał Miłecki | 2017-01-17 | 3 | -8/+9 |
* | | bcma: make OF code more generic (not platform_device specific) | Rafał Miłecki | 2017-01-31 | 1 | -10/+11 |
* | | bcma: use (get|put)_device when probing/removing device driver | Rafał Miłecki | 2017-01-31 | 1 | -0/+4 |
|/ |
|
* | bcma: add Dell Inspiron 3148 | Jiri Slaby | 2016-11-29 | 1 | -0/+1 |
* | bcma: use of_dma_configure() to set initial dma mask | Arnd Bergmann | 2016-09-09 | 1 | -2/+4 |
* | bcma: support BCM53573 series of wireless SoCs | Rafał Miłecki | 2016-09-03 | 1 | -3/+29 |
* | Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.or... | David S. Miller | 2016-07-25 | 3 | -6/+15 |
|\ |
|
| * | bcma: define ChipCommon B MII registers | Rafał Miłecki | 2016-07-19 | 1 | -4/+5 |
| * | bcma: allow enabling serial flash support on non-MIPS SoCs | Rafał Miłecki | 2016-07-18 | 1 | -2/+9 |
| * | bcma: add PCI ID for Foxconn's BCM43142 device | Rafał Miłecki | 2016-07-18 | 1 | -0/+1 |
* | | x86/quirks: Add early quirk to reset Apple AirPort card | Lukas Wunner | 2016-07-10 | 1 | -2/+0 |
|/ |
|
* | Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-05-24 | 1 | -1/+0 |
|\ |
|
| * | mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR() | Brian Norris | 2016-04-04 | 1 | -1/+0 |
* | | bcma: fix building without OF_IRQ | Arnd Bergmann | 2016-03-23 | 1 | -13/+4 |
|/ |
|
* | bcma: move flash detection code to ChipCommon core driver | Rafał Miłecki | 2016-03-07 | 2 | -25/+32 |
* | bcma: move parallel flash support to separated file | Rafał Miłecki | 2016-03-07 | 6 | -38/+72 |
* | bcma: drop unneeded fields from bcma_pflash struct | Rafał Miłecki | 2016-03-07 | 1 | -7/+4 |
* | Merge tag 'wireless-drivers-next-for-davem-2016-02-12' of git://git.kernel.or... | David S. Miller | 2016-02-16 | 8 | -51/+72 |
|\ |
|
| * | bcma: claim only 14e4:4365 PCI Dell card with SoftMAC BCM43142 | Rafał Miłecki | 2016-02-06 | 1 | -1/+1 |
| * | bcma: add support for BCM47094 | Rafał Miłecki | 2016-02-06 | 2 | -0/+2 |
| * | bcma: init serial console directly from ChipCommon code | Rafał Miłecki | 2016-02-06 | 3 | -7/+10 |
| * | bcma: support PMU present as separated bus core | Rafał Miłecki | 2016-02-06 | 2 | -43/+53 |
| * | bcma: use _PMU_ in all names of PMU registers | Rafał Miłecki | 2016-02-06 | 1 | -23/+23 |
| * | bcma: support chipsets with PMU and GCI cores (devices) | Rafał Miłecki | 2016-02-06 | 1 | -0/+2 |
| * | bcma: identify bus cores (devices) found on BCM47189 | Rafał Miłecki | 2016-02-06 | 1 | -0/+3 |
| * | bcma: support identifying MX25L25635F serial flash | Rafał Miłecki | 2016-02-06 | 1 | -0/+1 |
* | | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-01-17 | 1 | -15/+10 |
|\ \
| |/
|/| |
|
| * | bcma: gpio: use gpiochip data pointer | Linus Walleij | 2016-01-07 | 1 | -14/+9 |
| * | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -1/+1 |
* | | bcma: use module_init for the main part of bus initialization | Rafał Miłecki | 2015-12-31 | 1 | -2/+27 |
|/ |
|
* | bcma: add support for population subnodes also when build as module | Hauke Mehrtens | 2015-09-29 | 1 | -7/+2 |
* | bcma: switch GPIO portions to use GPIOLIB_IRQCHIP | Linus Walleij | 2015-08-18 | 2 | -63/+31 |
* | bcma: fix access to host_pdev for PCIe devices | Hauke Mehrtens | 2015-08-10 | 2 | -3/+28 |
* | bcma: fix build error when build as module | Hauke Mehrtens | 2015-07-26 | 1 | -1/+5 |
* | bcma: populate bus DT subnodes as platform_device-s | Rafał Miłecki | 2015-07-21 | 1 | -0/+8 |
* | bcma: lower dependency of BCMA_DRIVER_PCI_HOSTMODE | Rafał Miłecki | 2015-06-08 | 1 | -6/+6 |
* | bcma: enable 32 GPIO pins for BCM4707 | Felix Fietkau | 2015-05-09 | 1 | -0/+1 |
* | bcma: use absolute base for SoC GPIO pins | Felix Fietkau | 2015-05-09 | 1 | -9/+10 |
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-04-17 | 1 | -1/+1 |
|\ |
|
| * | MIPS: BCM47xx: Move NVRAM header to the include/linux/. | Rafał Miłecki | 2015-04-01 | 1 | -1/+1 |
* | | bcma: gpio: use predictable base for all BCM47XX buses | Rafał Miłecki | 2015-03-20 | 1 | -8/+15 |
* | | Revert "bcma: Kconfig: Let it depend on PCI" | Rafał Miłecki | 2015-03-13 | 1 | -1/+1 |
* | | bcma: allow disabling (not building) PCI driver | Rafał Miłecki | 2015-03-13 | 2 | -2/+22 |
* | | bcma: move PCI IRQ control function to host specific code | Rafał Miłecki | 2015-03-13 | 2 | -33/+34 |
* | | bcma: prepare Kconfig symbol for PCI driver | Rafał Miłecki | 2015-03-05 | 2 | -2/+19 |