summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-4/+5
* mwifiex: support sysfs initiated device coredumpArend Van Spriel2018-05-231-0/+12
* Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris2018-01-161-2/+0
* mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu2018-01-081-0/+2
* mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu2018-01-081-4/+10
* mwifiex: fix compile warning of unused variableShawn Lin2017-07-281-1/+2
* mwifiex: use variable interface header lengthXinming Hu2017-05-311-6/+6
* mwifiex: initiate card-specific work atomicallyBrian Norris2017-05-181-11/+5
* mwifiex: Fix invalid port issueGanapathi Bhat2017-04-131-2/+2
* mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris2017-04-051-1/+4
* mwifiex: fix kernel crash after shutdown command timeoutBrian Norris2017-03-201-2/+2
* mwifiex: fix for unaligned readsDevidas Puranik2017-03-201-10/+13
* mwifiex: get rid of global save_adapter and sdio_workXinming Hu2017-01-121-18/+21
* mwifiex: get rid of __mwifiex_sdio_remove helperXinming Hu2017-01-121-8/+3
* mwifiex: sdio card reset enhancementXinming Hu2017-01-121-40/+33
* mwifiex: use module_*_driver helper macrosAmitkumar Karwar2017-01-121-28/+1
* mwifiex: get rid of global user_rmmod flagXinming Hu2017-01-121-23/+4
* mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu2017-01-121-171/+165
* mwifiex: wait firmware dump complete during card remove processXinming Hu2017-01-121-3/+12
* mwifiex: get rid of drv_info* adapter variablesXinming Hu2017-01-121-2/+4
* mwifiex: sdio: fix use after free issue for save_adapterAmitkumar Karwar2016-12-301-0/+6
* mwifiex: Removed unused 'pkt_type' variableKirtika Ruchandani2016-11-291-3/+0
* mwifiex: Remove unused 'pm_flag' variableKirtika Ruchandani2016-11-291-2/+0
* mwifiex: cleanup wake-IRQ handling if suspend failsBrian Norris2016-11-251-0/+1
* mwifiex: sdio: don't check for NULL sdio_funcBrian Norris2016-11-191-25/+15
* mwifiex: reset card->adapter during device unregisterXinming Hu2016-11-191-0/+1
* mwifiex: resolve suspend() race with async FW init failureBrian Norris2016-11-191-2/+10
* mwifiex: don't pretend to resume while remove()'ingBrian Norris2016-11-191-3/+0
* mwifiex: resolve races between async FW init (failure) and device removalBrian Norris2016-11-191-11/+7
* mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain2016-11-191-67/+5
* mwifiex: Allow mwifiex early access to device structureRajat Jain2016-11-191-4/+1
* mwifiex: don't do unbalanced free()'ing in cleanup_if()Brian Norris2016-11-181-6/+10
* mwifiex: report wakeup for wowlanRajat Jain2016-11-171-0/+8
* mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()Amitkumar Karwar2016-09-141-1/+3
* mwifiex: add manufacturing mode supportXinming Hu2016-09-091-1/+1
* mwifiex: fix link error against sdioArnd Bergmann2016-06-181-0/+14
* mwifiex: use better message and error code when OF node doesn't matchJavier Martinez Canillas2016-06-161-2/+2
* mwifiex: don't print an error if an optional DT property is missingJavier Martinez Canillas2016-06-161-1/+1
* mwifiex: check if mwifiex_sdio_probe_of() fails and return errorJavier Martinez Canillas2016-06-161-2/+7
* mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()Javier Martinez Canillas2016-06-161-2/+2
* mwifiex: consolidate mwifiex_sdio_probe() error pathsJavier Martinez Canillas2016-06-161-6/+11
* mwifiex: propagate mwifiex_add_card() errno code in mwifiex_sdio_probe()Javier Martinez Canillas2016-06-161-4/+4
* mwifiex: propagate sdio_enable_func() errno code in mwifiex_sdio_probe()Javier Martinez Canillas2016-06-161-1/+1
* mwifiex: only call mwifiex_sdio_probe_of() if dev has an OF nodeJavier Martinez Canillas2016-06-161-3/+3
* mwifiex: remove misleading GFP_DMA flag in buffer allocationsMathias Krause2016-06-141-2/+2
* mwifiex: fixup error messagesWei-Ning Huang2016-05-111-2/+3
* mwifiex: fw download does not release sdio bus during failureMarty Faltesek2016-04-271-2/+1
* mwifiex: add platform specific wakeup interrupt supportXinming Hu2016-04-261-0/+77
* mwifiex: remove redundant GFP_DMA flagXinming Hu2016-04-071-4/+3
* mwifiex: do not set multiport flag for tx/rx single packetXinming Hu2016-03-071-0/+6
OpenPOWER on IntegriCloud