aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/bh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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