index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
spi-nxp-fspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-30
spi: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-09-17
Merge tag 'spi-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-21
/
+36
2024-09-11
spi: nxp-fspi: fix the KASAN report out-of-bounds bug
Han Xu
1
-2
/
+3
2024-09-05
spi: fspi: add support for imx8ulp
Haibo Chen
1
-0
/
+10
2024-09-05
spi: fspi: involve lut_num for struct nxp_fspi_devtype_data
Haibo Chen
1
-19
/
+25
2024-08-29
spi: nxp-fspi: Use max macro
Yan Zhen
1
-2
/
+1
2024-01-22
spi: nxp-fspi: Adjust LUT debug output alignment
Alexander Stein
1
-1
/
+1
2023-10-30
spi: Merge up fix
Mark Brown
1
-1
/
+8
2023-10-16
spi: nxp-fspi: use the correct ioremap function
Han Xu
1
-1
/
+1
2023-09-11
spi: nxp-fspi: switch to use modern name
Yang Yingliang
1
-15
/
+15
2023-09-11
spi: nxp-fspi: reset the FLSHxCR1 registers
Han Xu
1
-0
/
+7
2023-07-14
spi: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-07-09
spi: spi-nxp-fspi: Convert to devm_platform_ioremap_resource() and devm_platf...
Yangtao Li
1
-4
/
+2
2023-03-22
spi: spi-nxp-fspi: use DLL calibration when clock rate > 100MHz
Haibo Chen
1
-0
/
+52
2023-03-22
spi: spi-nxp-fspi: correct the comment for the DLL config
Haibo Chen
1
-1
/
+5
2023-03-11
spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra via Alsa-devel
1
-5
/
+5
2023-03-06
spi: nxp-fspi: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-11-02
spi: nxp-fspi: make const array ls1028a_soc_attr static
Colin Ian King
1
-1
/
+1
2022-09-07
spi: nxp-fspi: Do not dereference fwnode in struct device
Andy Shevchenko
1
-4
/
+4
2021-10-02
spi: spi-nxp-fspi: don't depend on a specific node name erratum workaround
Michael Walle
1
-19
/
+7
2021-06-14
spi: spi-nxp-fspi: move the register operation after the clock enable
Haibo Chen
1
-6
/
+5
2021-03-25
spi: fspi: enable fspi driver for on imx8mp
Heiko Schocher
1
-0
/
+1
2021-03-10
spi: spi-nxp-fspi: Implement errata workaround for LS1028A
Kuldeep Singh
1
-6
/
+73
2021-03-10
spi: spi-nxp-fspi: Add imx8dxl driver support
Han Xu
1
-0
/
+9
2021-03-10
spi: spi-nxp-fspi: Add support for IP read only
Kuldeep Singh
1
-6
/
+22
2020-11-23
spi: spi-nxp-fspi: fix fspi panic by unexpected interrupts
Ran Wang
1
-0
/
+7
2020-09-17
spi: spi-nxp-fspi: Add ACPI support
kuldip dwivedi
1
-19
/
+50
2020-03-12
spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probe
Dan Carpenter
1
-2
/
+2
2020-03-05
spi: spi-nxp-fspi: Enable the Octal Mode in MCR0
Han Xu
1
-2
/
+3
2020-03-05
spi: fspi: dynamically alloc AHB memory
Han Xu
1
-6
/
+34
2020-03-05
spi: fspi: enable fspi on imx8qxp and imx8mm
Han Xu
1
-0
/
+18
2019-12-16
spi: nxp-fspi: Ensure width is respected in spi-mem operations
Michael Walle
1
-1
/
+1
2019-11-11
spi: nxp-fspi: Use devm API to fix missed unregistration of controller
Chuhong Yuan
1
-1
/
+1
2019-08-02
spi: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-01-29
spi: spi-mem: spi-nxp-fspi: add module license info
Yogesh Narayan Gaur
1
-2
/
+3
2019-01-28
spi: nxp-fspi: add octal mode flag bit for octal support
Yogesh Narayan Gaur
1
-2
/
+2
2019-01-28
spi: spi-mem: Add driver for NXP FlexSPI controller
Yogesh Narayan Gaur
1
-0
/
+1105