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