summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip/wilc1000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-011-2/+2
|\
| * wifi: radiotap: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-10-081-2/+2
* | wifi: cfg80211: pass net_device to .set_monitor_channelFelix Fietkau2024-10-231-1/+2
* | wifi: wilc1000: Set MAC after operation modeMarek Vasut2024-10-171-3/+3
* | wifi: wilc1000: Add WILC3000 supportAjay Singh2024-10-176-63/+299
* | wifi: wilc1000: Register wiphy after reading out chipidMarek Vasut2024-10-174-8/+17
* | wifi: wilc1000: Fold wilc_create_wiphy() into cfg80211.cMarek Vasut2024-10-172-48/+47
* | wifi: wilc1000: Fill in missing error handlingMarek Vasut2024-10-173-51/+118
* | wifi: wilc1000: Fold chip_allow_sleep()/chip_wakeup() into wlan.cMarek Vasut2024-10-172-26/+23
* | wifi: wilc1000: Clean up usage of wilc_get_chipid()Marek Vasut2024-10-175-49/+53
* | wifi: wilc1000: Keep slot powered on during suspend/resumeMarek Vasut2024-10-171-8/+1
|/
* wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_bus_pro...Li Zetao2024-09-091-4/+1
* wifi: wilc1000: Convert using devm_clk_get_optional_enabled() in wilc_sdio_pr...Li Zetao2024-09-091-7/+3
* wifi: wilc1000: fix potential RCU dereference issue in wilc_parse_join_bss_paramJiawei Ye2024-09-091-1/+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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-1/+2
|\
| * wifi: wilc1000: fix ies_len type in connect pathJozef Hopko2024-07-031-1/+2
* | 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-183-24/+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-182-9/+4
* | wifi: wilc1000: disable power sequencerAjay Singh2024-06-182-16/+0
* | Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-1110-48/+193
|\ \ | |/ |/|
| * wifi: wilc1000: read MAC address from fuse at probeAjay Singh2024-05-173-16/+42
| * wifi: wilc1000: make sdio deinit function really deinit the sdio cardAlexis Lothoré2024-05-171-0/+45
| * wifi: wilc1000: add function to read mac address from eFuseAlexis Lothoré2024-05-174-0/+65
| * wifi: wilc1000: set wilc_set_mac_address parameter as constAlexis Lothoré2024-05-173-4/+4
| * wifi: wilc1000: register net device only after bus being fully initializedAlexis Lothoré2024-05-174-14/+22
| * wifi: wilc1000: set net device registration as last step during interface cre...Alexis Lothoré2024-05-171-15/+16
* | wifi: wilc1000: document SRCU usage instead of SRCUAlexis Lothoré2024-06-011-0/+7
* | Revert "wifi: wilc1000: set atomic flag on kmemdup in srcu critical section"Alexis Lothoré2024-06-011-1/+1
* | Revert "wifi: wilc1000: convert list management to RCU"Alexis Lothoré2024-06-015-45/+64
|/
* wifi: wilc1000: convert list management to RCUAlexis Lothoré2024-04-165-64/+45
* wifi: wilc1000: set atomic flag on kmemdup in srcu critical sectionAlexis Lothoré2024-04-161-1/+1
* wifi: wilc1000: replace open-coded module_sdio_driver()Krzysztof Kozlowski2024-04-051-3/+2
* wifi: wilc1000: revert reset line logic flipAlexis Lothoré2024-02-211-3/+3
* wifi: wilc1000: remove AKM suite be32 conversion for external auth requestAlexis Lothoré2024-02-211-1/+1
* wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh2024-02-192-25/+35
* wifi: wilc1000: fix declarations orderingAlexis Lothoré2024-02-192-11/+11
* wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré2024-02-195-10/+16
* wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré2024-02-191-11/+14
* wifi: wilc1000: validate chip id during bus probeDavid Mosberger-Tang2024-02-153-20/+59
* wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfacesAlexis Lothoré2024-02-151-21/+7
* wifi: wilc1000: correct CRC7 calculationDavid Mosberger-Tang2024-02-121-1/+1
* wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config()Ajay Singh2024-02-121-1/+1
* Merge wireless into wireless-nextJohannes Berg2024-02-083-0/+3
|\
| * wifi: fill in MODULE_DESCRIPTION()s for wilc1000Breno Leitao2024-01-313-0/+3
* | wifi: wilc1000: remove setting msg.spiDavid Lechner2024-02-051-4/+0