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