index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wfx
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-28
Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
36
-1620
/
+1230
2022-02-25
staging: wfx: flags for SPI IRQ were ignored
Jérôme Pouiller
1
-1
/
+1
2022-02-25
staging: wfx: ensure HIF request has been sent before polling
Jérôme Pouiller
1
-0
/
+1
2022-02-25
staging: wfx: prefer to wait for an event instead to sleep
Jérôme Pouiller
1
-2
/
+2
2022-02-25
staging: wfx: remove duplicated code in wfx_cmd_send()
Jérôme Pouiller
1
-3
/
+3
2022-02-25
staging: wfx: drop useless include
Jérôme Pouiller
1
-2
/
+0
2022-02-25
staging: wfx: remove useless variable
Jérôme Pouiller
1
-2
/
+2
2022-02-25
staging: wfx: format code on 100 columns
Jérôme Pouiller
7
-20
/
+11
2022-02-25
staging: wfx: format comments on 100 columns
Jérôme Pouiller
2
-11
/
+6
2022-02-25
staging: wfx: fix struct alignment
Jérôme Pouiller
1
-14
/
+14
2022-02-25
staging: wfx: sta.o was linked twice
Jérôme Pouiller
1
-1
/
+0
2022-02-25
staging: wfx: check the return value of devm_kmalloc()
Xiaoke Wang
1
-0
/
+3
2022-02-21
staging: wfx: fix an error handling in wfx_init_common()
Xiaoke Wang
1
-1
/
+6
2022-02-21
staging: wfx: fix scan with WFM200 and WW regulation
Riccardo Ferrazzo
1
-0
/
+1
2022-02-17
staging: wfx: Fix spelling mistake "unexpectly" -> "unexpectedly"
Colin Ian King
1
-1
/
+1
2022-02-17
staging: wfx: fix DT bindings location
Jérôme Pouiller
1
-130
/
+0
2022-02-17
staging: wfx: apply the necessary SDIO quirks for the Silabs WF200
Jérôme Pouiller
1
-3
/
+0
2022-02-17
staging: wfx: WF200 has no official SDIO IDs
Jérôme Pouiller
1
-3
/
+2
2022-02-15
staging: wfx: remove support for legacy PDS format
Jérôme Pouiller
1
-51
/
+4
2022-02-15
staging: wfx: allow new PDS format
Jérôme Pouiller
1
-17
/
+57
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-2
/
+1
2022-01-25
staging: wfx: do not probe the device if not in the DT
Jérôme Pouiller
2
-15
/
+10
2022-01-25
staging: wfx: rename "config-file" DT attribute
Jérôme Pouiller
2
-5
/
+6
2022-01-25
staging: wfx: drop legacy compatible values
Jérôme Pouiller
4
-22
/
+1
2022-01-25
staging: wfx: fix firmware location
Jérôme Pouiller
2
-16
/
+16
2022-01-25
staging: wfx: map 'compatible' attribute with board name
Jérôme Pouiller
4
-16
/
+83
2022-01-25
staging: wfx: remove force_ps_timeout
Jérôme Pouiller
4
-31
/
+2
2022-01-25
staging: wfx: do not display functions names in logs
Jérôme Pouiller
5
-10
/
+6
2022-01-25
staging: wfx: replace compiletime_assert() by BUILD_BUG_ON_MSG()
Jérôme Pouiller
1
-2
/
+2
2022-01-25
staging: wfx: use explicit labels for errors
Jérôme Pouiller
2
-21
/
+19
2022-01-25
staging: wfx: fix structs alignments
Jérôme Pouiller
7
-90
/
+90
2022-01-25
staging: wfx: reformat comments on 100 columns
Jérôme Pouiller
15
-111
/
+79
2022-01-25
staging: wfx: reformat code on 100 columns
Jérôme Pouiller
27
-506
/
+269
2022-01-25
staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_
Jérôme Pouiller
9
-35
/
+35
2022-01-25
staging: wfx: prefix structs hif_* with wfx_
Jérôme Pouiller
21
-309
/
+311
2022-01-25
staging: wfx: prefix tx_policy_is_equal() with wfx_
Jérôme Pouiller
1
-4
/
+4
2022-01-25
staging: wfx: prefix functions from debug.h with wfx_
Jérôme Pouiller
3
-10
/
+10
2022-01-25
staging: wfx: prefix functions from hwio.h with wfx_
Jérôme Pouiller
6
-124
/
+133
2022-01-25
staging: wfx: prefix functions from hif_*.h with wfx_
Jérôme Pouiller
11
-274
/
+291
2022-01-25
staging: wfx: fix ambiguous function name
Jérôme Pouiller
1
-2
/
+2
2022-01-25
staging: wfx: fix ambiguous function name
Jérôme Pouiller
1
-3
/
+3
2022-01-25
staging: wfx: preserve endianness of struct hif_ind_startup
Jérôme Pouiller
4
-19
/
+10
2022-01-25
stagigg: wfx: replace magic number by HIF_ID_IS_INDICATION
Jérôme Pouiller
1
-1
/
+1
2022-01-25
staging: wfx: replace magic value by WFX_HIF_BUFFER_SIZE
Jérôme Pouiller
1
-2
/
+4
2022-01-25
staging: wfx: use IS_ALIGNED()
Jérôme Pouiller
2
-6
/
+8
2022-01-25
staging: wfx: remove useless #ifdef
Jérôme Pouiller
1
-6
/
+0
2022-01-25
staging: wfx: remove unnecessary braces
Jérôme Pouiller
1
-3
/
+2
2022-01-25
staging: wfx: explain uncommon Makefile statement
Jérôme Pouiller
1
-0
/
+1
2022-01-25
staging: wfx: fix comment correctness
Jérôme Pouiller
2
-12
/
+4
2022-01-25
staging: wfx: fix missing headers
Jérôme Pouiller
3
-1
/
+11
[next]