summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/microchip/wilc1000/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-18wifi: wilc1000: disable SDIO func IRQ before suspendAlexis Lothoré1-0/+3
2024-06-18wifi: wilc1000: remove suspend/resume from cfg80211 partAlexis Lothoré1-4/+2
2024-06-18wifi: wilc1000: move sdio suspend method next to resume and pm ops definitionAlexis Lothoré1-24/+23
2024-06-18wifi: wilc1000: do not keep sdio bus claimed during suspend/resumeAlexis Lothoré1-2/+0
2024-06-18wifi: wilc1000: let host->chip suspend/resume notifications manage chip wake/...Alexis Lothoré1-5/+0
2024-06-18wifi: wilc1000: disable power sequencerAjay Singh1-15/+0
2024-05-17wifi: wilc1000: read MAC address from fuse at probeAjay Singh1-0/+14
2024-05-17wifi: wilc1000: make sdio deinit function really deinit the sdio cardAlexis Lothoré1-0/+45
2024-05-17wifi: wilc1000: register net device only after bus being fully initializedAlexis Lothoré1-2/+12
2024-04-05wifi: wilc1000: replace open-coded module_sdio_driver()Krzysztof Kozlowski1-3/+2
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao1-0/+1
2023-10-30wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()Dmitry Antipov1-4/+5
2023-08-01wifi: wilc1000: remove use of has_thrpt_enh3 flagPrasurjya Rohan Saikia1-93/+10
2022-11-01wifi: wilc1000: sdio: fix module autoloadingMichael Walle1-0/+1
2022-08-30wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com1-6/+33
2022-07-27wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPIAjay Singh1-0/+13
2022-05-11wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh1-1/+1
2021-12-20wilc1000: fix double free error in probe()Dan Carpenter1-0/+2
2021-09-21wilc1000: handle read failure issue for clockless registersAjay Singh1-0/+1
2021-08-21wilc1000: use devm_clk_get_optional()Claudiu Beznea1-8/+6
2021-08-21wilc1000: dispose irq on failure pathClaudiu Beznea1-2/+3
2021-08-21wilc1000: use goto labels on error pathClaudiu Beznea1-6/+10
2021-03-15wilc1000: write value to WILC_INTR2_ENABLE registerMarcus Folkesson1-1/+1
2020-08-27wilc1000: Fix memleak in wilc_sdio_probeDinghao Liu1-2/+3
2020-08-02wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh1-4/+2
2020-06-26wilc1000: move wilc driver out of stagingAjay Singh1-0/+1023