index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-npcm-fiu.c
Age
Commit message (
Expand
)
Author
2023-11-30
spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP
Chia-Lin Kao (AceLan)
2023-10-30
spi: Merge up fix
Mark Brown
2023-10-02
spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0
William A. Kennington III
2023-09-11
spi: npcm-fiu: Use helper function devm_clk_get_enabled()
Li Zetao
2023-08-07
spi: npcm-fiu: switch to use modern name
Yang Yingliang
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-06
spi: npcm-fiu: Convert to platform remove callback returning void
Uwe Kleine-König
2022-10-31
spi: npcm-fiu: Use devm_platform_ioremap_resource_byname()
Yang Yingliang
2022-07-20
spi: npcm-fiu: Add NPCM8XX support
Tomer Maimon
2022-07-20
spi: npcm-fiu: Modify direct read dummy configuration
Tomer Maimon
2022-03-07
spi: npcm-fiu: Fix typo ("npxm")
Jonathan Neuschäfer
2022-03-03
spi: Use of_device_get_match_data()
Minghao Chi (CGEL ZTE)
2020-12-07
spi: npcm-fiu: Disable clock in probe error path
Lukas Wunner
2020-11-17
spi: npcm-fiu: Don't leak SPI master in probe error path
Lukas Wunner
2020-09-22
spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()
Qinglang Miao
2020-06-19
spi: npcm-fiu: Reuse BITS_PER_BYTE definition
Andy Shevchenko
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-09-05
spi: npcm-fiu: remove set but not used variable 'retlen'
YueHaibing
2019-09-03
spi: npcm-fiu: fix spelling mistake "frequancy" -> "frequency"
Colin Ian King
2019-08-30
spi: npcm-fiu: add NPCM FIU controller driver
Tomer Maimon