| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-20 | bcma: don't register devices disabled in OF | Rafał Miłecki | 1 | -0/+6 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -3/+3 |
| 2024-02-06 | bcma: make bcma_bus_type const | Ricardo B. Marliere | 1 | -1/+1 |
| 2023-04-14 | bcma: Add explicit of_device.h include | Rob Herring | 1 | -0/+1 |
| 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-02-21 | bcma: cleanup comments | Tom Rix | 1 | -2/+2 |
| 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: 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 |
| 2019-01-10 | bcma: keep a direct pointer to the struct device | Rafał Miłecki | 1 | -35/+10 |
| 2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -1/+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-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 |
| 2016-09-09 | bcma: use of_dma_configure() to set initial dma mask | Arnd Bergmann | 1 | -2/+4 |
| 2016-03-23 | bcma: fix building without OF_IRQ | Arnd Bergmann | 1 | -13/+4 |
| 2016-03-07 | bcma: move parallel flash support to separated file | Rafał Miłecki | 1 | -1/+1 |
| 2015-12-31 | bcma: use module_init for the main part of bus initialization | Rafał Miłecki | 1 | -2/+27 |
| 2015-09-29 | bcma: add support for population subnodes also when build as module | Hauke Mehrtens | 1 | -7/+2 |
| 2015-08-10 | bcma: fix access to host_pdev for PCIe devices | Hauke Mehrtens | 1 | -3/+27 |
| 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-03-02 | bcma: enable support for PCIe Gen 2 host devices | Rafał Miłecki | 1 | -1/+1 |
| 2015-01-29 | bcma: add early_init function for PCIe core and move some fix into it | Rafał Miłecki | 1 | -0/+7 |
| 2015-01-29 | bcma: simplify freeing cores (internal devices structs) | Rafał Miłecki | 1 | -11/+9 |
| 2015-01-23 | bcma: use standard bus scanning during early register | Rafał Miłecki | 1 | -24/+9 |
| 2015-01-23 | bcma: clean bus initialization code | Rafał Miłecki | 1 | -4/+12 |
| 2014-11-19 | Merge commit '4e6ce4dc7ce71d0886908d55129d5d6482a27ff9' of git://git.kernel.o... | John W. Linville | 1 | -1/+1 |
| 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 | 1 | -0/+22 |
| 2014-10-27 | bcma: fill core details for every device | Rafał Miłecki | 1 | -3/+6 |
| 2014-10-23 | bcma: fix build when CONFIG_OF_ADDRESS is not set | Hauke Mehrtens | 1 | -1/+1 |
| 2014-09-30 | bcma: register bcma as device tree driver | Hauke Mehrtens | 1 | -1/+51 |
| 2014-09-09 | bcma: add support for chipcommon B core | Hauke Mehrtens | 1 | -0/+10 |
| 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: move bus struct setup into early part of host specific code | Rafał Miłecki | 1 | -2/+0 |
| 2014-07-07 | bcma: add driver for PCIe Gen 2 core | Rafał Miłecki | 1 | -0/+8 |
| 2014-01-04 | bcma: export bcma_find_core_unit() | Hauke Mehrtens | 1 | -12/+1 |
| 2013-12-19 | bcma: add missing put_device call | Levente Kurusa | 1 | -0/+1 |
| 2013-10-16 | bcma: convert bus code to use dev_groups | Greg Kroah-Hartman | 1 | -7/+16 |
| 2013-07-22 | bcma: return correct error code when bus scan failed | Hauke Mehrtens | 1 | -1/+1 |
| 2013-06-27 | bcma: add support for BCM43142 | Rafał Miłecki | 1 | -0/+19 |
| 2013-03-06 | bcma: ignore extra GMAC cores on BCM4706 | Rafał Miłecki | 1 | -0/+5 |
| 2013-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+7 |
| 2013-02-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+8 |
| 2013-02-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+7 |
| 2013-02-04 | bcma: unregister gpios before unloading bcma | Hauke Mehrtens | 1 | -0/+7 |
| 2013-01-30 | bcma: register platform device for parallel flash | Rafał Miłecki | 1 | -0/+8 |
| 2013-01-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+2 |
| 2013-01-07 | bcma: make bcma_find_core_unit() accessible | Hauke Mehrtens | 1 | -2/+2 |
| 2013-01-03 | Drivers: bcma: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -1/+1 |
| 2012-12-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -0/+5 |
| 2012-12-06 | bcma: register watchdog driver | Hauke Mehrtens | 1 | -0/+8 |
| 2012-11-21 | bcma: add GPIO driver | Hauke Mehrtens | 1 | -0/+5 |
| 2012-10-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+3 |
| 2012-10-19 | bcma: add an extra pcie core struct | Hauke Mehrtens | 1 | -3/+22 |
| 2012-10-19 | bcma: init sprom struct earlier | Hauke Mehrtens | 1 | -7/+14 |
| 2012-10-19 | bcma: just do the necessary things in early register on SoCs | Hauke Mehrtens | 1 | -4/+4 |
| 2012-10-15 | bcma: fix unregistration of cores | Piotr Haber | 1 | -2/+3 |
| 2012-09-07 | bcma: don't leak memory for PCIE, MIPS, GBIT cores | Saul St. John | 1 | -0/+10 |
| 2012-08-21 | bcma: detect and register NAND flash device | Rafał Miłecki | 1 | -0/+8 |
| 2012-08-21 | bcma: detect and register serial flash device | Rafał Miłecki | 1 | -0/+9 |
| 2012-07-12 | bcma: add trivial GBIT MAC COMMON driver | Rafał Miłecki | 1 | -0/+8 |
| 2012-07-12 | bcma: support alternative (BCM4706) ChipCommon core id | Rafał Miłecki | 1 | -5/+12 |
| 2012-07-09 | bcma: use custom printing functions | Rafał Miłecki | 1 | -9/+10 |
| 2012-03-05 | bcma: export bcma_find_core | Hauke Mehrtens | 1 | -1/+2 |
| 2012-02-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -3/+1 |
| 2012-02-06 | bcma: add bus num counter | Hauke Mehrtens | 1 | -1/+11 |
| 2012-02-06 | bcma: make some functions __devinit | Hauke Mehrtens | 1 | -1/+1 |
| 2012-02-06 | bcma: don't fail for bad SPROM CRC | Henrik Rydberg | 1 | -3/+1 |
| 2012-01-17 | bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume | Linus Torvalds | 1 | -0/+19 |
| 2012-01-17 | bcma: add stub for bcma_bus_suspend() | Linus Torvalds | 1 | -0/+5 |
| 2011-12-13 | bcma: support for suspend and resume | Rafał Miłecki | 1 | -0/+16 |
| 2011-10-31 | bcma: add module.h to the modular portions of this driver | Paul Gortmaker | 1 | -0/+1 |
| 2011-09-22 | Merge branch 'master' of github.com:davem330/net | David S. Miller | 1 | -0/+12 |
| 2011-08-22 | bcma: add uevent to the bus, to autoload drivers | David Woodhouse | 1 | -0/+12 |
| 2011-08-08 | bcma: add mips driver | Hauke Mehrtens | 1 | -0/+15 |
| 2011-08-08 | bcma: add SOC bus | Hauke Mehrtens | 1 | -1/+8 |
| 2011-08-08 | bcma: add functions to scan cores needed on SoCs | Hauke Mehrtens | 1 | -0/+46 |
| 2011-07-11 | bcma: add check if sprom is available before accessing it. | Hauke Mehrtens | 1 | -1/+3 |
| 2011-06-27 | bcma: main.c needs to include <linux/slab.h> | Geert Uytterhoeven | 1 | -0/+1 |
| 2011-06-20 | bcma: clean exports of functions | Rafał Miłecki | 1 | -2/+0 |
| 2011-06-03 | bcma: read SPROM and extract MAC from it | Rafał Miłecki | 1 | -0/+7 |
| 2011-06-01 | bcma: add IRQ number and pointer to DMA dev | Rafał Miłecki | 1 | -0/+2 |
| 2011-05-10 | bcma: add Broadcom specific AMBA bus driver | Rafał Miłecki | 1 | -0/+247 |