aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-npcm-fiu.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)1-1/+1
2023-10-30spi: Merge up fixMark Brown1-2/+3
2023-10-02spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III1-2/+3
2023-09-11spi: npcm-fiu: Use helper function devm_clk_get_enabled()Li Zetao1-11/+3
2023-08-07spi: npcm-fiu: switch to use modern nameYang Yingliang1-10/+10
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+1
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-10/+10
2023-03-06spi: npcm-fiu: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2022-10-31spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()Yang Yingliang1-3/+1
2022-07-20spi: npcm-fiu: Add NPCM8XX supportTomer Maimon1-0/+25
2022-07-20spi: npcm-fiu: Modify direct read dummy configurationTomer Maimon1-2/+1
2022-03-07spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer1-4/+4
2022-03-03spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)1-4/+2
2020-12-07spi: npcm-fiu: Disable clock in probe error pathLukas Wunner1-2/+6
2020-11-17spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner1-1/+1
2020-09-22spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()Qinglang Miao1-6/+1
2020-06-19spi: npcm-fiu: Reuse BITS_PER_BYTE definitionAndy Shevchenko1-3/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-09-05spi: npcm-fiu: remove set but not used variable 'retlen'YueHaibing1-3/+0
2019-09-03spi: npcm-fiu: fix spelling mistake "frequancy" -> "frequency"Colin Ian King1-1/+2
2019-08-30spi: npcm-fiu: add NPCM FIU controller driverTomer Maimon1-0/+771