aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/mwifiex/sdio.c
AgeCommit message (Expand)Author
2020-10-29mwifiex: fix double freeTom Rix
2020-05-29mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat
2019-11-14mwifiex: Re-work support for SDIO HW resetUlf Hansson
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller
2019-04-25mwifiex: add support for SD8987 chipsetTamás Szűcs
2019-04-25mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson
2019-02-01mwifiex: add support for sd8977 chipsetHemantkumar Suthar
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-23mwifiex: support sysfs initiated device coredumpArend Van Spriel
2018-01-16Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris
2018-01-08mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu
2017-07-28mwifiex: fix compile warning of unused variableShawn Lin
2017-05-31mwifiex: use variable interface header lengthXinming Hu
2017-05-18mwifiex: initiate card-specific work atomicallyBrian Norris
2017-04-13mwifiex: Fix invalid port issueGanapathi Bhat
2017-04-05mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris
2017-03-20mwifiex: fix kernel crash after shutdown command timeoutBrian Norris
2017-03-20mwifiex: fix for unaligned readsDevidas Puranik
2017-01-12mwifiex: get rid of global save_adapter and sdio_workXinming Hu
2017-01-12mwifiex: get rid of __mwifiex_sdio_remove helperXinming Hu
2017-01-12mwifiex: sdio card reset enhancementXinming Hu
2017-01-12mwifiex: use module_*_driver helper macrosAmitkumar Karwar
2017-01-12mwifiex: get rid of global user_rmmod flagXinming Hu
2017-01-12mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu
2017-01-12mwifiex: wait firmware dump complete during card remove processXinming Hu
2017-01-12mwifiex: get rid of drv_info* adapter variablesXinming Hu
2016-12-30mwifiex: sdio: fix use after free issue for save_adapterAmitkumar Karwar
2016-11-29mwifiex: Removed unused 'pkt_type' variableKirtika Ruchandani
2016-11-29mwifiex: Remove unused 'pm_flag' variableKirtika Ruchandani
2016-11-25mwifiex: cleanup wake-IRQ handling if suspend failsBrian Norris
2016-11-19mwifiex: sdio: don't check for NULL sdio_funcBrian Norris
2016-11-19mwifiex: reset card->adapter during device unregisterXinming Hu
2016-11-19mwifiex: resolve suspend() race with async FW init failureBrian Norris
2016-11-19mwifiex: don't pretend to resume while remove()'ingBrian Norris
2016-11-19mwifiex: resolve races between async FW init (failure) and device removalBrian Norris
2016-11-19mwifiex: Enable WoWLAN for both sdio and pcieRajat Jain
2016-11-19mwifiex: Allow mwifiex early access to device structureRajat Jain
2016-11-18mwifiex: don't do unbalanced free()'ing in cleanup_if()Brian Norris
2016-11-17mwifiex: report wakeup for wowlanRajat Jain
2016-09-14mwifiex: handle error if IRQ request fails in mwifiex_sdio_of()Amitkumar Karwar
2016-09-09mwifiex: add manufacturing mode supportXinming Hu
2016-06-18mwifiex: fix link error against sdioArnd Bergmann
2016-06-16mwifiex: use better message and error code when OF node doesn't matchJavier Martinez Canillas
2016-06-16mwifiex: don't print an error if an optional DT property is missingJavier Martinez Canillas
2016-06-16mwifiex: check if mwifiex_sdio_probe_of() fails and return errorJavier Martinez Canillas
2016-06-16mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()Javier Martinez Canillas
2016-06-16mwifiex: consolidate mwifiex_sdio_probe() error pathsJavier Martinez Canillas