summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-npcm-fiu.c
AgeCommit message (Expand)Author
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)
2023-10-30spi: Merge up fixMark Brown
2023-10-02spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III
2023-09-11spi: npcm-fiu: Use helper function devm_clk_get_enabled()Li Zetao
2023-08-07spi: npcm-fiu: switch to use modern nameYang Yingliang
2023-07-14spi: Explicitly include correct DT includesRob Herring
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel
2023-03-06spi: npcm-fiu: Convert to platform remove callback returning voidUwe Kleine-König
2022-10-31spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()Yang Yingliang
2022-07-20spi: npcm-fiu: Add NPCM8XX supportTomer Maimon
2022-07-20spi: npcm-fiu: Modify direct read dummy configurationTomer Maimon
2022-03-07spi: npcm-fiu: Fix typo ("npxm")Jonathan Neuschäfer
2022-03-03spi: Use of_device_get_match_data()Minghao Chi (CGEL ZTE)
2020-12-07spi: npcm-fiu: Disable clock in probe error pathLukas Wunner
2020-11-17spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner
2020-09-22spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()Qinglang Miao
2020-06-19spi: npcm-fiu: Reuse BITS_PER_BYTE definitionAndy Shevchenko
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-09-05spi: npcm-fiu: remove set but not used variable 'retlen'YueHaibing
2019-09-03spi: npcm-fiu: fix spelling mistake "frequancy" -> "frequency"Colin Ian King
2019-08-30spi: npcm-fiu: add NPCM FIU controller driverTomer Maimon