summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip
Commit message (Expand)AuthorAgeFilesLines
...
* wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi"David Mosberger-Tang2021-12-142-3/+3
* wilc1000: Fix spurious "FW not responding" errorDavid Mosberger-Tang2021-12-141-1/+2
* wilc1000: Remove misleading USE_SPI_DMA macroDavid Mosberger-Tang2021-12-141-5/+0
* wilc1000: Fix missing newline in error messageDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Fix copy-and-paste typo in wilc_set_mac_addressDavid Mosberger-Tang2021-12-141-1/+1
* wilc1000: Add id_table to spi_driverDavid Mosberger-Tang2021-12-081-0/+7
* Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-12-071-5/+0
|\
| * wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()Ajay Singh2021-11-261-5/+0
* | wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski2021-11-191-3/+3
|/
* wilc1000: use eth_hw_addr_set()Jakub Kicinski2021-10-202-5/+11
* wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-131-1/+0
* wilc1000: increase config packets response wait timeout limitAjay Singh2021-09-211-1/+1
* wilc1000: use correct write command sequence in wilc_spi_sync_ext()Ajay Singh2021-09-211-1/+1
* wilc1000: add 'initialized' flag check before adding an element to TX queueAjay Singh2021-09-212-0/+13
* wilc1000: invoke chip reset register before firmware downloadAjay Singh2021-09-211-3/+19
* wilc1000: ignore clockless registers status response for SPIAjay Singh2021-09-211-4/+8
* wilc1000: handle read failure issue for clockless registersAjay Singh2021-09-214-0/+23
* wilc1000: add reset/terminate/repeat command support for SPI busAjay Singh2021-09-211-0/+61
* wilc1000: configure registers to handle chip wakeup sequenceAjay Singh2021-09-215-55/+53
* wilc1000: add new WID to pass wake_enable information to firmwareAjay Singh2021-09-215-0/+28
* wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh2021-09-211-2/+1
* wilc1000: move 'deinit_lock' lock init/destroy inside module probeAjay Singh2021-09-213-8/+2
* wilc1000: Convert module-global "isinit" to device-specific variableDavid Mosberger-Tang2021-08-291-7/+8
* wilc1000: remove redundant codewengjianfeng2021-08-211-22/+16
* wilc1000: use devm_clk_get_optional()Claudiu Beznea2021-08-212-16/+13
* wilc1000: dispose irq on failure pathClaudiu Beznea2021-08-211-2/+3
* wilc1000: use goto labels on error pathClaudiu Beznea2021-08-212-12/+20
* wilc1000: Fix clock name bindingTudor Ambarus2021-06-151-1/+1
* wilc1000: Remove duplicate struct declarationWan Jiabing2021-04-181-1/+0
* wilc1000: fix a loop timeout conditionDan Carpenter2021-04-171-1/+1
* wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang2021-04-171-9/+16
* wilc1000: Add support for enabling CRCDavid Mosberger-Tang2021-04-172-64/+115
* wilc1000: Check for errors at end of DMA writeDavid Mosberger-Tang2021-04-171-1/+61
* wilc1000: Introduce symbolic names for SPI protocol registerDavid Mosberger-Tang2021-04-171-9/+29
* wilc1000: Make SPI transfers work at 48MHzDavid Mosberger-Tang2021-04-171-13/+29
* wilc1000: use wilc handler as cookie in request_threaded_irq()Ajay Singh2021-03-151-9/+5
* wilc1000: write value to WILC_INTR2_ENABLE registerMarcus Folkesson2021-03-151-1/+1
* wilc1000: Support chip sleep over SPIDavid Mosberger-Tang2021-03-152-4/+58
* wilc1000: Fix use of void pointer as a wrong struct typeVsevolod Kozlov2021-02-113-9/+11
* Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-02-062-5/+5
|\
| * wilc1000: use flexible-array member instead of zero-length arrayTian Tao2021-01-141-4/+4
| * wilc1000: fix spelling mistake in Kconfig "devision" -> "division"Colin Ian King2021-01-141-1/+1
* | cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-223-4/+4
|/
* wilc1000: changes for SPI communication stall issue found with IperfAjay Singh2020-12-101-2/+21
* wilc1000: remove redundant assignment to pointer vifColin Ian King2020-12-071-1/+0
* wilc1000: added queue support for WMMAjay Singh2020-12-024-61/+302
* wilc1000: call complete() for failure in wilc_wlan_txq_add_cfg_pkt()Ajay Singh2020-12-021-1/+3
* wilc1000: free resource in wilc_wlan_txq_add_mgmt_pkt() for failure pathAjay Singh2020-12-021-2/+6
* wilc1000: free resource in wilc_wlan_txq_add_net_pkt() for failure pathAjay Singh2020-12-021-2/+6