summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/microchip
AgeCommit message (Expand)AuthorFilesLines
2021-12-16wilc1000: Improve WILC TX performance when power_save is offDavid Mosberger-Tang3-2/+6
2021-12-14wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"David Mosberger-Tang2-11/+14
2021-12-14wilc1000: Rename tx task from "K_TXQ_TASK" to NETDEV-txDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Rename irq handler from "WILC_IRQ" to netdev nameDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Rename SPI driver from "WILC_SPI" to "wilc1000_spi"David Mosberger-Tang2-3/+3
2021-12-14wilc1000: Fix spurious "FW not responding" errorDavid Mosberger-Tang1-1/+2
2021-12-14wilc1000: Remove misleading USE_SPI_DMA macroDavid Mosberger-Tang1-5/+0
2021-12-14wilc1000: Fix missing newline in error messageDavid Mosberger-Tang1-1/+1
2021-12-14wilc1000: Fix copy-and-paste typo in wilc_set_mac_addressDavid Mosberger-Tang1-1/+1
2021-12-08wilc1000: Add id_table to spi_driverDavid Mosberger-Tang1-0/+7
2021-12-07Merge tag 'wireless-drivers-next-2021-12-07' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-5/+0
2021-11-26wilc1000: remove '-Wunused-but-set-variable' warning in chip_wakeup()Ajay Singh1-5/+0
2021-11-19wilc1000: copy address before calling wilc_set_mac_addressJakub Kicinski1-3/+3
2021-10-20wilc1000: use eth_hw_addr_set()Jakub Kicinski2-5/+11
2021-10-13wireless: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-09-21wilc1000: increase config packets response wait timeout limitAjay Singh1-1/+1
2021-09-21wilc1000: use correct write command sequence in wilc_spi_sync_ext()Ajay Singh1-1/+1
2021-09-21wilc1000: add 'initialized' flag check before adding an element to TX queueAjay Singh2-0/+13
2021-09-21wilc1000: invoke chip reset register before firmware downloadAjay Singh1-3/+19
2021-09-21wilc1000: ignore clockless registers status response for SPIAjay Singh1-4/+8
2021-09-21wilc1000: handle read failure issue for clockless registersAjay Singh4-0/+23
2021-09-21wilc1000: add reset/terminate/repeat command support for SPI busAjay Singh1-0/+61
2021-09-21wilc1000: configure registers to handle chip wakeup sequenceAjay Singh5-55/+53
2021-09-21wilc1000: add new WID to pass wake_enable information to firmwareAjay Singh5-0/+28
2021-09-21wilc1000: fix possible memory leak in cfg_scan_result()Ajay Singh1-2/+1
2021-09-21wilc1000: move 'deinit_lock' lock init/destroy inside module probeAjay Singh3-8/+2
2021-08-29wilc1000: Convert module-global "isinit" to device-specific variableDavid Mosberger-Tang1-7/+8
2021-08-21wilc1000: remove redundant codewengjianfeng1-22/+16
2021-08-21wilc1000: use devm_clk_get_optional()Claudiu Beznea2-16/+13
2021-08-21wilc1000: dispose irq on failure pathClaudiu Beznea1-2/+3
2021-08-21wilc1000: use goto labels on error pathClaudiu Beznea2-12/+20
2021-06-15wilc1000: Fix clock name bindingTudor Ambarus1-1/+1
2021-04-18wilc1000: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-04-17wilc1000: fix a loop timeout conditionDan Carpenter1-1/+1
2021-04-17wilc1000: Bring MAC address setting in line with typical Linux behaviorDavid Mosberger-Tang1-9/+16
2021-04-17wilc1000: Add support for enabling CRCDavid Mosberger-Tang2-64/+115
2021-04-17wilc1000: Check for errors at end of DMA writeDavid Mosberger-Tang1-1/+61
2021-04-17wilc1000: Introduce symbolic names for SPI protocol registerDavid Mosberger-Tang1-9/+29
2021-04-17wilc1000: Make SPI transfers work at 48MHzDavid Mosberger-Tang1-13/+29
2021-03-15wilc1000: use wilc handler as cookie in request_threaded_irq()Ajay Singh1-9/+5
2021-03-15wilc1000: write value to WILC_INTR2_ENABLE registerMarcus Folkesson1-1/+1
2021-03-15wilc1000: Support chip sleep over SPIDavid Mosberger-Tang2-4/+58
2021-02-11wilc1000: Fix use of void pointer as a wrong struct typeVsevolod Kozlov3-9/+11
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-5/+5
2021-01-22cfg80211: change netdev registration/unregistration semanticsJohannes Berg3-4/+4
2021-01-14wilc1000: use flexible-array member instead of zero-length arrayTian Tao1-4/+4
2021-01-14wilc1000: fix spelling mistake in Kconfig "devision" -> "division"Colin Ian King1-1/+1
2020-12-10wilc1000: changes for SPI communication stall issue found with IperfAjay Singh1-2/+21
2020-12-07wilc1000: remove redundant assignment to pointer vifColin Ian King1-1/+0
2020-12-02wilc1000: added queue support for WMMAjay Singh4-61/+302