summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/fwio.c
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-389/+0
* staging: wfx: format code on 100 columnsJérôme Pouiller2022-02-251-2/+1
* staging: wfx: fix structs alignmentsJérôme Pouiller2022-01-251-3/+3
* staging: wfx: reformat comments on 100 columnsJérôme Pouiller2022-01-251-10/+6
* staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-22/+11
* staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller2022-01-251-39/+39
* staging: wfx: fix comments stylesJérôme Pouiller2021-09-141-2/+1
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-11/+12
* staging: wfx: remove references to WFxxx in commentsJérôme Pouiller2021-09-141-2/+2
* Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-101-0/+2
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-121-2/+0
* staging: wfx: update copyrights datesJérôme Pouiller2020-10-071-1/+1
* staging: wfx: simplify virt_addr_valid callTom Rix2020-09-161-1/+1
* staging: wfx: Remove unnecessary return variableSumera Priyadarsini2020-07-281-6/+5
* staging: wfx: fix uninitialized variable bytes_doneColin Ian King2020-07-101-1/+1
* staging: wfx: load the firmware fasterJérôme Pouiller2020-07-031-5/+4
* staging: wfx: apply 80-columns rule to stringsJérôme Pouiller2020-05-151-4/+4
* staging: wfx: fix missing 'static' statementJérôme Pouiller2020-05-131-2/+2
* staging: wfx: add support for hardware revision 2 and furtherJérôme Pouiller2020-05-131-1/+1
* staging: wfx: use meaningful names for CFG_BYTE_ORDER_*Jérôme Pouiller2019-12-181-1/+1
* staging: wfx: don't print useless error messagesJérôme Pouiller2019-12-181-16/+10
* staging: align to fix warnings of line over 80 charactersJules Irenge2019-11-141-20/+45
* staging: wfx: Make function 'sram_write_dma_safe', 'load_firmware_secure' staticzhengbin2019-10-101-2/+3
* staging: wfx: load firmwareJérôme Pouiller2019-10-041-0/+387