aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-13bcma: Prevent build of PCI host features in moduleMatt Redfearn1-1/+1
2018-02-28bcma: add HP Stream NotebookDenis 'GNUtoo' Carikli1-0/+1
2018-02-27bcma: Replace mdelay with usleep_range in bcma_pmu_resources_initJia-Ju Bai1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-16bcma: Fix 'allmodconfig' and BCMA builds on MIPS targetsGuenter Roeck1-1/+1
2017-12-07bcma: Adjust block commentAshish Kalra1-1/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-13/+17
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-4/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-27bcma: Use bcma_debug and not pr_cont in MIPS driverJoe Perches1-4/+7
2017-10-17bcma: use bcma_debug and pr_cont in MIPS driverRafał Miłecki1-3/+4
2017-10-13bcma: keep *config menu togetherRandy Dunlap1-9/+9
2017-08-08bcma: make BCMA a menuconfig to ease disabling it allVincent Legoll1-7/+2
2017-07-27bcma: gpio: Correct number of GPIOs for BCM53573Florian Fainelli1-0/+1
2017-03-20bcma: fill core OF info independently of bus typeRafał Miłecki1-2/+2
2017-03-20bcma: use helper function to set core dev's parentRafał Miłecki1-2/+1
2017-03-20bcma: drop unneeded check for CONFIG_OF_IRQRafał Miłecki1-3/+0
2017-03-08bcma: gpio: set of_node regardless of the host typeRafał Miłecki1-2/+1
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+9
2017-01-31bcma: make OF code more generic (not platform_device specific)Rafał Miłecki1-10/+11
2017-01-31bcma: use (get|put)_device when probing/removing device driverRafał Miłecki1-0/+4
2017-01-17Revert "bcma: init serial console directly from ChipCommon code"Rafał Miłecki3-8/+9
2016-11-29bcma: add Dell Inspiron 3148Jiri Slaby1-0/+1
2016-09-09bcma: use of_dma_configure() to set initial dma maskArnd Bergmann1-2/+4
2016-09-03bcma: support BCM53573 series of wireless SoCsRafał Miłecki1-3/+29
2016-07-25Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-6/+15
2016-07-19bcma: define ChipCommon B MII registersRafał Miłecki1-4/+5
2016-07-18bcma: allow enabling serial flash support on non-MIPS SoCsRafał Miłecki1-2/+9
2016-07-18bcma: add PCI ID for Foxconn's BCM43142 deviceRafał Miłecki1-0/+1
2016-07-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-2/+0
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2016-04-04mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Brian Norris1-1/+0
2016-03-23bcma: fix building without OF_IRQArnd Bergmann1-13/+4
2016-03-07bcma: move flash detection code to ChipCommon core driverRafał Miłecki2-25/+32
2016-03-07bcma: move parallel flash support to separated fileRafał Miłecki6-38/+72
2016-03-07bcma: drop unneeded fields from bcma_pflash structRafał Miłecki1-7/+4
2016-02-16Merge tag 'wireless-drivers-next-for-davem-2016-02-12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller8-51/+72
2016-02-06bcma: claim only 14e4:4365 PCI Dell card with SoftMAC BCM43142Rafał Miłecki1-1/+1
2016-02-06bcma: add support for BCM47094Rafał Miłecki2-0/+2
2016-02-06bcma: init serial console directly from ChipCommon codeRafał Miłecki3-7/+10
2016-02-06bcma: support PMU present as separated bus coreRafał Miłecki2-43/+53
2016-02-06bcma: use _PMU_ in all names of PMU registersRafał Miłecki1-23/+23
2016-02-06bcma: support chipsets with PMU and GCI cores (devices)Rafał Miłecki1-0/+2
2016-02-06bcma: identify bus cores (devices) found on BCM47189Rafał Miłecki1-0/+3
2016-02-06bcma: support identifying MX25L25635F serial flashRafał Miłecki1-0/+1
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-15/+10
2016-01-07bcma: gpio: use gpiochip data pointerLinus Walleij1-14/+9