summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/bus_sdio.c
AgeCommit message (Expand)AuthorLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller-273/+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-01-25staging: wfx: do not probe the device if not in the DTJérôme Pouiller-15/+6
2022-01-25staging: wfx: drop legacy compatible valuesJérôme Pouiller-7/+0
2022-01-25staging: wfx: fix firmware locationJérôme Pouiller-8/+8
2022-01-25staging: wfx: map 'compatible' attribute with board nameJérôme Pouiller-5/+30
2022-01-25staging: wfx: use explicit labels for errorsJérôme Pouiller-5/+4
2022-01-25staging: wfx: fix structs alignmentsJérôme Pouiller-6/+6
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller-8/+4
2022-01-25staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_Jérôme Pouiller-1/+1
2022-01-25staging: wfx: use IS_ALIGNED()Jérôme Pouiller-4/+5
2021-09-14staging: wfx: ensure IRQ is ready before enabling itJérôme Pouiller-7/+10
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller-4/+4
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman-0/+6
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum-6/+0
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller-1/+1
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller-1/+2
2020-05-13staging: wfx: poll IRQ during initJérôme Pouiller-10/+7
2020-05-13staging: wfx: repair external IRQ for SDIOJérôme Pouiller-13/+25
2020-05-13staging: wfx: drop useless checkJérôme Pouiller-8/+1
2020-05-05staging: wfx: avoid compiler warning on empty arrayArnd Bergmann-11/+8
2020-02-11staging: wfx: follow compatible = vendor,chip formatMichał Mirosław-0/+1
2020-02-11staging: wfx: fix init/remove vs IRQ raceMichał Mirosław-9/+6
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge-1/+3
2019-10-26staging: wfx: fix warning of line over 80 charactersJules Irenge-1/+2
2019-10-26staging: wfx: fix warnings of no space is necessaryJules Irenge-3/+3
2019-10-08staging: wfx: drop calls to BUG_ON()Jérôme Pouiller-2/+2
2019-10-04staging: wfx: setup initial chip configurationJérôme Pouiller-0/+1
2019-10-04staging: wfx: add IRQ handlingJérôme Pouiller-1/+3
2019-10-04staging: wfx: load firmwareJérôme Pouiller-0/+8
2019-10-04staging: wfx: add support for I/O accessJérôme Pouiller-1/+188
2019-10-04staging: wfx: add infrastructure for new driverJérôme Pouiller-0/+70