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