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