summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-npcm-fiu.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)2023-11-301-1/+1
* spi: Merge up fixMark Brown2023-10-301-2/+3
|\
| * spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III2023-10-021-2/+3
* | spi: npcm-fiu: Use helper function devm_clk_get_enabled()Li Zetao2023-09-111-11/+3
|/
* spi: npcm-fiu: switch to use modern nameYang Yingliang2023-08-071-10/+10
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+1
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-10/+10
* spi: npcm-fiu: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-3/+2
* spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()Yang Yingliang2022-10-311-3/+1
* spi: npcm-fiu: Add NPCM8XX supportTomer Maimon2022-07-201-0/+25
* spi: npcm-fiu: Modify direct read dummy configurationTomer Maimon2022-07-201-2/+1
* spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer2022-03-071-4/+4
* spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)2022-03-031-4/+2
* spi: npcm-fiu: Disable clock in probe error pathLukas Wunner2020-12-071-2/+6
* spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner2020-11-171-1/+1
* spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()Qinglang Miao2020-09-221-6/+1
* spi: npcm-fiu: Reuse BITS_PER_BYTE definitionAndy Shevchenko2020-06-191-3/+3
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* spi: npcm-fiu: remove set but not used variable 'retlen'YueHaibing2019-09-051-3/+0
* spi: npcm-fiu: fix spelling mistake "frequancy" -> "frequency"Colin Ian King2019-09-031-1/+2
* spi: npcm-fiu: add NPCM FIU controller driverTomer Maimon2019-08-301-0/+771