aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bcma/driver_pci_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2015-03-03bcma: add missing includesRafał Miłecki1-0/+1
2014-11-11bcma: make it possible to specify a IRQ num in bcma_core_irq()Hauke Mehrtens1-2/+2
2013-08-26bcma: change max PCI read request size to 128Hauke Mehrtens1-0/+6
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-0/+2
2013-02-27bcma: init spin lockHauke Mehrtens1-0/+2
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-24/+38
2013-01-14bcma: use consistent case for 'hex' constantsNathan Hintz1-5/+5
2013-01-14bcma: add support for 1 and 2 byte extended config space accessNathan Hintz1-7/+8
2013-01-14bcma: don't map/unmap a subset of the PCI config spaceNathan Hintz1-11/+11
2013-01-14bcma: jump to 'out' label for invalid 'func' valueNathan Hintz1-1/+5
2013-01-14bcma: delete duplicate readlNathan Hintz1-2/+0
2013-01-11bcma: update pci configuration for bcm4706/bcm4716Nathan Hintz1-1/+12
2013-01-11bcma: return the mips irq number in bcma_core_irqNathan Hintz1-2/+2
2013-01-03Drivers: bcma: remove __dev* attributes.Greg Kroah-Hartman1-7/+6
2012-11-30bcma: handle return value of pci_assign_resourceHauke Mehrtens1-3/+7
2012-10-19bcma: do not initialize deactivated PCIe coresHauke Mehrtens1-5/+5
2012-10-19bcma: add an extra pcie core structHauke Mehrtens1-0/+4
2012-09-28bcma: change delays to follow timers-howto guideRafał Miłecki1-4/+4
2012-07-09bcma: use custom printing functionsRafał Miłecki1-4/+6
2012-07-09bcma: add constants for chip idsHauke Mehrtens1-3/+5
2012-05-16bcma: reads/writes are always 4 bytes, so always map 4 bytesNathan Hintz1-3/+3
2012-05-16bcma: Account for variable PCI memory base/sizeNathan Hintz1-2/+2
2012-04-10bcma: fix build error on MIPS; implicit pcibios_enable_devicePaul Gortmaker1-0/+1
2012-02-06bcma: add PCIe host controllerHauke Mehrtens1-1/+575
2012-02-06bcma: make some functions __devinitHauke Mehrtens1-1/+1
2011-07-07bcma: detect PCI core working in hostmodeRafał Miłecki1-0/+14