summaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_module.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-30rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2015-03-30mwifiex: recover from skb allocation failures during RXZhaoyang Liu1-18/+24
2015-03-30mwifiex: stop command path in suspend handlerAvinash Patil1-3/+11
2015-03-30mwifiex: remove an unneede NULL check in mwifiex_init_adapter()Dan Carpenter1-12/+9
2015-03-30mwifiex: Fix issue in the SDIO reset path of mwifiex.Maithili Hinge4-36/+28
2015-03-30ath9k: use REG_RMW and rmw buffer in ath9k_hw_def_set_gainOleksij Rempel1-20/+14
2015-03-30ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_board_valuesOleksij Rempel1-6/+8
2015-03-30ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_gainOleksij Rempel1-8/+8
2015-03-30ath9k: ath9k_hw_4k_set_board_values: use rmw bufferOleksij Rempel1-0/+2
2015-03-30ath9k: ath9k_hw_analog_shift_rmw: use REG_RMWOleksij Rempel1-6/+1
2015-03-30ath9k: ath9k_hw_4k_set_board_values: use rmw bufferOleksij Rempel1-0/+2
2015-03-30ath9k: use rmw buffer in ath9k_hw_set_operating_mode and ath9k_hw_resetOleksij Rempel1-0/+4
2015-03-30ath9k: ath9k_hw_set_4k_power_cal_tabl: use rmw bufferOleksij Rempel1-0/+2
2015-03-30ath9k: write buffer related optimisation in ar5008_hw_set_channel_regsOleksij Rempel1-2/+3
2015-03-30ath9k: ath9k_hw_loadnf: use REG_RMWOleksij Rempel1-11/+8
2015-03-30ath9k: use one shot read in ath9k_hw_update_mibstatsOleksij Rempel1-5/+15
2015-03-30ath9k: ar9271_hw_pa_cal: use REG_READ_ARRAYOleksij Rempel1-2/+1
2015-03-30ath9k: add new function ath9k_hw_read_arrayOleksij Rempel2-0/+33
2015-03-30ath9k: add multi_read to be compatible with ath9k_htcOleksij Rempel1-0/+11
2015-03-30ath9k: ar9271_hw_pa_cal: use RMW bufferOleksij Rempel1-2/+6
2015-03-30ath9k: ar9271_hw_pa_cal: use proper makroses.Oleksij Rempel1-24/+19
2015-03-30ath9k: ar9271_hw_pa_cal - use defs instead of magin numbersOleksij Rempel1-17/+18
2015-03-30ath9k_htc: add new WMI_REG_RMW_CMDID commandOleksij Rempel6-6/+175
2015-03-30rtlwifi: Change REG_CR+2 to MSRTaehee Yoo9-11/+11
2015-03-30rt2800usb: check Autorun mode on FW load only onceStanislaw Gruszka1-0/+1
2015-03-21ath9k: Fix AIC compilation errorSujith Manoharan1-2/+4
2015-03-20bcma: gpio: use predictable base for all BCM47XX busesRafał Miłecki1-8/+15
2015-03-20mwifiex: fix crash in SDIO RX pathAvinash Patil1-1/+1
2015-03-20brcmfmac: remove support for unreleased BCM4354 PCIeArend van Spriel1-9/+0
2015-03-20brcmfmac: only support the BCM43455/7 deviceArend van Spriel1-5/+5
2015-03-20brcmfmac: add support for BCM43430 SDIO chipsetArend van Spriel6-1/+34
2015-03-20brcmfmac: add MODULE_FIRMWARE() macros for bcm4356 PCIe deviceArend van Spriel1-0/+2
2015-03-20brcmfmac: Remove unnecessary new-line in pcie console logging.Hante Meuleman1-2/+1
2015-03-20brcmfmac: Update msgbuf commonring size for improved throughput.Hante Meuleman1-4/+4
2015-03-20brcmfmac: Add necessary memory barriers for SDIO.Hante Meuleman1-24/+33
2015-03-20brcmfmac: avoid runtime-pm for sdio host controllerArend van Spriel1-1/+3
2015-03-20mwifiex: missing curly braces in mwifiex_write_data_complete()Dan Carpenter1-1/+2
2015-03-20rt2x00: add new rt2800usb device DWA 130Scott Branden1-0/+1
2015-03-20wil6210: fall back to pseudo-DMS mcast for secure link and PBSSVladimir Kondratiev1-2/+101
2015-03-20wil6210: implement broadcast/multicast dataVladimir Kondratiev5-76/+167
2015-03-20wil6210: add bcast structures to WMIVladimir Kondratiev1-2/+18
2015-03-20wil6210: Prefer ether_addr_copy() over memcpy()Vladimir Kondratiev2-8/+10
2015-03-20wil6210: Align Rx frames on 4*n+2 by having SNAPVladimir Kondratiev4-3/+33
2015-03-20wil6210: fix check for FW responsivenessVladimir Kondratiev2-2/+2
2015-03-20wil6210: optimize index manipulation in wil_vring_reap_rxVladimir Kondratiev1-6/+11
2015-03-20cw1200: Fix suspendLars-Peter Clausen1-7/+4
2015-03-20rtl8188ee: fix build break due to missing rtl_hal_pwrseqcmdparsing definitionJeff Layton1-0/+1
2015-03-20ath9k: Start AIC calibration during MCI resetSujith Manoharan1-0/+3
2015-03-20ath9k: Handle MCI_STATE_AIC_CALSujith Manoharan3-2/+31
2015-03-20ath9k: Handle MCI_STATE_AIC_STARTSujith Manoharan3-0/+38