summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-pci.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-5/+3Star
|\
| * iwlwifi: allow pci_enable_msi failWey-Yi Guy2011-11-021-5/+3Star
* | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-011-0/+1
|/
* iwlagn: Add "_d" sku to 105 series of devicesWey-Yi Guy2011-10-141-0/+1
* iwlagn: add "_d" sku to 6005 series of devicesWey-Yi Guy2011-10-141-0/+1
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-5/+6
|\
| * iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-131-22/+17Star
| * Revert "iwlagn: sysfs couldn't find the priv pointer"Emmanuel Grumbach2011-08-131-9/+9
* | iwlagn: remove drvdata support from bus layerJohannes Berg2011-09-191-11/+8Star
* | iwlagn: rename iwl-pci.h to iwl-cfg.hJohannes Berg2011-09-191-1/+1
* | iwlagn: New SKU for 6005 SFFWey-Yi Guy2011-09-191-0/+1
* | iwlagn: merge iwl_pci_down and iwl_pci_removeEmmanuel Grumbach2011-09-141-12/+6Star
* | iwlagn: adding special "D" SKU for 2000 seriesWey-Yi Guy2011-08-291-0/+1
* | iwlagn: iwl-pci doesn't include iwl-dev any moreEmmanuel Grumbach2011-08-291-5/+4Star
* | iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not setDaniel Halperin2011-08-291-1/+1
* | iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach2011-08-291-2/+2
* | iwlagn: support small form factor SKU of 6205Wey-Yi Guy2011-08-291-0/+1
* | iwlagn: move iwl_suspend / iwl_resume to the transport layerEmmanuel Grumbach2011-08-291-2/+2
* | iwlagn: bus layer chooses its transport layerEmmanuel Grumbach2011-08-291-3/+4
* | iwlagn: introduce struct iwl-shared - known by all layersEmmanuel Grumbach2011-08-291-13/+13
* | iwlagn: introduce iwl-shared.hEmmanuel Grumbach2011-08-291-1/+4
|/
* iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach2011-08-021-9/+9
* iwlagn: add comment to warn about WoWLAN in resume / suspend flowsEmmanuel Grumbach2011-07-211-0/+10
* iwlagn: iwl_bus holds drv_data as void * instead of iwl_privEmmanuel Grumbach2011-07-211-16/+21
* iwlagn: simplify the bus architectureEmmanuel Grumbach2011-07-211-35/+29Star
* iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-07-061-1/+1
* iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach2011-07-011-0/+1
* iwlwifi: use pci_dev->revision, againSergei Shtylyov2011-06-271-3/+1Star
* iwlagn: fix rmmod crashStanislaw Gruszka2011-06-271-5/+2Star
* iwlagn: use PM ops macroJohannes Berg2011-06-241-8/+1Star
* iwlagn: add a get_irq method to iwl_bus_ops and use itEmmanuel Grumbach2011-06-181-0/+6
* iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach2011-06-181-0/+10
* iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy2011-06-181-0/+52
* iwlagn: move PCI related operations from probe and remove to PCI layerEmmanuel Grumbach2011-06-181-2/+111
* iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach2011-06-181-0/+6
* iwlagn: introduce iwl_bus and iwl_bus_opsEmmanuel Grumbach2011-06-181-3/+51
* iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach2011-06-181-0/+340