summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-trans-pcie.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: move PCIe into subdirectoryJohannes Berg1-2178/+0
2012-06-05iwlwifi: add debugging to shadow registers and fix typoMeenakshi Venkataraman1-0/+1
2012-06-05iwlwifi: clean up coding style in PCIe transportJohannes Berg1-106/+97
2012-06-05iwlwifi: Move IWL_MASK macro to transport.Gregory Greenman1-2/+0
2012-06-05iwlwifi: s/iwlagn_txq_free_tfd/iwl_txq_free_tfdEmmanuel Grumbach1-1/+1
2012-05-25iwlwifi: fix the Transmit Frame Descriptor ringsEmmanuel Grumbach1-3/+1
2012-05-09iwlwifi: don't init trans->reg_lock from the op_modeEmmanuel Grumbach1-0/+1
2012-04-24iwlwifi: clean up module parametersJohannes Berg1-1/+0
2012-04-24iwlwifi: use direct calls for transport freeJohannes Berg1-4/+2
2012-04-24iwlwifi: move driver defines to iwl-drv.hJohannes Berg1-0/+1
2012-04-24iwlwifi: clean up iwl-shared.h includesJohannes Berg1-0/+3
2012-04-24iwlwifi: remove debugfs logspamJohannes Berg1-6/+3
2012-04-24iwlwifi: provide proper API to disable all interruptsEmmanuel Grumbach1-11/+26
2012-04-24iwlwifi: check RF kill register when interrupts have been disabledEmmanuel Grumbach1-0/+10
2012-04-24iwlwifi: enable RF kill interrupt in start_hwEmmanuel Grumbach1-0/+3
2012-04-24iwlwifi: first enable RF kill interrupt, then check registerEmmanuel Grumbach1-9/+7
2012-04-24iwlwifi: make a static inline to read the RF kill registerEmmanuel Grumbach1-6/+3
2012-04-18iwlwifi: improve TX cache footprintJohannes Berg1-46/+19
2012-04-18iwlwifi: remove unneeded includesEmmanuel Grumbach1-1/+0
2012-04-18iwlwifi: remove the shared areaEmmanuel Grumbach1-4/+1
2012-04-18iwlwifi: transport holds its pointer to the configEmmanuel Grumbach1-17/+19
2012-04-17iwlwifi: remove get_cmd_stringJohannes Berg1-0/+6
2012-04-17iwlwifi: move status definitions from iwl-sharedDon Fry1-3/+3
2012-04-17iwlwifi: move HCMD_ACTIVE to transDon Fry1-0/+6
2012-04-12iwlwifi: split force_reset debugfs fileJohannes Berg1-0/+16
2012-04-12iwlwifi: move queue watchdog into transportJohannes Berg1-37/+40
2012-04-12iwlwifi: move rx_page_order into transportJohannes Berg1-3/+10
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-9/+3
2012-04-10iwlwifi: split POWER_PMI status bitDon Fry1-0/+11
2012-04-10iwlwifi: move ucode error log reporting to op_modeMeenakshi Venkataraman1-40/+0
2012-04-10iwlwifi: move queue mapping out of transportJohannes Berg1-184/+34
2012-04-10iwlwifi: process multiple frames per RXBJohannes Berg1-1/+0
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-9/+3
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel1-15/+17
2012-03-12iwlwifi: move wait_command_queue from shared to transMeenakshi Venkataraman1-0/+3
2012-03-12iwlwifi: abstract out missing SEQ_RX_FRAME workaroundJohannes Berg1-0/+7
2012-03-12iwlwifi: remove TX hex debugJohannes Berg1-2/+0
2012-03-09iwlwifi: fix the delta for remove max_txq_num patchWey-Yi Guy1-12/+18
2012-03-09iwlwifi: fix cmd_queue number mergeWey-Yi Guy1-3/+3
2012-03-09iwlwifi: move command queue number out of the iwl_shared structMeenakshi Venkataraman1-10/+24
2012-03-08iwlwifi: remove messages from queue wake/stopJohannes Berg1-2/+2
2012-03-08iwlwifi: more status bit factoringDon Fry1-3/+5
2012-03-08iwlwifi: separate status to priv and transDon Fry1-2/+0
2012-03-08iwlwifi: reintroduce iwl_enable_rfkill_intStanislaw Gruszka1-5/+8
2012-03-08iwlwifi: print DMA stop timeout error only if it happenedStanislaw Gruszka1-3/+4
2012-03-08iwlwifi: use writeb,writel,readl directlyStanislaw Gruszka1-7/+6
2012-03-08iwlwifi: return error if loading uCode failedJohannes Berg1-3/+1
2012-03-08iwlwifi: redesign PASSIVE_NO_RX workaroundJohannes Berg1-34/+2
2012-03-07iwlwifi: virtualize nic_configJohannes Berg1-1/+1
2012-03-07iwlwifi: move irq to PCIeJohannes Berg1-6/+6