summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds36-1620/+1230
2022-02-25staging: wfx: flags for SPI IRQ were ignoredJérôme Pouiller1-1/+1
2022-02-25staging: wfx: ensure HIF request has been sent before pollingJérôme Pouiller1-0/+1
2022-02-25staging: wfx: prefer to wait for an event instead to sleepJérôme Pouiller1-2/+2
2022-02-25staging: wfx: remove duplicated code in wfx_cmd_send()Jérôme Pouiller1-3/+3
2022-02-25staging: wfx: drop useless includeJérôme Pouiller1-2/+0
2022-02-25staging: wfx: remove useless variableJérôme Pouiller1-2/+2
2022-02-25staging: wfx: format code on 100 columnsJérôme Pouiller7-20/+11
2022-02-25staging: wfx: format comments on 100 columnsJérôme Pouiller2-11/+6
2022-02-25staging: wfx: fix struct alignmentJérôme Pouiller1-14/+14
2022-02-25staging: wfx: sta.o was linked twiceJérôme Pouiller1-1/+0
2022-02-25staging: wfx: check the return value of devm_kmalloc()Xiaoke Wang1-0/+3
2022-02-21staging: wfx: fix an error handling in wfx_init_common()Xiaoke Wang1-1/+6
2022-02-21staging: wfx: fix scan with WFM200 and WW regulationRiccardo Ferrazzo1-0/+1
2022-02-17staging: wfx: Fix spelling mistake "unexpectly" -> "unexpectedly"Colin Ian King1-1/+1
2022-02-17staging: wfx: fix DT bindings locationJérôme Pouiller1-130/+0
2022-02-17staging: wfx: apply the necessary SDIO quirks for the Silabs WF200Jérôme Pouiller1-3/+0
2022-02-17staging: wfx: WF200 has no official SDIO IDsJérôme Pouiller1-3/+2
2022-02-15staging: wfx: remove support for legacy PDS formatJérôme Pouiller1-51/+4
2022-02-15staging: wfx: allow new PDS formatJérôme Pouiller1-17/+57
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2022-01-25staging: wfx: do not probe the device if not in the DTJérôme Pouiller2-15/+10
2022-01-25staging: wfx: rename "config-file" DT attributeJérôme Pouiller2-5/+6
2022-01-25staging: wfx: drop legacy compatible valuesJérôme Pouiller4-22/+1
2022-01-25staging: wfx: fix firmware locationJérôme Pouiller2-16/+16
2022-01-25staging: wfx: map 'compatible' attribute with board nameJérôme Pouiller4-16/+83
2022-01-25staging: wfx: remove force_ps_timeoutJérôme Pouiller4-31/+2
2022-01-25staging: wfx: do not display functions names in logsJérôme Pouiller5-10/+6
2022-01-25staging: wfx: replace compiletime_assert() by BUILD_BUG_ON_MSG()Jérôme Pouiller1-2/+2
2022-01-25staging: wfx: use explicit labels for errorsJérôme Pouiller2-21/+19
2022-01-25staging: wfx: fix structs alignmentsJérôme Pouiller7-90/+90
2022-01-25staging: wfx: reformat comments on 100 columnsJérôme Pouiller15-111/+79
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller27-506/+269
2022-01-25staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_Jérôme Pouiller9-35/+35
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller21-309/+311
2022-01-25staging: wfx: prefix tx_policy_is_equal() with wfx_Jérôme Pouiller1-4/+4
2022-01-25staging: wfx: prefix functions from debug.h with wfx_Jérôme Pouiller3-10/+10
2022-01-25staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller6-124/+133
2022-01-25staging: wfx: prefix functions from hif_*.h with wfx_Jérôme Pouiller11-274/+291
2022-01-25staging: wfx: fix ambiguous function nameJérôme Pouiller1-2/+2
2022-01-25staging: wfx: fix ambiguous function nameJérôme Pouiller1-3/+3
2022-01-25staging: wfx: preserve endianness of struct hif_ind_startupJérôme Pouiller4-19/+10
2022-01-25stagigg: wfx: replace magic number by HIF_ID_IS_INDICATIONJérôme Pouiller1-1/+1
2022-01-25staging: wfx: replace magic value by WFX_HIF_BUFFER_SIZEJérôme Pouiller1-2/+4
2022-01-25staging: wfx: use IS_ALIGNED()Jérôme Pouiller2-6/+8
2022-01-25staging: wfx: remove useless #ifdefJérôme Pouiller1-6/+0
2022-01-25staging: wfx: remove unnecessary bracesJérôme Pouiller1-3/+2
2022-01-25staging: wfx: explain uncommon Makefile statementJérôme Pouiller1-0/+1
2022-01-25staging: wfx: fix comment correctnessJérôme Pouiller2-12/+4
2022-01-25staging: wfx: fix missing headersJérôme Pouiller3-1/+11