aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma
AgeCommit message (Expand)AuthorFilesLines
2024-02-06bcma: make bcma_bus_type constRicardo B. Marliere1-1/+1
2023-11-30bcma: Use PCI_HEADER_TYPE_MASK instead of literalIlpo Järvinen1-1/+1
2023-04-14bcma: Add explicit of_device.h includeRob Herring1-0/+1
2023-03-31bcma: remove unused mips_read32 functionTom Rix1-6/+0
2023-03-31bcma: Use of_address_to_resource()Rob Herring1-5/+5
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-3/+3
2022-11-04bcma: Fail probe if GPIO subdriver failsLinus Walleij1-1/+3
2022-10-28Kalle Valo says:Jakub Kicinski2-3/+7
2022-10-19bcma: gpio: Convert to immutable gpio irqchipLinus Walleij1-2/+6
2022-10-19bcma: support SPROM rev 11Linus Walleij1-1/+1
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-09-19bcma: gpio: Use generic_handle_irq_safe()Sebastian Andrzej Siewior1-1/+1
2022-09-07bcma: Fix typo in commentsShaomin Deng1-1/+1
2022-05-09bcma: gpio: Switch to use fwnode instead of of_nodeAndy Shevchenko1-3/+4
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+19
2022-03-10bcma: gpio: remove redundant re-assignment of chip->ownerColin Ian King1-1/+0
2022-02-21bcma: cleanup commentsTom Rix5-11/+11
2022-01-23mtd: rawnand: brcmnand: Add platform data structure for BCMAFlorian Fainelli1-1/+19
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+1
2021-10-12bcma: simplify reference to driver nameUwe Kleine-König1-5/+1
2021-10-05bcma: drop unneeded initialization valueSohaib Mohamed1-1/+1
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2
2021-08-29bcma: Drop the unused parameter of bcma_scan_read32()Zenghui Yu1-4/+3
2021-08-29bcma: Fix memory leak for internally-handled coresZenghui Yu1-3/+3
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-4/+2
2021-04-18bcma: remove unused functionJiapeng Chong1-7/+0
2020-10-01bcma: use semicolons rather than commas to separate statementsJulia Lawall1-2/+2
2020-08-02bcma: gpio: Use irqchip templateLinus Walleij1-12/+11
2020-08-02drivers: bcma: remove set but not used variable `addrh` and `sizeh`Zheng Yongjun1-5/+3
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig4-8/+8
2019-12-18bcma: remove set but not used variable 'sizel'yu kuai1-5/+2
2019-10-24bcma: fix block comment styleYadav Lamichhane1-8/+16
2019-09-13bcma: make arrays pwr_info_offset and sprom_sizes static const, shrinks objec...Colin Ian King1-4/+6
2019-09-03bcma: fix incorrect update of BCMA_CORE_PCI_MDIO_DATAColin Ian King1-2/+2
2019-09-03bcma: remove two unused variablesYueHaibing1-16/+0
2019-08-06bcma: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-01-10bcma: use dev_* printing functionsRafał Miłecki1-4/+4
2019-01-10bcma: keep a direct pointer to the struct deviceRafał Miłecki5-39/+15
2018-07-18bcma: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon1-1/+2
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-05-12bcma: fix buffer size caused crash in bcma_core_mips_print_irq()Rafał Miłecki1-1/+1
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-1/+1
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/gi...Linus 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.or...David 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.or...David 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.or...David 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/linu...Linus Torvalds1-15/+10
2016-01-07bcma: gpio: use gpiochip data pointerLinus Walleij1-14/+9
2015-12-31bcma: use module_init for the main part of bus initializationRafał Miłecki1-2/+27
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-09-29bcma: add support for population subnodes also when build as moduleHauke Mehrtens1-7/+2
2015-08-18bcma: switch GPIO portions to use GPIOLIB_IRQCHIPLinus Walleij2-63/+31
2015-08-10bcma: fix access to host_pdev for PCIe devicesHauke Mehrtens2-3/+28
2015-07-26bcma: fix build error when build as moduleHauke Mehrtens1-1/+5
2015-07-21bcma: populate bus DT subnodes as platform_device-sRafał Miłecki1-0/+8
2015-06-08bcma: lower dependency of BCMA_DRIVER_PCI_HOSTMODERafał Miłecki1-6/+6
2015-05-09bcma: enable 32 GPIO pins for BCM4707Felix Fietkau1-0/+1
2015-05-09bcma: use absolute base for SoC GPIO pinsFelix Fietkau1-9/+10
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki1-1/+1
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.o...John 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/lin...Linus 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/linvil...John 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
2014-07-07bcma: add driver for PCIe Gen 2 coreRafał Miłecki3-0/+184
2014-06-19bcma: gpio: register all 32 GPIOs on BCM53572Rafał Miłecki1-0/+1
2014-03-27bcma: gpio: register 32 GPIOs on BCM5357Rafał Miłecki1-1/+8
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+136
2014-01-24bcma: gpio: don't cast u32 to unsigned longRafał Miłecki1-2/+2
2014-01-24bcma: prevent irq handler from firing when registeredHauke Mehrtens1-0/+3
2014-01-23bcma: gpio: add own IRQ domainRafał Miłecki2-2/+133
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2014-01-04bcma: export bcma_find_core_unit()Hauke Mehrtens2-14/+1
2014-01-03bcma: fix sparse warnings in driver_chipcommon_sflash.cHauke Mehrtens1-3/+3
2013-12-19bcma: add missing put_device callLevente Kurusa1-0/+1
2013-12-09bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-12-05bcma: pci: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+6
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman1-23/+26
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+6
2013-10-16bcma: convert bus code to use dev_groupsGreg Kroah-Hartman1-7/+16
2013-10-10bcma: add PCI id 0x4313Hauke Mehrtens1-0/+1
2013-10-10bcma: reject PCI cards in bcma.Hauke Mehrtens1-2/+5
2013-09-26bcma: make bcma_core_pci_{up,down}() callable from atomic contextArend van Spriel1-23/+26
2013-09-09bcma: fix error code handling on 64 Bit systemsHauke Mehrtens1-5/+7
2013-08-26bcma: add bcma_core_pci_power_save()Hauke Mehrtens1-3/+33
2013-08-26bcma: do not export bcma_core_pci_extend_L1timer()Hauke Mehrtens1-2/+1
2013-08-26bcma: add method to power up and down the PCIe core by wifi driverHauke Mehrtens1-0/+26
2013-08-26bcma: change max PCI read request size to 128Hauke Mehrtens1-0/+6
2013-07-22bcma: fix handling of big addrlHauke Mehrtens1-8/+8
2013-07-22bcma: return correct error code when bus scan failedHauke Mehrtens1-1/+1
2013-07-22bcma: make it possible to select SoC support without mipsHauke Mehrtens1-2/+8
2013-07-22bcma: add some more core namesHauke Mehrtens1-0/+12
2013-06-27bcma: add support for BCM43142Rafał Miłecki6-2/+155
2013-06-17bcma: use const for serial flash hardware tableRafał Miłecki1-4/+4
2013-06-17bcma: update core (en|dis)abling functionsRafał Miłecki1-3/+25
2013-06-12bcma: activate PCI host option by defaultHauke Mehrtens1-0/+1
2013-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2013-05-22bcma: support SPROM rev 10Rafał Miłecki1-7/+9
2013-05-22bcma: prepare for supporting more SPROM sizesRafał Miłecki1-15/+20
2013-05-22bcma: don't hardcode SPROM lengthRafał Miłecki1-15/+15
2013-05-17bcma: add more core IDsRafał Miłecki1-0/+2
2013-05-09Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+1
2013-04-05bcma_mips: add a const qualifierArtem Bityutskiy1-1/+1
2013-03-27bcma: export some gpio functionsHauke Mehrtens1-0/+2
2013-03-27bcma: export bcma_chipco_get_alp_clock()Hauke Mehrtens1-1/+2
2013-03-27bcma: handle more devices in bcma_pmu_get_alp_clock()Hauke Mehrtens1-4/+20
2013-03-27bcma: use BCMA_CC_PMU_CTL_* constantsHauke Mehrtens1-5/+5
2013-03-27bcma: mark eromptr as __iomemHauke Mehrtens1-8/+8