summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00pci.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1Star
* wireless: rt2x00: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-051-3/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-171-1/+1
|\
| * rt2x00_pci: Fix interrupt handler name (visible at /proc/interrupts)Kirill Tkhai2013-10-101-1/+1
* | Revert "rt2x00pci: Use PCI MSIs whenever possible"Stanislaw Gruszka2013-09-301-8/+1Star
|/
* rt2x00pci: Use PCI MSIs whenever possibleJakub Kicinski2013-05-221-1/+8
* rt2x00: Use more current logging styles, shrink object sizeJoe Perches2013-04-221-7/+7
* rt2x00: rt2x00pci: fix build error on Ralink RT3x5x SoCsGabor Juhos2013-04-031-176/+0Star
* rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner2013-04-031-2/+2
* rt2x00 : RT3290 chip support v4Woody Hung2012-06-201-0/+9
* rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa2012-04-231-1/+1
* rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde2011-04-191-2/+1Star
* rt2x00: Decrease association time for USB devicesIvo van Doorn2011-04-191-0/+9
* rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa2011-04-041-2/+5
* rt2x00: Remove interrupt thread registrationHelmut Schaa2011-01-311-4/+3Star
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-01-141-2/+2
|\
| * PCI: make pci_restore_state return voidJon Mason2010-12-231-2/+2
* | rt2x00: Use pci_is_pcie()Hauke Mehrtens2010-12-221-1/+1
* | rt2x00: Cleanup RX index countingIvo van Doorn2010-12-131-0/+7
* | rt2x00pci: do not use GFP_DMAJohn W. Linville2010-11-151-1/+1
|/
* rt2x00: Simplify Queue function argumentsIvo van Doorn2010-10-111-1/+1
* rt2x00: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-08-041-11/+10Star
* rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa2010-07-121-2/+4
* rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde2010-06-301-31/+0Star
* rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde2010-06-301-43/+0Star
* rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde2010-06-031-1/+4
* rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde2010-06-031-0/+40
* rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde2010-06-031-0/+6
* rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa2010-05-241-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-9/+0Star
|\
| * rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde2010-05-121-9/+0Star
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-231-1/+2
|\|
| * rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa2010-04-161-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* rt2x00: Reorganize RT chipset setting for PCI/SOC devices.Gertjan van Wingerde2010-02-151-7/+0Star
* rt2x00 : bail out of regbusy_read if device is removed.Alban Browaeys2009-12-221-0/+3
* rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+1
* rt2x00: Move interface type assignments to generic code.Gertjan van Wingerde2009-11-111-0/+2
* rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn2009-04-221-4/+12
* rt2x00: Don't free register information on suspendIvo van Doorn2009-04-201-17/+1Star
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-291-1/+1
* rt2x00: Cleanup indirect register accessIvo van Doorn2008-11-251-0/+25
* rt2x00: Cleanup TX/RX entry handlingIvo van Doorn2008-11-211-9/+4Star
* pci: use pci_ioremap_bar() in drivers/netArjan van de Ven2008-10-311-2/+1Star
* rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-261-49/+0Star
* rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-261-92/+33Star
* rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-261-28/+49
* rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-261-10/+9Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-171-2/+1Star
|\