aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/wfx/bh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller1-324/+0
2022-02-25staging: wfx: ensure HIF request has been sent before pollingJérôme Pouiller1-0/+1
2022-01-25staging: wfx: do not display functions names in logsJérôme Pouiller1-2/+1
2022-01-25staging: wfx: reformat comments on 100 columnsJérôme Pouiller1-15/+11
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller1-7/+5
2022-01-25staging: wfx: prefix structs hif_* with wfx_Jérôme Pouiller1-6/+6
2022-01-25staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller1-4/+4
2022-01-25staging: wfx: preserve endianness of struct hif_ind_startupJérôme Pouiller1-4/+4
2021-09-14staging: wfx: fix comments stylesJérôme Pouiller1-8/+3
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller1-10/+12
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller1-2/+2
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman1-0/+1
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum1-1/+0
2020-10-27staging: wfx: fix test on return value of gpiod_get_value()Jérôme Pouiller1-1/+1
2020-10-10staging: wfx: gpiod_get_value() can return an errorJérôme Pouiller1-1/+1
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-09-13staging: wfx: drop 'secure link' featureJérôme Pouiller1-42/+6
2020-08-28staging: wfx: add workaround for 'timeout while wake up chip'Jérôme Pouiller1-4/+19
2020-08-28staging: wfx: remove useless extra jiffyJérôme Pouiller1-1/+1
2020-07-03staging: wfx: improve protection against malformed HIF messagesJérôme Pouiller1-14/+20
2020-05-13staging: wfx: fix endianness of the field 'num_tx_confs'Jérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix access to le32 attribute 'len'Jérôme Pouiller1-7/+6
2020-05-13staging: wfx: fix cast operatorJérôme Pouiller1-1/+1
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller1-0/+1
2020-05-13staging: wfx: introduce a way to poll IRQJérôme Pouiller1-0/+28
2020-04-13staging: wfx: wfx_flush() did not ensure that frames are processedJérôme Pouiller1-2/+2
2020-02-11staging: wfx: use more power-efficient sleep for resetMichał Mirosław1-1/+1
2020-02-11staging: wfx: use sleeping gpio accessorsMichał Mirosław1-3/+3
2019-12-18staging: wfx: device already handle sleep mode during scanJérôme Pouiller1-2/+1
2019-11-11staging: wfx: replace uintXX_t to uXX and intXX_t to sXXJules Irenge1-1/+1
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge1-6/+11
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge1-4/+4
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller1-2/+2
2019-10-08staging: wfx: le16_to_cpus() takes a reference as parameterJérôme Pouiller1-2/+2
2019-10-04staging: wfx: allow to scan networksJérôme Pouiller1-1/+1
2019-10-04staging: wfx: allow to send 802.11 framesJérôme Pouiller1-0/+2
2019-10-04staging: wfx: introduce "secure link"Jérôme Pouiller1-2/+29
2019-10-04staging: wfx: allow to send commands to chipJérôme Pouiller1-1/+4
2019-10-04staging: wfx: add support for start-up indicationJérôme Pouiller1-1/+3
2019-10-04staging: wfx: add tracepoints for HIFJérôme Pouiller1-0/+5
2019-10-04staging: wfx: add IRQ handlingJérôme Pouiller1-0/+277