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