| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 3 | -3/+3 |
| 2025-10-20 | bcma: don't register devices disabled in OF | Rafał Miłecki | 1 | -0/+6 |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-04-23 | bcma: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -3/+5 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-09-10 | PCI: Rename CRS Completion Status to RRS | Bjorn Helgaas | 1 | -5/+5 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2024-03-12 | bcma: convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2024-02-06 | bcma: make bcma_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-11-30 | bcma: Use PCI_HEADER_TYPE_MASK instead of literal | Ilpo Järvinen | 1 | -1/+1 |
| 2023-04-14 | bcma: Add explicit of_device.h include | Rob Herring | 1 | -0/+1 |
| 2023-03-31 | bcma: remove unused mips_read32 function | Tom Rix | 1 | -6/+0 |
| 2023-03-31 | bcma: Use of_address_to_resource() | Rob Herring | 1 | -5/+5 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2022-11-04 | bcma: Fail probe if GPIO subdriver fails | Linus Walleij | 1 | -1/+3 |
| 2022-10-28 | Kalle Valo says: | Jakub Kicinski | 2 | -3/+7 |
| 2022-10-19 | bcma: gpio: Convert to immutable gpio irqchip | Linus Walleij | 1 | -2/+6 |
| 2022-10-19 | bcma: support SPROM rev 11 | Linus Walleij | 1 | -1/+1 |
| 2022-10-12 | Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2022-09-19 | bcma: gpio: Use generic_handle_irq_safe() | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-09-07 | bcma: Fix typo in comments | Shaomin Deng | 1 | -1/+1 |
| 2022-05-09 | bcma: gpio: Switch to use fwnode instead of of_node | Andy Shevchenko | 1 | -3/+4 |
| 2022-03-25 | Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+19 |
| 2022-03-10 | bcma: gpio: remove redundant re-assignment of chip->owner | Colin Ian King | 1 | -1/+0 |
| 2022-02-21 | bcma: cleanup comments | Tom Rix | 5 | -11/+11 |
| 2022-01-23 | mtd: rawnand: brcmnand: Add platform data structure for BCMA | Florian Fainelli | 1 | -1/+19 |
| 2021-11-06 | Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+1 |
| 2021-10-12 | bcma: simplify reference to driver name | Uwe Kleine-König | 1 | -5/+1 |
| 2021-10-05 | bcma: drop unneeded initialization value | Sohaib Mohamed | 1 | -1/+1 |
| 2021-09-01 | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+2 |
| 2021-08-29 | bcma: Drop the unused parameter of bcma_scan_read32() | Zenghui Yu | 1 | -4/+3 |
| 2021-08-29 | bcma: Fix memory leak for internally-handled cores | Zenghui Yu | 1 | -3/+3 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -4/+2 |
| 2021-04-18 | bcma: remove unused function | Jiapeng Chong | 1 | -7/+0 |
| 2020-10-01 | bcma: use semicolons rather than commas to separate statements | Julia Lawall | 1 | -2/+2 |
| 2020-08-02 | bcma: gpio: Use irqchip template | Linus Walleij | 1 | -12/+11 |
| 2020-08-02 | drivers: bcma: remove set but not used variable `addrh` and `sizeh` | Zheng Yongjun | 1 | -5/+3 |
| 2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -5/+2 |
| 2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 4 | -8/+8 |
| 2019-12-18 | bcma: remove set but not used variable 'sizel' | yu kuai | 1 | -5/+2 |
| 2019-10-24 | bcma: fix block comment style | Yadav Lamichhane | 1 | -8/+16 |
| 2019-09-13 | bcma: make arrays pwr_info_offset and sprom_sizes static const, shrinks objec... | Colin Ian King | 1 | -4/+6 |
| 2019-09-03 | bcma: fix incorrect update of BCMA_CORE_PCI_MDIO_DATA | Colin Ian King | 1 | -2/+2 |
| 2019-09-03 | bcma: remove two unused variables | YueHaibing | 1 | -16/+0 |
| 2019-08-06 | bcma: Use dev_get_drvdata | Chuhong Yuan | 1 | -4/+2 |
| 2019-01-10 | bcma: use dev_* printing functions | Rafał Miłecki | 1 | -4/+4 |
| 2019-01-10 | bcma: keep a direct pointer to the struct device | Rafał Miłecki | 5 | -39/+15 |
| 2018-07-18 | bcma: Allow selection of this driver when COMPILE_TEST=y | Boris Brezillon | 1 | -1/+2 |
| 2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
| 2018-05-12 | bcma: fix buffer size caused crash in bcma_core_mips_print_irq() | Rafał Miłecki | 1 | -1/+1 |
| 2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -1/+1 |
| 2018-03-13 | bcma: Prevent build of PCI host features in module | Matt Redfearn | 1 | -1/+1 |
| 2018-02-28 | bcma: add HP Stream Notebook | Denis 'GNUtoo' Carikli | 1 | -0/+1 |
| 2018-02-27 | bcma: Replace mdelay with usleep_range in bcma_pmu_resources_init | Jia-Ju Bai | 1 | -1/+1 |
| 2018-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-01-16 | bcma: Fix 'allmodconfig' and BCMA builds on MIPS targets | Guenter Roeck | 1 | -1/+1 |
| 2017-12-07 | bcma: Adjust block comment | Ashish Kalra | 1 | -1/+2 |
| 2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -13/+17 |
| 2017-11-14 | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-11-04 | Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or... | David S. Miller | 1 | -4/+7 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -0/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
| 2017-10-27 | bcma: Use bcma_debug and not pr_cont in MIPS driver | Joe Perches | 1 | -4/+7 |
| 2017-10-17 | bcma: use bcma_debug and pr_cont in MIPS driver | Rafał Miłecki | 1 | -3/+4 |
| 2017-10-13 | bcma: keep *config menu together | Randy Dunlap | 1 | -9/+9 |
| 2017-08-08 | bcma: make BCMA a menuconfig to ease disabling it all | Vincent Legoll | 1 | -7/+2 |
| 2017-07-27 | bcma: gpio: Correct number of GPIOs for BCM53573 | Florian Fainelli | 1 | -0/+1 |
| 2017-03-20 | bcma: fill core OF info independently of bus type | Rafał Miłecki | 1 | -2/+2 |
| 2017-03-20 | bcma: use helper function to set core dev's parent | Rafał Miłecki | 1 | -2/+1 |
| 2017-03-20 | bcma: drop unneeded check for CONFIG_OF_IRQ | Rafał Miłecki | 1 | -3/+0 |
| 2017-03-08 | bcma: gpio: set of_node regardless of the host type | Rafał Miłecki | 1 | -2/+1 |
| 2017-02-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -8/+9 |
| 2017-01-31 | bcma: make OF code more generic (not platform_device specific) | Rafał Miłecki | 1 | -10/+11 |
| 2017-01-31 | bcma: use (get|put)_device when probing/removing device driver | Rafał Miłecki | 1 | -0/+4 |
| 2017-01-17 | Revert "bcma: init serial console directly from ChipCommon code" | Rafał Miłecki | 3 | -8/+9 |
| 2016-11-29 | bcma: add Dell Inspiron 3148 | Jiri Slaby | 1 | -0/+1 |
| 2016-09-09 | bcma: use of_dma_configure() to set initial dma mask | Arnd Bergmann | 1 | -2/+4 |
| 2016-09-03 | bcma: support BCM53573 series of wireless SoCs | Rafał Miłecki | 1 | -3/+29 |
| 2016-07-25 | Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.or... | David S. Miller | 3 | -6/+15 |
| 2016-07-19 | bcma: define ChipCommon B MII registers | Rafał Miłecki | 1 | -4/+5 |
| 2016-07-18 | bcma: allow enabling serial flash support on non-MIPS SoCs | Rafał Miłecki | 1 | -2/+9 |
| 2016-07-18 | bcma: add PCI ID for Foxconn's BCM43142 device | Rafał Miłecki | 1 | -0/+1 |
| 2016-07-10 | x86/quirks: Add early quirk to reset Apple AirPort card | Lukas Wunner | 1 | -2/+0 |
| 2016-05-24 | Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+0 |
| 2016-04-04 | mtd: bcm47xxsflash: use ioremap_cache() instead of KSEG0ADDR() | Brian Norris | 1 | -1/+0 |
| 2016-03-23 | bcma: fix building without OF_IRQ | Arnd Bergmann | 1 | -13/+4 |
| 2016-03-07 | bcma: move flash detection code to ChipCommon core driver | Rafał Miłecki | 2 | -25/+32 |
| 2016-03-07 | bcma: move parallel flash support to separated file | Rafał Miłecki | 6 | -38/+72 |
| 2016-03-07 | bcma: drop unneeded fields from bcma_pflash struct | Rafał Miłecki | 1 | -7/+4 |
| 2016-02-16 | Merge tag 'wireless-drivers-next-for-davem-2016-02-12' of git://git.kernel.or... | David S. Miller | 8 | -51/+72 |
| 2016-02-06 | bcma: claim only 14e4:4365 PCI Dell card with SoftMAC BCM43142 | Rafał Miłecki | 1 | -1/+1 |
| 2016-02-06 | bcma: add support for BCM47094 | Rafał Miłecki | 2 | -0/+2 |
| 2016-02-06 | bcma: init serial console directly from ChipCommon code | Rafał Miłecki | 3 | -7/+10 |
| 2016-02-06 | bcma: support PMU present as separated bus core | Rafał Miłecki | 2 | -43/+53 |
| 2016-02-06 | bcma: use _PMU_ in all names of PMU registers | Rafał Miłecki | 1 | -23/+23 |
| 2016-02-06 | bcma: support chipsets with PMU and GCI cores (devices) | Rafał Miłecki | 1 | -0/+2 |
| 2016-02-06 | bcma: identify bus cores (devices) found on BCM47189 | Rafał Miłecki | 1 | -0/+3 |
| 2016-02-06 | bcma: support identifying MX25L25635F serial flash | Rafał Miłecki | 1 | -0/+1 |
| 2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -15/+10 |
| 2016-01-07 | bcma: gpio: use gpiochip data pointer | Linus Walleij | 1 | -14/+9 |
| 2015-12-31 | bcma: use module_init for the main part of bus initialization | Rafał Miłecki | 1 | -2/+27 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-09-29 | bcma: add support for population subnodes also when build as module | Hauke Mehrtens | 1 | -7/+2 |
| 2015-08-18 | bcma: switch GPIO portions to use GPIOLIB_IRQCHIP | Linus Walleij | 2 | -63/+31 |
| 2015-08-10 | bcma: fix access to host_pdev for PCIe devices | Hauke Mehrtens | 2 | -3/+28 |
| 2015-07-26 | bcma: fix build error when build as module | Hauke Mehrtens | 1 | -1/+5 |
| 2015-07-21 | bcma: populate bus DT subnodes as platform_device-s | Rafał Miłecki | 1 | -0/+8 |
| 2015-06-08 | bcma: lower dependency of BCMA_DRIVER_PCI_HOSTMODE | Rafał Miłecki | 1 | -6/+6 |
| 2015-05-09 | bcma: enable 32 GPIO pins for BCM4707 | Felix Fietkau | 1 | -0/+1 |
| 2015-05-09 | bcma: use absolute base for SoC GPIO pins | Felix Fietkau | 1 | -9/+10 |
| 2015-04-17 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+1 |
| 2015-04-01 | MIPS: BCM47xx: Move NVRAM header to the include/linux/. | Rafał Miłecki | 1 | -1/+1 |
| 2015-03-20 | bcma: gpio: use predictable base for all BCM47XX buses | Rafał Miłecki | 1 | -8/+15 |
| 2015-03-13 | Revert "bcma: Kconfig: Let it depend on PCI" | Rafał Miłecki | 1 | -1/+1 |
| 2015-03-13 | bcma: allow disabling (not building) PCI driver | Rafał Miłecki | 2 | -2/+22 |
| 2015-03-13 | bcma: move PCI IRQ control function to host specific code | Rafał Miłecki | 2 | -33/+34 |
| 2015-03-05 | bcma: prepare Kconfig symbol for PCI driver | Rafał Miłecki | 2 | -2/+19 |
| 2015-03-05 | bcma: move internal function declarations to private header | Rafał Miłecki | 1 | -0/+41 |
| 2015-03-05 | bcma: Kconfig: Let it depend on PCI | Chen Gang | 1 | -1/+1 |
| 2015-03-03 | bcma: gpio: enable GPIO IRQ domain on BCM5301X | Rafał Miłecki | 1 | -2/+2 |
| 2015-03-03 | bcma: add missing includes | Rafał Miłecki | 2 | -0/+2 |
| 2015-03-02 | bcma: enable support for PCIe Gen 2 host devices | Rafał Miłecki | 3 | -2/+16 |
| 2015-03-02 | bcma: support bringing up bus hosted on PCIe Gen 2 | Rafał Miłecki | 3 | -3/+30 |
| 2015-03-02 | bcma: change IRQ control function to accept bus as an argument | Rafał Miłecki | 1 | -3/+3 |
| 2015-03-02 | bcma: add helpers bringing PCIe hosted bus up / down | Rafał Miłecki | 3 | -18/+32 |
| 2015-01-29 | bcma: implement host code support for PCIe Gen 2 devices | Rafał Miłecki | 1 | -2/+4 |
| 2015-01-29 | bcma: add early_init function for PCIe core and move some fix into it | Rafał Miłecki | 2 | -22/+51 |
| 2015-01-29 | bcma: add empty PCIe hostmode functions if support is disabled | Rafał Miłecki | 2 | -2/+8 |
| 2015-01-29 | bcma: detect SPROM revision 11 | Rafał Miłecki | 1 | -1/+2 |
| 2015-01-29 | bcma: simplify freeing cores (internal devices structs) | Rafał Miłecki | 1 | -11/+9 |
| 2015-01-29 | bcma: fix watchdog on some ARM chipsets | Rafał Miłecki | 1 | -3/+7 |
| 2015-01-23 | bcma: use standard bus scanning during early register | Rafał Miłecki | 4 | -89/+15 |
| 2015-01-23 | bcma: clean bus initialization code | Rafał Miłecki | 3 | -9/+15 |
| 2015-01-15 | bcma: fix three coding style issues, more than 80 characters per line | Oscar Forner Martinez | 1 | -3/+7 |
| 2014-12-11 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -2/+11 |
| 2014-11-24 | MIPS: BCM47XX: Make bcma init NVRAM instead of bcm47xx polling it | Rafał Miłecki | 1 | -2/+11 |
| 2014-11-19 | Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o... | John W. Linville | 2 | -3/+4 |
| 2014-11-11 | bcma: get IRQ numbers from dt | Hauke Mehrtens | 1 | -1/+51 |
| 2014-11-11 | bcma: make it possible to specify a IRQ num in bcma_core_irq() | Hauke Mehrtens | 5 | -14/+29 |
| 2014-10-27 | bcma: fill core details for every device | Rafał Miłecki | 3 | -3/+8 |
| 2014-10-23 | bcma: add another PCI ID of device with BCM43228 | Rafał Miłecki | 1 | -2/+3 |
| 2014-10-23 | bcma: fix build when CONFIG_OF_ADDRESS is not set | Hauke Mehrtens | 1 | -1/+1 |
| 2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -1/+2 |
| 2014-09-30 | bcma: use chipcommon node from DT for SoC GPIO chip | Rafał Miłecki | 1 | -0/+4 |
| 2014-09-30 | bcma: register bcma as device tree driver | Hauke Mehrtens | 3 | -1/+146 |
| 2014-09-26 | bcma: gpio: use ChipCommon GPIO IRQ on BCM47XX arch only | Rafał Miłecki | 1 | -2/+2 |
| 2014-09-26 | bcma: print chip ID in a more user-friendly form | Rafał Miłecki | 1 | -2/+6 |
| 2014-09-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 1 | -1/+2 |
| 2014-09-09 | bcma: add support for chipcommon B core | Hauke Mehrtens | 5 | -0/+77 |
| 2014-09-09 | bcma: store more alternative addresses | Hauke Mehrtens | 1 | -4/+5 |
| 2014-09-09 | bcma: register NAND and QSPI cores early | Rafał Miłecki | 1 | -0/+21 |
| 2014-09-09 | bcma: move code for core registration into separate function | Rafał Miłecki | 1 | -31/+36 |
| 2014-09-09 | bcma: use separated function to initialize bus on SoC | Rafał Miłecki | 1 | -2/+9 |
| 2014-09-09 | bcma: move bus struct setup into early part of host specific code | Rafał Miłecki | 4 | -9/+6 |
| 2014-09-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+1 |
| 2014-09-04 | bcma: get info about flash type SoC booted from | Rafał Miłecki | 1 | -0/+62 |
| 2014-08-28 | bcma: only map wrapper if its address is available | Hauke Mehrtens | 2 | -4/+11 |
| 2014-08-25 | bcma: add PCI ID for spromless BCM43217 | Hauke Mehrtens | 1 | -0/+1 |
| 2014-07-31 | bcma: use NS prefix for names of Northstar specific cores | Rafał Miłecki | 1 | -11/+11 |
| 2014-07-29 | bcma: add support for BCM43131 that was found in Tenda W311E | Rafał Miłecki | 3 | -0/+3 |
| 2014-07-18 | bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9) | Rafał Miłecki | 3 | -0/+3 |
| 2014-07-18 | bcma: extract antenna gains from SPROM correctly | Rafał Miłecki | 1 | -8/+33 |
| 2014-07-07 | bcma: add driver for PCIe Gen 2 core | Rafał Miłecki | 3 | -0/+184 |
| 2014-06-19 | bcma: gpio: register all 32 GPIOs on BCM53572 | Rafał Miłecki | 1 | -0/+1 |
| 2014-03-27 | bcma: gpio: register 32 GPIOs on BCM5357 | Rafał Miłecki | 1 | -1/+8 |
| 2014-01-30 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -2/+136 |
| 2014-01-24 | bcma: gpio: don't cast u32 to unsigned long | Rafał Miłecki | 1 | -2/+2 |
| 2014-01-24 | bcma: prevent irq handler from firing when registered | Hauke Mehrtens | 1 | -0/+3 |
| 2014-01-23 | bcma: gpio: add own IRQ domain | Rafał Miłecki | 2 | -2/+133 |
| 2014-01-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -3/+3 |
| 2014-01-04 | bcma: export bcma_find_core_unit() | Hauke Mehrtens | 2 | -14/+1 |
| 2014-01-03 | bcma: fix sparse warnings in driver_chipcommon_sflash.c | Hauke Mehrtens | 1 | -3/+3 |
| 2013-12-19 | bcma: add missing put_device call | Levente Kurusa | 1 | -0/+1 |
| 2013-12-09 | bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
| 2013-12-05 | bcma: pci: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |
| 2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+6 |
| 2013-10-19 | Merge 3.12-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -23/+26 |
| 2013-10-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+6 |
| 2013-10-16 | bcma: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -7/+16 |
| 2013-10-10 | bcma: add PCI id 0x4313 | Hauke Mehrtens | 1 | -0/+1 |
| 2013-10-10 | bcma: reject PCI cards in bcma. | Hauke Mehrtens | 1 | -2/+5 |
| 2013-09-26 | bcma: make bcma_core_pci_{up,down}() callable from atomic context | Arend van Spriel | 1 | -23/+26 |
| 2013-09-09 | bcma: fix error code handling on 64 Bit systems | Hauke Mehrtens | 1 | -5/+7 |
| 2013-08-26 | bcma: add bcma_core_pci_power_save() | Hauke Mehrtens | 1 | -3/+33 |
| 2013-08-26 | bcma: do not export bcma_core_pci_extend_L1timer() | Hauke Mehrtens | 1 | -2/+1 |
| 2013-08-26 | bcma: add method to power up and down the PCIe core by wifi driver | Hauke Mehrtens | 1 | -0/+26 |
| 2013-08-26 | bcma: change max PCI read request size to 128 | Hauke Mehrtens | 1 | -0/+6 |
| 2013-07-22 | bcma: fix handling of big addrl | Hauke Mehrtens | 1 | -8/+8 |
| 2013-07-22 | bcma: return correct error code when bus scan failed | Hauke Mehrtens | 1 | -1/+1 |
| 2013-07-22 | bcma: make it possible to select SoC support without mips | Hauke Mehrtens | 1 | -2/+8 |
| 2013-07-22 | bcma: add some more core names | Hauke Mehrtens | 1 | -0/+12 |
| 2013-06-27 | bcma: add support for BCM43142 | Rafał Miłecki | 6 | -2/+155 |
| 2013-06-17 | bcma: use const for serial flash hardware table | Rafał Miłecki | 1 | -4/+4 |
| 2013-06-17 | bcma: update core (en|dis)abling functions | Rafał Miłecki | 1 | -3/+25 |
| 2013-06-12 | bcma: activate PCI host option by default | Hauke Mehrtens | 1 | -0/+1 |
| 2013-06-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+2 |
| 2013-05-22 | bcma: support SPROM rev 10 | Rafał Miłecki | 1 | -7/+9 |
| 2013-05-22 | bcma: prepare for supporting more SPROM sizes | Rafał Miłecki | 1 | -15/+20 |