summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)AuthorLines
2020-07-02staging: wilc1000: remove obsolete TODO fileGreg Kroah-Hartman-3/+0
2020-06-26wilc1000: move wilc driver out of stagingAjay Singh-10654/+0
2020-06-07Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+3
2020-05-05staging: wilc1000: Increase the size of wid_list arrayOscar Carter-1/+3
2020-04-29staging: wilc1000: adjust for management frame register API changesJohannes Berg-41/+30
2020-03-26staging: wilc1000: Use crc7 in lib/ rather than a private copyGeorge Spelvin-58/+11
2020-03-26staging: wilc1000: remove label from examples in DT binding documentationAjay Singh-3/+2
2020-03-17staging: wilc1000: rearrange line exceeding 80 charactersGokce Kuler-2/+4
2020-03-17Staging: wilc1000: cfg80211: Use kmemdup instead of kmalloc and memcpyShreeya Patel-2/+1
2020-03-12staging: wilc1000: updated DT binding documentationAjay Singh-129/+72
2020-03-12staging: wilc1000: modified 'clock-names' and 'compatible' propertyAjay Singh-3/+3
2020-03-12staging: wilc1000: use 'interrupts' property instead of 'irq-gpio'Ajay Singh-51/+21
2020-03-10staging: wilc1000: spi: Use new structure for SPI transfer delaysSergiu Cuciurean-3/+12
2020-03-04staging: wilc1000: use flexible-array member instead of zero-length arrayAjay Singh-5/+5
2020-03-04staging: wilc1000: remove unnecessary always true 'if' conditionsAjay Singh-18/+14
2020-03-04staging: wilc1000: use correct data for memcpy in wilc_hif_pack_sta_param()Ajay Singh-1/+1
2020-02-23staging: wilc1000: use YAML schemas for DT binding documentationAjay Singh-72/+129
2020-02-23staging: wilc1000: avoid double unlocking of 'wilc->hif_cs' mutexAjay Singh-1/+0
2020-02-23staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva-6/+6
2020-02-14staging: wilc1000: define macros to replace magic number valuesAjay Singh-43/+99
2020-02-14staging: wilc1000: use short name for hif local variable in chip_wakeup()Ajay Singh-19/+16
2020-02-14staging: wilc1000: define macros for different register address for SDIOAjay Singh-37/+76
2020-02-14staging: wilc1000: use commmon function to set SDIO block sizeAjay Singh-40/+11
2020-02-14staging: wilc1000: make use of ALIGN macroAjay Singh-35/+3
2020-02-14staging: wilc1000: refactor interrupt handling for sdioAjay Singh-66/+39
2020-02-14staging: wilc1000: remove use of MAX_NUN_INT_THRPT_ENH2 macroAjay Singh-18/+4
2020-02-14staging: wilc1000: make use of FIELD_GET/_PREP macroAjay Singh-21/+39
2020-02-12staging: wilc1000: refactor p2p action frames handling API'sAjay Singh-172/+128
2020-02-11staging: wilc1000: directly fetch 'priv' handler from 'vif' instanceAjay Singh-2/+1
2020-02-11staging: wilc1000: remove use of vendor specific IE for p2p handlingAjay Singh-77/+4
2020-02-09staging: wilc1000: refactor SPI read/write commands handling API'sAjay Singh-380/+374
2020-01-23staging: wilc1000: avoid mutex unlock without lock in wilc_wlan_handle_txq()Ajay Singh-6/+12
2020-01-23staging: wilc1000: return zero on success and non-zero on function failureAjay Singh-239/+197
2020-01-22staging: wilc1000: remove unused code prior to throughput enhancement in SPIAjay Singh-139/+4
2020-01-22staging: wilc1000: added 'wilc_' prefix for 'struct assoc_resp' nameAjay Singh-2/+2
2020-01-22staging: wilc1000: move firmware API struct's to separate header fileAjay Singh-108/+120
2020-01-22staging: wilc1000: remove use of infinite loop conditionsAjay Singh-146/+84
2020-01-15staging: wilc1000: remove redundant assignment to variable resultColin Ian King-2/+2
2019-12-10staging: wilc1000: use GENMASK to extract wid typeAjay Singh-4/+5
2019-12-10staging: wilc1000: use kernel provided struct cast to extract mac headerAjay Singh-6/+3
2019-12-10staging: wilc1000: remove unused compile time featurizationAjay Singh-23/+0
2019-11-11staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()Ajay Singh-10/+15
2019-11-05staging: wilc1000: use defines for msg types received from firmwareAjay Singh-11/+9
2019-11-05staging: wilc1000: added proper spacing for commentsAjay Singh-12/+21
2019-11-05staging: wilc1000: avoid use of C++ style commentsAjay Singh-1/+1
2019-11-05staging: wilc1000: added 'WILC_' prefix in header guard macroAjay Singh-6/+6
2019-11-05staging: wilc1000: remove 'wilc_' prefix from filenamesAjay Singh-24/+24
2019-11-05staging: wilc1000: avoid 'bool' datatype in struct sent to firmwareAjay Singh-2/+4
2019-10-29staging: wilc1000: check if device is initialzied before changing vifAdham Abozaeid-6/+12
2019-10-24staging: wilc1000: handle mgmt frames for both interfaces during concurrent modeAjay Singh-8/+5