summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/mwifiex/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21wifi: mwifiex: fix uninitialized firmware_statDavid Lin1-1/+1
2023-12-15wifi: mwifiex: add extra delay for firmware readyDavid Lin1-0/+19
2023-09-21wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rxDmitry Antipov1-10/+0
2023-08-21wifi: mwifiex: fix comment typos in SDIO moduleDmitry Antipov1-2/+2
2023-08-21wifi: mwifiex: handle possible mwifiex_write_reg() errorsDmitry Antipov1-10/+12
2023-03-15wifi: mwifiex: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-02-13wifi: mwifiex: Support SD8978 chipsetLukas Wunner1-2/+23
2023-02-13wifi: mwifiex: Add missing compatible string for SD8787Lukas Wunner1-0/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-13/+1
2022-07-27wifi: mwifiex: Fix comment typoJason Wang1-1/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_391.RULEThomas Gleixner1-13/+1
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+22
2022-04-27mwifiex: Add SD8997 SDIO-UART firmwareAndrejs Cainikovs1-0/+2
2022-04-27mwifiex: Select firmware based on strappingAndrejs Cainikovs1-1/+20
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang1-1/+1
2020-10-08mwifiex: fix double freeTom Rix1-0/+2
2020-09-07mwifiex: sdio: Fix -Wunused-const-variable warningsYueHaibing1-0/+427
2020-05-29mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár1-29/+9
2020-02-14mwifiex: change license text from MARVELL to NXPGanapathi Bhat1-4/+4
2019-11-14mwifiex: Re-work support for SDIO HW resetUlf Hansson1-11/+22
2019-05-05Merge tag 'wireless-drivers-next-for-davem-2019-05-03' of git://git.kernel.or...David S. Miller1-0/+5
2019-04-25mwifiex: add support for SD8987 chipsetTamás Szűcs1-0/+5
2019-04-25mwifiex: Make resume actually do something useful again on SDIO cardsDouglas Anderson1-1/+1
2019-02-01mwifiex: add support for sd8977 chipsetHemantkumar Suthar1-0/+5
2018-07-31mwifiex: use atomic bitops to represent adapter status variablesGanapathi Bhat1-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-4/+5
2018-05-23mwifiex: support sysfs initiated device coredumpArend Van Spriel1-0/+12
2018-01-16Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris1-2/+0
2018-01-08mwifiex: cancel pcie/sdio work in remove/shutdown handlerXinming Hu1-0/+2
2018-01-08mwifiex: refactor device dump code to make it generic for usb interfaceXinming Hu1-4/+10
2017-07-28mwifiex: fix compile warning of unused variableShawn Lin1-1/+2
2017-05-31mwifiex: use variable interface header lengthXinming Hu1-6/+6
2017-05-18mwifiex: initiate card-specific work atomicallyBrian Norris1-11/+5
2017-04-13mwifiex: Fix invalid port issueGanapathi Bhat1-2/+2
2017-04-05mwifiex: catch mwifiex_fw_dpc() errors properly in resetBrian Norris1-1/+4
2017-03-20mwifiex: fix kernel crash after shutdown command timeoutBrian Norris1-2/+2
2017-03-20mwifiex: fix for unaligned readsDevidas Puranik1-10/+13
2017-01-12mwifiex: get rid of global save_adapter and sdio_workXinming Hu1-18/+21
2017-01-12mwifiex: get rid of __mwifiex_sdio_remove helperXinming Hu1-8/+3
2017-01-12mwifiex: sdio card reset enhancementXinming Hu1-40/+33
2017-01-12mwifiex: use module_*_driver helper macrosAmitkumar Karwar1-28/+1
2017-01-12mwifiex: get rid of global user_rmmod flagXinming Hu1-23/+4
2017-01-12mwifiex: code rearrangement in pcie.c and sdio.cXinming Hu1-171/+165
2017-01-12mwifiex: wait firmware dump complete during card remove processXinming Hu1-3/+12
2017-01-12mwifiex: get rid of drv_info* adapter variablesXinming Hu1-2/+4
2016-12-30mwifiex: sdio: fix use after free issue for save_adapterAmitkumar Karwar1-0/+6
2016-11-29mwifiex: Removed unused 'pkt_type' variableKirtika Ruchandani1-3/+0
2016-11-29mwifiex: Remove unused 'pm_flag' variableKirtika Ruchandani1-2/+0
2016-11-25mwifiex: cleanup wake-IRQ handling if suspend failsBrian Norris1-0/+1
2016-11-19mwifiex: sdio: don't check for NULL sdio_funcBrian Norris1-25/+15