summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/fwio.c
AgeCommit message (Expand)AuthorLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller-389/+0
2022-02-25staging: wfx: format code on 100 columnsJérôme Pouiller-2/+1
2022-01-25staging: wfx: fix structs alignmentsJérôme Pouiller-3/+3
2022-01-25staging: wfx: reformat comments on 100 columnsJérôme Pouiller-10/+6
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller-22/+11
2022-01-25staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller-39/+39
2021-09-14staging: wfx: fix comments stylesJérôme Pouiller-2/+1
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller-11/+12
2021-09-14staging: wfx: remove references to WFxxx in commentsJérôme Pouiller-2/+2
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman-0/+2
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum-2/+0
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller-1/+1
2020-09-16staging: wfx: simplify virt_addr_valid callTom Rix-1/+1
2020-07-28staging: wfx: Remove unnecessary return variableSumera Priyadarsini-6/+5
2020-07-10staging: wfx: fix uninitialized variable bytes_doneColin Ian King-1/+1
2020-07-03staging: wfx: load the firmware fasterJérôme Pouiller-5/+4
2020-05-15staging: wfx: apply 80-columns rule to stringsJérôme Pouiller-4/+4
2020-05-13staging: wfx: fix missing 'static' statementJérôme Pouiller-2/+2
2020-05-13staging: wfx: add support for hardware revision 2 and furtherJérôme Pouiller-1/+1
2019-12-18staging: wfx: use meaningful names for CFG_BYTE_ORDER_*Jérôme Pouiller-1/+1
2019-12-18staging: wfx: don't print useless error messagesJérôme Pouiller-16/+10
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge-20/+45
2019-10-10staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' staticzhengbin-2/+3
2019-10-04staging: wfx: load firmwareJérôme Pouiller-0/+387