summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip/wilc1000/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_pr...Li Zetao14 days1-7/+3
* wifi: wilc1000: Re-enable RTC clock on resumeMarek Vasut2024-09-031-0/+3
* wifi: wilc1000: Do not operate uninitialized hardware during suspend/resumeMarek Vasut2024-09-031-0/+7
* wifi: wilc1000: disable SDIO func IRQ before suspendAlexis Lothoré2024-06-181-0/+3
* wifi: wilc1000: remove suspend/resume from cfg80211 partAlexis Lothoré2024-06-181-4/+2
* wifi: wilc1000: move sdio suspend method next to resume and pm ops definitionAlexis Lothoré2024-06-181-24/+23
* wifi: wilc1000: do not keep sdio bus claimed during suspend/resumeAlexis Lothoré2024-06-181-2/+0
* wifi: wilc1000: let host->chip suspend/resume notifications manage chip wake/...Alexis Lothoré2024-06-181-5/+0
* wifi: wilc1000: disable power sequencerAjay Singh2024-06-181-15/+0
* wifi: wilc1000: read MAC address from fuse at probeAjay Singh2024-05-171-0/+14
* wifi: wilc1000: make sdio deinit function really deinit the sdio cardAlexis Lothoré2024-05-171-0/+45
* wifi: wilc1000: register net device only after bus being fully initializedAlexis Lothoré2024-05-171-2/+12
* wifi: wilc1000: replace open-coded module_sdio_driver()Krzysztof Kozlowski2024-04-051-3/+2
* wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao2024-01-311-0/+1
* wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53()Dmitry Antipov2023-10-301-4/+5
* wifi: wilc1000: remove use of has_thrpt_enh3 flagPrasurjya Rohan Saikia2023-08-011-93/+10
* wifi: wilc1000: sdio: fix module autoloadingMichael Walle2022-11-011-0/+1
* wifi: wilc1000: fix DMA on stack objectsAjay.Kathat@microchip.com2022-08-301-6/+33
* wifi: wilc1000: add 'isinit' flag for SDIO bus similar to SPIAjay Singh2022-07-271-0/+13
* wilc1000: use fixed function base register value to access SDIO_FBR_ENABLE_CSAAjay Singh2022-05-111-1/+1
* wilc1000: fix double free error in probe()Dan Carpenter2021-12-201-0/+2
* wilc1000: handle read failure issue for clockless registersAjay Singh2021-09-211-0/+1
* wilc1000: use devm_clk_get_optional()Claudiu Beznea2021-08-211-8/+6
* wilc1000: dispose irq on failure pathClaudiu Beznea2021-08-211-2/+3
* wilc1000: use goto labels on error pathClaudiu Beznea2021-08-211-6/+10
* wilc1000: write value to WILC_INTR2_ENABLE registerMarcus Folkesson2021-03-151-1/+1
* wilc1000: Fix memleak in wilc_sdio_probeDinghao Liu2020-08-271-2/+3
* wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh2020-08-021-4/+2
* wilc1000: move wilc driver out of stagingAjay Singh2020-06-261-0/+1023