summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wfx/bus_spi.c
Commit message (Expand)AuthorAgeFilesLines
* wfx: get out from the staging areaJérôme Pouiller2022-04-061-284/+0
* Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-281-56/+70
|\
| * staging: wfx: flags for SPI IRQ were ignoredJérôme Pouiller2022-02-251-1/+1
| * staging: wfx: fix struct alignmentJérôme Pouiller2022-02-251-14/+14
| * staging: wfx: drop legacy compatible valuesJérôme Pouiller2022-01-251-12/+0
| * staging: wfx: fix firmware locationJérôme Pouiller2022-01-251-8/+8
| * staging: wfx: map 'compatible' attribute with board nameJérôme Pouiller2022-01-251-8/+44
| * staging: wfx: fix structs alignmentsJérôme Pouiller2022-01-251-6/+6
| * staging: wfx: reformat comments on 100 columnsJérôme Pouiller2022-01-251-8/+6
| * staging: wfx: reformat code on 100 columnsJérôme Pouiller2022-01-251-16/+8
| * staging: wfx: prefix structs tx_policy and hwbus_ops with wfx_Jérôme Pouiller2022-01-251-1/+1
* | spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
|/
* staging: wfx: fix comments stylesJérôme Pouiller2021-09-141-4/+2
* staging: wfx: avoid c99 commentsJérôme Pouiller2021-09-141-5/+7
* staging: wfx: remove references to WFxxx in commentsJérôme Pouiller2021-09-141-3/+3
* Revert "staging: wfx: remove unused included header files"Greg Kroah-Hartman2021-03-101-0/+7
* staging: wfx: remove unused included header filesMuhammad Usama Anjum2021-02-121-7/+0
* staging: wfx: update copyrights datesJérôme Pouiller2020-10-071-1/+1
* staging: wfx: Get descriptors for GPIOsLinus Walleij2020-07-101-7/+7
* staging: wfx: poll IRQ during initJérôme Pouiller2020-05-131-3/+13
* staging: wfx: use threaded IRQ with SPIJérôme Pouiller2020-05-131-22/+12
* staging: wfx: drop useless checkJérôme Pouiller2020-05-131-4/+0
* staging: wfx: use more power-efficient sleep for resetMichał Mirosław2020-02-111-2/+2
* staging: wfx: use sleeping gpio accessorsMichał Mirosław2020-02-111-2/+2
* staging: wfx: add proper "compatible" stringMichał Mirosław2020-02-111-4/+10
* staging: wfx: fix init/remove vs IRQ raceMichał Mirosław2020-02-111-13/+14
* staging: wfx: use meaningful names for CFG_BYTE_ORDER_*Jérôme Pouiller2019-12-181-0/+2
* staging: wfx: uniformize naming ruleJérôme Pouiller2019-12-181-3/+2
* staging: wfx: increase SPI bus frequency limitJérôme Pouiller2019-12-181-1/+1
* staging: wfx: fix warning of line over 80 charactersJules Irenge2019-10-261-3/+6
* staging: wfx: fix warnings of no space is necessaryJules Irenge2019-10-261-1/+1
* staging: wfx: setup initial chip configurationJérôme Pouiller2019-10-041-0/+1
* staging: wfx: add IRQ handlingJérôme Pouiller2019-10-041-0/+5
* staging: wfx: load firmwareJérôme Pouiller2019-10-041-0/+7
* staging: wfx: add support for I/O accessJérôme Pouiller2019-10-041-1/+199
* staging: wfx: add infrastructure for new driverJérôme Pouiller2019-10-041-0/+53