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
2015-12-21
staging: wilc1000: bug fix on memory free
Glen Lee
1
-0
/
+1
2015-12-21
staging: wilc1000: set hif_drv before it is used
Glen Lee
2
-1
/
+6
2015-12-21
staging: wilc1000: remove wilc of struct host_if_drv
Glen Lee
2
-60
/
+41
2015-12-21
staging: wilc1000: remove drv of struct host_if_msg
Glen Lee
1
-47
/
+3
2015-12-21
staging: wilc1000: remove used functions
Glen Lee
1
-44
/
+0
2015-12-21
staging: wilc1000: change join_req_drv type and it's name
Glen Lee
1
-24
/
+9
2015-12-21
staging: wilc1000: wilc_set_wfi_drv_handler: pass vif index
Glen Lee
3
-14
/
+15
2015-12-21
staging: wilc1000: use vif index to communicate with wilc device
Glen Lee
1
-46
/
+81
2015-12-21
staging: wilc1000: pass struct wilc
Glen Lee
5
-14
/
+21
2015-12-21
staging: wilc1000: take vif instead of drv in hostIFthread
Glen Lee
1
-103
/
+135
2015-12-21
staging: wilc1000: remove argument hif_drv
Glen Lee
4
-282
/
+265
2015-12-21
staging: wilc1000: pass vif to hostIFthread
Glen Lee
4
-246
/
+341
2015-12-21
staging: wilc1000: remove duplicate netdev
Glen Lee
3
-21
/
+19
2015-12-21
staging: wilc1000: change vif to pointer to refence real private data
Glen Lee
3
-69
/
+70
2015-12-21
staging: wilc1000: move perInterface_wlan_t to wilc_vif
Glen Lee
5
-245
/
+241
2015-12-21
staging: wilc1000: remove unneeded extern variable
Glen Lee
1
-1
/
+0
2015-12-21
staging: wilc1000: remove unused files
Glen Lee
3
-23
/
+1
2015-12-21
staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.c
Glen Lee
3
-171
/
+178
2015-12-21
staging: wilc1000: remove unneeded function
Glen Lee
3
-15
/
+2
2015-12-21
staging: wilc1000: rename spi function names
Glen Lee
3
-23
/
+23
2015-12-21
staging: wilc1000: remove unused files
Glen Lee
3
-12
/
+1
2015-12-21
staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.c
Glen Lee
3
-168
/
+163
2015-12-21
staging: wilc1000: linux_sdio_probe: use return value
Glen Lee
1
-4
/
+5
2015-12-21
staging: wilc1000: linux_wlan_spi.c: return linux error value
Glen Lee
2
-20
/
+12
2015-12-21
staging: wilc1000: wilc_deinit(): fixes inconsistent returns
Leo Kim
1
-2
/
+0
2015-12-21
staging: wilc1000: wilc_init(): fixes inconsistent returns
Leo Kim
1
-1
/
+0
2015-12-21
staging: wilc1000: fixes potential null dereference 'wid.val'
Leo Kim
1
-1
/
+3
2015-12-21
staging: wilc1000: replace explicit NULL comparisons with !
Leo Kim
1
-15
/
+16
2015-12-21
staging: wilc1000: linux_wlan_spi.c: fix NULL comparison style
Glen Lee
1
-1
/
+1
2015-12-21
staging: wilc1000: linux_wlan_spi.c: add a blank
Glen Lee
1
-0
/
+2
2015-12-21
staging: wilc1000: linux_wlan_spi.c: remove braces for single statement
Glen Lee
1
-11
/
+4
2015-12-21
staging: wilc1000: wilc_sdio_cmd52: return linux error value
Glen Lee
2
-22
/
+35
2015-12-21
staging: wilc1000: wilc_sdio_cmd53: return linux error value
Glen Lee
2
-15
/
+18
2015-12-21
staging: wilc1000: linux_wlan_sdio.c: remove braces
Glen Lee
1
-2
/
+1
2015-12-21
staging: wilc1000: linux_wlan_sdio.c: fix checkpatch warning line over 80
Glen Lee
1
-4
/
+9
2015-12-21
staging: wilc1000: remove unused functions
Glen Lee
3
-156
/
+0
2015-12-21
staging: wilc1000: remove wilc_debug_func of hif_init
Glen Lee
4
-4
/
+4
2015-12-21
staging: wilc1000: sdio/spi: use device print api instead of custom one
Glen Lee
4
-122
/
+213
2015-12-21
staging: wilc1000: move all of wilc_wlan_dev_t to struct wilc
Glen Lee
2
-154
/
+139
2015-12-21
staging: wilc1000: remove unused varialbe tx_buffer_offset
Glen Lee
1
-1
/
+0
2015-12-21
staging: wilc1000: remove io_type of wilc_wlan_dev_t
Glen Lee
1
-11
/
+8
2015-12-21
staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_t
Glen Lee
3
-94
/
+87
2015-12-21
staging: wilc1000: use kernel define byte order macros
Glen Lee
6
-59
/
+16
2015-12-21
staging: wilc1000: rename index to tcp_pending_ack_idx
Glen Lee
2
-7
/
+7
2015-12-21
staging: wilc1000: remove wilc memory allocation config
Glen Lee
4
-60
/
+0
2015-12-21
staging: wilc1000: remove define COMPLEMENT_BOOT
Glen Lee
1
-2
/
+0
2015-12-18
staging: wilc1000: replace 'ptr > 0' check by 'ptr' check.
Mario J. Rugiero
1
-1
/
+1
2015-12-18
staging: wilc1000: Fix typo in wilc_msgqueue.h
Masanari Iida
1
-6
/
+6
2015-12-18
drivers:staging:wilc1000 Fix all comparison to NULL could be written ...
Bogicevic Sasa
1
-5
/
+5
2015-12-18
staging: wilc1000: Remove 'if' statement, which is always false
Chandra S Gorentla
1
-8
/
+1
[next]