summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie/trans.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-11iwlwifi: support Signed firmware image and Dual CPUsEran Harary1-4/+120
2013-10-11Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg1-4/+4
2013-10-02iwlwifi: pcie: clean RFKILL interrupt in AMPGEmmanuel Grumbach1-0/+3
2013-10-02iwlwifi: pcie: fix merge damageJohannes Berg1-4/+4
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-11/+15
2013-08-12iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc()Luciano Coelho1-11/+15
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-23/+0
2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+5
2013-08-06iwlwifi: remove transport suspend/resume indirectionJohannes Berg1-26/+0
2013-08-06iwlwifi: pcie: fix resume when no opmode is presentJohannes Berg1-0/+3
2013-07-26iwlwifi: pcie: reset the NIC before the bring upEmmanuel Grumbach1-0/+5
2013-07-16iwlwifi: pcie: don't disable L1 for newest NICsEmmanuel Grumbach1-4/+10
2013-07-16iwlwifi: remove forward debugfs function declarationsJohannes Berg1-14/+0
2013-07-16iwlwifi: move dump_fh into common codeInbal Hacohen1-66/+1
2013-06-25iwlwifi: always use 'trans_pcie' nameJohannes Berg1-8/+9
2013-05-29iwlwifi: mvm: implement D3 testingJohannes Berg1-2/+17
2013-05-27iwlwifi: move D3_CFG_COMPLETE handling into DVMJohannes Berg1-7/+0
2013-05-16iwlwifi: constify the source buffer of iwl_trans_write_memEmmanuel Grumbach1-2/+2
2013-05-13iwlwifi: pcie: prefer to load the firmware in one shotEmmanuel Grumbach1-7/+14
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+13
2013-03-20iwlwifi: set rfkill in internal state of the transportEmmanuel Grumbach1-0/+13
2013-03-06iwlwifi: fix indirect write bugAmnon Paz1-2/+3
2013-03-06iwlwifi: move firmware restart debugfs hook to op_modeEmmanuel Grumbach1-18/+0
2013-03-06iwlwifi: a few fixes in licenseEmmanuel Grumbach1-1/+1
2013-02-05iwlwifi: use threaded interrupt handlerJohannes Berg1-7/+4
2013-02-01iwlwifi: move register access lock into transportLilach Edelstein1-16/+31
2013-02-01iwlwifi: add iwl_set_bits_mask to transport APILilach Edelstein1-5/+43
2013-01-24iwlwifi: update copyrightJohannes Berg1-2/+2
2013-01-16iwlwifi: improve the reports in TX pathEmmanuel Grumbach1-1/+42
2013-01-16iwlwifi: enable communication with WoWLAN firmwareJohannes Berg1-17/+74
2013-01-16iwlwifi: allow to zero SRAMEmmanuel Grumbach1-1/+2
2013-01-16iwlwifi: don't enable all interrupts on resumingJohannes Berg1-3/+0
2013-01-03iwlwifi: always check that grab_nic_access succeedsEmmanuel Grumbach1-2/+2
2013-01-03iwlwifi: move some PCIe calls to better placesJohannes Berg1-6/+3
2013-01-03iwlwifi: request IRQ only onceJohannes Berg1-37/+25
2013-01-03iwlwifi: virtualize SRAM accessEmmanuel Grumbach1-0/+41
2013-01-03iwlwifi: virtualize iwl_{grab,release}_nic_accessEmmanuel Grumbach1-0/+64
2013-01-03iwlwifi: let the op_mode run a FW while in RFKILLEmmanuel Grumbach1-2/+2
2013-01-03iwlwifi: make the BC table layout configurableEmmanuel Grumbach1-0/+1
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-6/+2
2012-12-11Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+18
2012-12-07iwlwifi: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-5/+2
2012-12-07iwlwifi: collapse wrapper for pcie_capability_read_word()Bjorn Helgaas1-10/+3
2012-12-06iwlwifi: reset_ict in stop_hwEmmanuel Grumbach1-0/+2
2012-12-06iwlwifi: move prph handling into the transportEmmanuel Grumbach1-0/+16
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-953/+65
2012-11-19iwlwifi: more cleanup in pcie/rx.cEmmanuel Grumbach1-1/+0
2012-11-19iwlwifi: continue clean up - pcie/tx.cEmmanuel Grumbach1-694/+7
2012-11-19iwlwifi: continue clean up - pcie/trans.cEmmanuel Grumbach1-37/+31
2012-11-19iwlwifi: continue clean up - pcie/rx.cEmmanuel Grumbach1-193/+3