index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-npcm-fiu.c
Age
Commit message (
Expand
)
Author
2025-03-20
spi: spi-mem: Introduce a default ->exec_op() debug log
Miquel Raynal
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
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