summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller2019-05-051-0/+5
|\
| * mwifiex: add support for SD8987 chipsetTamás Szűcs2019-04-251-0/+5
* | mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson2019-04-251-1/+1
|/
* mwifiex: add support for sd8977 chipsetHemantkumar Suthar2019-02-011-0/+5
* mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat2018-07-311-6/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-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/+0Star
* 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/+5Star
* 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/+3Star
* mwifiex: sdio card reset enhancementXinming Hu2017-01-121-40/+33Star
* mwifiex: use module_*_driver helper macrosAmitkumar Karwar2017-01-121-28/+1Star
* mwifiex: get rid of global user_rmmod flagXinming Hu2017-01-121-23/+4Star
* mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu2017-01-121-171/+165Star
* 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/+0Star
* mwifiex: Remove unused 'pm_flag' variableKirtika Ruchandani2016-11-291-2/+0Star
* 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/+15Star
* 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/+0Star
* mwifiex: resolve races between async FW init (failure) and device removalBrian Norris2016-11-191-11/+7Star
* mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain2016-11-191-67/+5Star
* mwifiex: Allow mwifiex early access to device structureRajat Jain2016-11-191-4/+1Star
* 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