aboutsummaryrefslogtreecommitdiff
path: root/drivers/bcma/host_pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-12bcma: simplify reference to driver nameGravatar Uwe Kleine-König 1-5/+1
2019-08-06bcma: Use dev_get_drvdataGravatar Chuhong Yuan 1-4/+2
2019-01-10bcma: keep a direct pointer to the struct deviceGravatar Rafał Miłecki 1-0/+2
2018-02-28bcma: add HP Stream NotebookGravatar Denis 'GNUtoo' Carikli 1-0/+1
2016-11-29bcma: add Dell Inspiron 3148Gravatar Jiri Slaby 1-0/+1
2016-07-18bcma: add PCI ID for Foxconn's BCM43142 deviceGravatar Rafał Miłecki 1-0/+1
2016-02-06bcma: claim only 14e4:4365 PCI Dell card with SoftMAC BCM43142Gravatar Rafał Miłecki 1-1/+1
2015-03-13bcma: move PCI IRQ control function to host specific codeGravatar Rafał Miłecki 1-0/+34
2015-03-02bcma: enable support for PCIe Gen 2 host devicesGravatar Rafał Miłecki 1-1/+14
2015-03-02bcma: support bringing up bus hosted on PCIe Gen 2Gravatar Rafał Miłecki 1-1/+1
2015-03-02bcma: add helpers bringing PCIe hosted bus up / downGravatar Rafał Miłecki 1-0/+28
2015-01-29bcma: implement host code support for PCIe Gen 2 devicesGravatar Rafał Miłecki 1-2/+4
2014-10-23bcma: add another PCI ID of device with BCM43228Gravatar Rafał Miłecki 1-2/+3
2014-09-09bcma: move bus struct setup into early part of host specific codeGravatar Rafał Miłecki 1-0/+3
2014-08-25bcma: add PCI ID for spromless BCM43217Gravatar Hauke Mehrtens 1-0/+1
2014-07-29bcma: add support for BCM43131 that was found in Tenda W311EGravatar Rafał Miłecki 1-0/+1
2014-07-18bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)Gravatar Rafał Miłecki 1-0/+1
2013-12-09bcma: pci: remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 1-1/+1
2013-12-05bcma: pci: remove unnecessary pci_set_drvdata()Gravatar Jingoo Han 1-1/+0
2013-10-10bcma: add PCI id 0x4313Gravatar Hauke Mehrtens 1-0/+1
2013-10-10bcma: reject PCI cards in bcma.Gravatar Hauke Mehrtens 1-2/+5
2013-06-27bcma: add support for BCM43142Gravatar Rafał Miłecki 1-0/+1
2013-01-03Drivers: bcma: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-4/+4
2012-10-29bcma: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_...Gravatar Yuanhan Liu 1-3/+3
2012-09-24bcma: handle BCM43227Gravatar Rafał Miłecki 1-0/+1
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+1
2012-08-10bcma: make some functions staticGravatar Hauke Mehrtens 1-5/+6
2012-08-02bcma: BCM43228 supportGravatar Rafał Miłecki 1-0/+1
2012-07-09bcma: use custom printing functionsGravatar Rafał Miłecki 1-2/+2
2012-07-09bcma: add PCI ID for BCM43224Gravatar Hauke Mehrtens 1-0/+1
2012-05-16bcma: Add __devexit to bcma_host_pci_removeGravatar Nathan Hintz 1-2/+2
2012-05-16bcma: add boardinfo structGravatar Hauke Mehrtens 1-0/+3
2012-02-06bcma: make some functions __devinitGravatar Hauke Mehrtens 1-2/+2
2012-01-17bcma: add stub for bcma_bus_suspend()Gravatar Linus Torvalds 1-1/+1
2012-01-17bcma: convert suspend/resume to pm_opsGravatar Linus Torvalds 1-26/+16
2012-01-16bcma: invalidate the mapped core over suspend/resumeGravatar Rafał Miłecki 1-0/+3
2011-12-13bcma: support for suspend and resumeGravatar Rafał Miłecki 1-0/+37
2011-12-06bcma: pci: use fixed windows when possibleGravatar Rafał Miłecki 1-11/+21
2011-10-31bcma: add module.h to the modular portions of this driverGravatar Paul Gortmaker 1-0/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+1
2011-06-20bcma: enable support for 14e4:4357 (BCM43225)Gravatar Rafał Miłecki 1-0/+1
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+52
2011-06-01bcma: host pci: implement block R/W operationsGravatar Rafał Miłecki 1-0/+52
2011-05-26drivers/bcma/host_pci.c needs slab.hGravatar Andrew Morton 1-0/+1
2011-05-16bcma: add PCI ID of the card found in Thinkpad X120eGravatar Rafał Miłecki 1-0/+1
2011-05-10bcma: add Broadcom specific AMBA bus driverGravatar Rafał Miłecki 1-0/+196