summaryrefslogtreecommitdiff
path: root/drivers/staging/wfx/hwio.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06wfx: get out from the staging areaJérôme Pouiller1-332/+0
2022-02-25staging: wfx: format code on 100 columnsJérôme Pouiller1-6/+3
2022-01-25staging: wfx: reformat code on 100 columnsJérôme Pouiller1-34/+17
2022-01-25staging: wfx: prefix functions from hwio.h with wfx_Jérôme Pouiller1-63/+72
2022-01-25staging: wfx: replace magic value by WFX_HIF_BUFFER_SIZEJérôme Pouiller1-2/+4
2022-01-25staging: wfx: use IS_ALIGNED()Jérôme Pouiller1-2/+3
2022-01-25staging: wfx: fix comment correctnessJérôme Pouiller1-12/+0
2021-09-14staging: wfx: avoid c99 commentsJérôme Pouiller1-3/+3
2021-03-10Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman1-0/+3
2021-02-12staging: wfx: remove unused included header filesMuhammad Usama Anjum1-3/+0
2020-10-07staging: wfx: update copyrights datesJérôme Pouiller1-1/+1
2020-05-13staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpuJérôme Pouiller1-1/+1
2020-05-13staging: wfx: remove spaces after cast operatorJérôme Pouiller1-2/+2
2020-05-13staging: wfx: fix alignements of function prototypesJérôme Pouiller1-6/+6
2020-02-11staging: wfx: use more power-efficient sleep for resetMichał Mirosław1-1/+1
2019-11-14staging: align to fix warnings of line over 80 charactersJules Irenge1-14/+28
2019-10-04staging: wfx: add tracepoints for I/O accessJérôme Pouiller1-0/+11
2019-10-04staging: wfx: add I/O APIJérôme Pouiller1-0/+327