aboutsummaryrefslogtreecommitdiff
path: root/drivers/bcma
AgeCommit message (Expand)AuthorFilesLines
2019-09-13bcma: make arrays pwr_info_offset and sprom_sizes static const, shrinks objec...Gravatar Colin Ian King 1-4/+6
2019-09-03bcma: fix incorrect update of BCMA_CORE_PCI_MDIO_DATAGravatar Colin Ian King 1-2/+2
2019-09-03bcma: remove two unused variablesGravatar YueHaibing 1-16/+0
2019-08-06bcma: Use dev_get_drvdataGravatar Chuhong Yuan 1-4/+2
2019-01-10bcma: use dev_* printing functionsGravatar Rafał Miłecki 1-4/+4
2019-01-10bcma: keep a direct pointer to the struct deviceGravatar Rafał Miłecki 5-39/+15
2018-07-18bcma: Allow selection of this driver when COMPILE_TEST=yGravatar Boris Brezillon 1-1/+2
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2018-05-12bcma: fix buffer size caused crash in bcma_core_mips_print_irq()Gravatar Rafał Miłecki 1-1/+1
2018-05-03drivers: remove force dma flag from busesGravatar Christoph Hellwig 1-1/+1
2018-03-13bcma: Prevent build of PCI host features in moduleGravatar Matt Redfearn 1-1/+1
2018-02-28bcma: add HP Stream NotebookGravatar Denis 'GNUtoo' Carikli 1-0/+1
2018-02-27bcma: Replace mdelay with usleep_range in bcma_pmu_resources_initGravatar Jia-Ju Bai 1-1/+1
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-01-16bcma: Fix 'allmodconfig' and BCMA builds on MIPS targetsGravatar Guenter Roeck 1-1/+1
2017-12-07bcma: Adjust block commentGravatar Ashish Kalra 1-1/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-13/+17
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipGravatar Thierry Reding 1-1/+1
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...Gravatar David S. Miller 1-4/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-27bcma: Use bcma_debug and not pr_cont in MIPS driverGravatar Joe Perches 1-4/+7
2017-10-17bcma: use bcma_debug and pr_cont in MIPS driverGravatar Rafał Miłecki 1-3/+4
2017-10-13bcma: keep *config menu togetherGravatar Randy Dunlap 1-9/+9
2017-08-08bcma: make BCMA a menuconfig to ease disabling it allGravatar Vincent Legoll 1-7/+2
2017-07-27bcma: gpio: Correct number of GPIOs for BCM53573Gravatar Florian Fainelli 1-0/+1
2017-03-20bcma: fill core OF info independently of bus typeGravatar Rafał Miłecki 1-2/+2
2017-03-20bcma: use helper function to set core dev's parentGravatar Rafał Miłecki 1-2/+1
2017-03-20bcma: drop unneeded check for CONFIG_OF_IRQGravatar Rafał Miłecki 1-3/+0
2017-03-08bcma: gpio: set of_node regardless of the host typeGravatar Rafał Miłecki 1-2/+1
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-8/+9
2017-01-31bcma: make OF code more generic (not platform_device specific)Gravatar Rafał Miłecki 1-10/+11
2017-01-31bcma: use (get|put)_device when probing/removing device driverGravatar Rafał Miłecki 1-0/+4
2017-01-17Revert "bcma: init serial console directly from ChipCommon code"Gravatar Rafał Miłecki 3-8/+9
2016-11-29bcma: add Dell Inspiron 3148Gravatar Jiri Slaby 1-0/+1
2016-09-09bcma: use of_dma_configure() to set initial dma maskGravatar Arnd Bergmann 1-2/+4
2016-09-03bcma: support BCM53573 series of wireless SoCsGravatar Rafał Miłecki 1-3/+29
2016-07-25Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.or...Gravatar David S. Miller 3-6/+15
2016-07-19bcma: define ChipCommon B MII registersGravatar Rafał Miłecki 1-4/+5
2016-07-18bcma: allow enabling serial flash support on non-MIPS SoCsGravatar Rafał Miłecki 1-2/+9
2016-07-18bcma: add PCI ID for Foxconn's BCM43142 deviceGravatar Rafał Miłecki 1-0/+1
2016-07-10x86/quirks: Add early quirk to reset Apple AirPort cardGravatar Lukas Wunner 1-2/+0
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+0
2016-04-04mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR()Gravatar Brian Norris 1-1/+0
2016-03-23bcma: fix building without OF_IRQGravatar Arnd Bergmann 1-13/+4
2016-03-07bcma: move flash detection code to ChipCommon core driverGravatar Rafał Miłecki 2-25/+32
2016-03-07bcma: move parallel flash support to separated fileGravatar Rafał Miłecki 6-38/+72
2016-03-07bcma: drop unneeded fields from bcma_pflash structGravatar Rafał Miłecki 1-7/+4
2016-02-16Merge tag 'wireless-drivers-next-for-davem-2016-02-12' of git://git.kernel.or...Gravatar David S. Miller 8-51/+72