summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/pcie
AgeCommit message (Expand)AuthorFilesLines
2014-04-13iwlwifi: add new 7265 HW IDsOren Givon1-0/+2
2014-03-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville4-6/+146
2014-03-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-3/+2
2014-03-09iwlwifi: return whether to stop from rfkill methodJohannes Berg4-5/+13
2014-03-09iwlwifi: pcie: enable LP XTAL to reduce power consumptionAlexander Bondar1-0/+131
2014-03-09iwlwifi: pcie: suppress ACPI related error messageJohannes Berg1-1/+2
2014-03-04iwlwifi: fix and add 7265 series HW IDsOren Givon1-3/+2
2014-02-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville3-66/+51
2014-02-20iwlwifi: pcie: stop the firmware when we restart itEmmanuel Grumbach1-2/+3
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+6
2014-02-13iwlwifi: make various things constJohannes Berg1-1/+1
2014-02-13iwlwifi: pcie: clean iwl_pcie_[rt]xq_inc_wr_ptr a bitEliad Peller2-63/+47
2014-02-04iwlwifi: mvm: support multiple firmware sectionsEran Harary1-23/+46
2014-02-04iwlwifi: pcie: retrieve and parse ACPI power limitationsIdo Yariv1-0/+78
2014-02-04iwlwifi: pcie: fix unused variable gcc warningEmmanuel Grumbach1-2/+1
2014-02-04iwlwifi: pcie: make FH debugfs file code easier to understandJohannes Berg1-9/+8
2014-02-04iwlwifi: pcie: fix secure section / dual cpu firmware loadingEran Harary1-88/+103
2014-02-04iwlwifi: pcie: Disable L0S exit timer for 8000 HW familyEran Harary1-2/+3
2014-02-04iwlwifi: pcie: change CSR reset in family 8000Eran Harary1-0/+6
2014-02-04iwlwifi: pcie: disable APMG configurations for family 8000Eran Harary2-13/+19
2014-02-04iwlwifi: Add 8000 HW family supportEran Harary1-0/+4
2014-01-30iwlwifi: add more 7265 HW IDsOren Givon1-1/+6
2014-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+3
2014-01-20iwlwifi: pcie: don't panic on host commands in iwldvmEmmanuel Grumbach1-1/+3
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+23
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2014-01-14iwlwifi: add inline helper for packet lengthsJohannes Berg1-1/+1
2014-01-14iwlwifi: pcie: enable oscillator for L1 exitEmmanuel Grumbach1-0/+22
2013-12-31iwlwifi: Update Copyright to 2014Emmanuel Grumbach5-7/+7
2013-12-31iwlwifi: pcie: Fix CSR_RESET operation access typeEran Harary1-1/+1
2013-12-31iwlwifi: pcie: allow the op_mode to call stop_device whenever it wantsEmmanuel Grumbach1-5/+18
2013-12-31iwlwifi: pcie: don't update the op_mode if rfkill hasn't changedEmmanuel Grumbach1-2/+11
2013-12-31iwlwifi: pcie: keep the NIC awake when commands are in flightEmmanuel Grumbach3-53/+82
2013-12-31iwlwifi: add new devices for 7265 seriesOren Givon1-2/+8
2013-12-21iwlwifi: pcie: use don't disable interrupt when rxq->lock is takenEmmanuel Grumbach1-28/+22
2013-12-21iwlwifi: pcie: use don't disable interrupt when irq_lock is takenEmmanuel Grumbach3-35/+26
2013-12-21iwlwifi: pcie: move interrupt prints to the common handlerEmmanuel Grumbach1-61/+34
2013-12-21iwlwifi: pcie: no need to save inta in trans_pcieEmmanuel Grumbach2-16/+7
2013-12-21iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ictEmmanuel Grumbach1-19/+19
2013-12-18iwlwifi: pcie: determine the interrupt type in the handlerEmmanuel Grumbach1-12/+10
2013-12-18iwlwifi: pcie: read the interrupt cause from the handlerEmmanuel Grumbach1-9/+9
2013-12-18iwlwifi: pcie: move the ICT / non-ICT handling functionsEmmanuel Grumbach1-162/+162
2013-12-18iwlwifi: pcie: re-organize the PCIe ISR codeEmmanuel Grumbach3-28/+25
2013-12-18iwlwifi: pcie: track interrupt mask in SWEmmanuel Grumbach2-8/+11
2013-12-18iwlwifi: pcie: clean up ICT allocation codeEmmanuel Grumbach1-11/+4
2013-12-17iwlwifi: trans: clear FW_ERROR status in common codeArik Nemtsov1-2/+0
2013-12-17iwlwifi: trans: prevent reprobe on repeated FW errors before restartArik Nemtsov3-15/+9
2013-12-17iwlwifi: trans: prevent tx and cmds during FW errorArik Nemtsov1-3/+0
2013-12-17iwlwifi: trans: use a unified transport statusArik Nemtsov4-81/+45
2013-12-17iwlwifi: trans: divide stop_hw into stop_device/op_mode_leaveArik Nemtsov1-27/+23