index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wilc1000
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-07
Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2020-05-05
staging: wilc1000: Increase the size of wid_list array
Oscar Carter
1
-1
/
+3
2020-04-29
staging: wilc1000: adjust for management frame register API changes
Johannes Berg
4
-41
/
+30
2020-03-26
staging: wilc1000: Use crc7 in lib/ rather than a private copy
George Spelvin
2
-58
/
+11
2020-03-26
staging: wilc1000: remove label from examples in DT binding documentation
Ajay Singh
1
-3
/
+2
2020-03-17
staging: wilc1000: rearrange line exceeding 80 characters
Gokce Kuler
1
-2
/
+4
2020-03-17
Staging: wilc1000: cfg80211: Use kmemdup instead of kmalloc and memcpy
Shreeya Patel
1
-2
/
+1
2020-03-12
staging: wilc1000: updated DT binding documentation
Ajay Singh
3
-129
/
+72
2020-03-12
staging: wilc1000: modified 'clock-names' and 'compatible' property
Ajay Singh
2
-3
/
+3
2020-03-12
staging: wilc1000: use 'interrupts' property instead of 'irq-gpio'
Ajay Singh
5
-51
/
+21
2020-03-10
staging: wilc1000: spi: Use new structure for SPI transfer delays
Sergiu Cuciurean
1
-3
/
+12
2020-03-04
staging: wilc1000: use flexible-array member instead of zero-length array
Ajay Singh
1
-5
/
+5
2020-03-04
staging: wilc1000: remove unnecessary always true 'if' conditions
Ajay Singh
2
-18
/
+14
2020-03-04
staging: wilc1000: use correct data for memcpy in wilc_hif_pack_sta_param()
Ajay Singh
1
-1
/
+1
2020-02-23
staging: wilc1000: use YAML schemas for DT binding documentation
Ajay Singh
4
-72
/
+129
2020-02-23
staging: wilc1000: avoid double unlocking of 'wilc->hif_cs' mutex
Ajay Singh
1
-1
/
+0
2020-02-23
staging: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-6
/
+6
2020-02-14
staging: wilc1000: define macros to replace magic number values
Ajay Singh
4
-43
/
+99
2020-02-14
staging: wilc1000: use short name for hif local variable in chip_wakeup()
Ajay Singh
1
-19
/
+16
2020-02-14
staging: wilc1000: define macros for different register address for SDIO
Ajay Singh
2
-37
/
+76
2020-02-14
staging: wilc1000: use commmon function to set SDIO block size
Ajay Singh
1
-40
/
+11
2020-02-14
staging: wilc1000: make use of ALIGN macro
Ajay Singh
2
-35
/
+3
2020-02-14
staging: wilc1000: refactor interrupt handling for sdio
Ajay Singh
3
-66
/
+39
2020-02-14
staging: wilc1000: remove use of MAX_NUN_INT_THRPT_ENH2 macro
Ajay Singh
2
-18
/
+4
2020-02-14
staging: wilc1000: make use of FIELD_GET/_PREP macro
Ajay Singh
6
-21
/
+39
2020-02-12
staging: wilc1000: refactor p2p action frames handling API's
Ajay Singh
1
-172
/
+128
2020-02-11
staging: wilc1000: directly fetch 'priv' handler from 'vif' instance
Ajay Singh
1
-2
/
+1
2020-02-11
staging: wilc1000: remove use of vendor specific IE for p2p handling
Ajay Singh
3
-77
/
+4
2020-02-09
staging: wilc1000: refactor SPI read/write commands handling API's
Ajay Singh
1
-380
/
+374
2020-01-23
staging: wilc1000: avoid mutex unlock without lock in wilc_wlan_handle_txq()
Ajay Singh
3
-6
/
+12
2020-01-23
staging: wilc1000: return zero on success and non-zero on function failure
Ajay Singh
4
-239
/
+197
2020-01-22
staging: wilc1000: remove unused code prior to throughput enhancement in SPI
Ajay Singh
1
-139
/
+4
2020-01-22
staging: wilc1000: added 'wilc_' prefix for 'struct assoc_resp' name
Ajay Singh
2
-2
/
+2
2020-01-22
staging: wilc1000: move firmware API struct's to separate header file
Ajay Singh
5
-108
/
+120
2020-01-22
staging: wilc1000: remove use of infinite loop conditions
Ajay Singh
3
-146
/
+84
2020-01-15
staging: wilc1000: remove redundant assignment to variable result
Colin Ian King
1
-2
/
+2
2019-12-10
staging: wilc1000: use GENMASK to extract wid type
Ajay Singh
2
-4
/
+5
2019-12-10
staging: wilc1000: use kernel provided struct cast to extract mac header
Ajay Singh
1
-6
/
+3
2019-12-10
staging: wilc1000: remove unused compile time featurization
Ajay Singh
1
-23
/
+0
2019-11-11
staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()
Ajay Singh
1
-10
/
+15
2019-11-05
staging: wilc1000: use defines for msg types received from firmware
Ajay Singh
1
-11
/
+9
2019-11-05
staging: wilc1000: added proper spacing for comments
Ajay Singh
5
-12
/
+21
2019-11-05
staging: wilc1000: avoid use of C++ style comments
Ajay Singh
1
-1
/
+1
2019-11-05
staging: wilc1000: added 'WILC_' prefix in header guard macro
Ajay Singh
3
-6
/
+6
2019-11-05
staging: wilc1000: remove 'wilc_' prefix from filenames
Ajay Singh
15
-24
/
+24
2019-11-05
staging: wilc1000: avoid 'bool' datatype in struct sent to firmware
Ajay Singh
1
-2
/
+4
2019-10-29
staging: wilc1000: check if device is initialzied before changing vif
Adham Abozaeid
1
-6
/
+12
2019-10-24
staging: wilc1000: handle mgmt frames for both interfaces during concurrent mode
Ajay Singh
2
-8
/
+5
2019-10-24
staging: wilc1000: potential corruption in wilc_parse_join_bss_param()
Dan Carpenter
1
-0
/
+2
2019-10-24
staging: wilc1000: store bss object and use cfg80211_connect_bss()
Adham Abozaeid
2
-6
/
+15
[next]