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