aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18iwlwifi: move under intel vendor directoryKalle Valo1-289/+0
2015-09-21iwlwifi: mvm: remove IWL_UCODE_TLV_API_HDC_PHASE_0 TLV flagEmmanuel Grumbach1-0/+1
2015-08-28iwlwifi: Deinline iwl_{read,write}(8,32}Emmanuel Grumbach1-0/+22
2015-03-26iwlwifi: drop support for early versions of 8000Emmanuel Grumbach1-10/+3
2015-03-12iwlwifi: mvm: fix force NMI for 8000Emmanuel Grumbach1-0/+2
2015-01-22iwlwifi: correctly set the NMI registerEmmanuel Grumbach1-3/+7
2014-09-14iwlwifi: make hw rev checking more readableLiad Kaufman1-1/+1
2014-05-15iwlwifi: update nmi registerLiad Kaufman1-0/+18
2014-03-09iwlwifi: pcie: enable LP XTAL to reduce power consumptionAlexander Bondar1-2/+2
2014-02-03iwlwifi: pcie: fix secure section / dual cpu firmware loadingEran Harary1-0/+15
2013-12-31iwlwifi: Update Copyright to 2014Emmanuel Grumbach1-1/+1
2013-10-29iwlwifi: remove duplicate includesMichael Opdenacker1-1/+0
2013-07-16iwlwifi: move dump_fh into common codeInbal Hacohen1-0/+67
2013-03-06iwlwifi: export symbols only conditionallyJohannes Berg1-9/+10
2013-02-01iwlwifi: move register access lock into transportLilach Edelstein1-29/+14
2013-02-01iwlwifi: add iwl_set_bits_mask to transport APILilach Edelstein1-48/+0
2013-01-24iwlwifi: update copyrightJohannes Berg1-1/+1
2013-01-03iwlwifi: always check that grab_nic_access succeedsEmmanuel Grumbach1-13/+15
2013-01-03iwlwifi: virtualize SRAM accessEmmanuel Grumbach1-56/+0
2013-01-03iwlwifi: virtualize iwl_{grab,release}_nic_accessEmmanuel Grumbach1-92/+22
2012-12-06iwlwifi: move prph handling into the transportEmmanuel Grumbach1-20/+20
2012-10-16iwlwifi: wipe out the status of the SCD when we disable a queueEmmanuel Grumbach1-2/+2
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-06-28treewide: Put a space between #include and FILEPaul Bolle1-1/+1
2012-06-13iwlwifi: iwl_{read,write}_targ_mem_words takes dwordsEmmanuel Grumbach1-10/+10
2012-06-06iwlwifi: add iwl_set_bits_maskJohannes Berg1-0/+18
2012-06-05iwlwifi: implement dynamic opmode loadingDon Fry1-0/+19
2012-03-08iwlwifi: cleanup/fix memory barriersStanislaw Gruszka1-5/+7
2012-03-08iwlwifi: always check if got h/w access before writeStanislaw Gruszka1-25/+28
2012-03-08iwlwifi: dump stack when fail to gain access to the deviceStanislaw Gruszka1-3/+3
2012-02-02iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-96/+97
2012-01-06iwlwifi: update CopyrightWey-Yi Guy1-1/+1
2011-12-16iwlwifi: add IO function for continuous write of target memoryHsu, Kenny1-3/+16
2011-11-21iwlwifi: remove redundancyWey-Yi Guy1-1/+1
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-94/+98
2011-04-30iwlagn: introduce silent grabbing of NIC accessJohannes Berg1-5/+13
2011-04-22iwlagn: simplify error table readingJohannes Berg1-3/+15
2011-04-07iwlagn: move IO functions out of lineJohannes Berg1-0/+274