aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-nxp-fspi.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22spi: nxp-fspi: Adjust LUT debug output alignmentGravatar Alexander Stein 1-1/+1
2023-10-30spi: Merge up fixGravatar Mark Brown 1-1/+8
2023-10-16spi: nxp-fspi: use the correct ioremap functionGravatar Han Xu 1-1/+1
2023-09-11spi: nxp-fspi: switch to use modern nameGravatar Yang Yingliang 1-15/+15
2023-09-11spi: nxp-fspi: reset the FLSHxCR1 registersGravatar Han Xu 1-0/+7
2023-07-14spi: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-07-09spi: spi-nxp-fspi: Convert to devm_platform_ioremap_resource() and devm_platf...Gravatar Yangtao Li 1-4/+2
2023-03-22spi: spi-nxp-fspi: use DLL calibration when clock rate > 100MHzGravatar Haibo Chen 1-0/+52
2023-03-22spi: spi-nxp-fspi: correct the comment for the DLL configGravatar Haibo Chen 1-1/+5
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Gravatar Amit Kumar Mahapatra via Alsa-devel 1-5/+5
2023-03-06spi: nxp-fspi: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2022-11-02spi: nxp-fspi: make const array ls1028a_soc_attr staticGravatar Colin Ian King 1-1/+1
2022-09-07spi: nxp-fspi: Do not dereference fwnode in struct deviceGravatar Andy Shevchenko 1-4/+4
2021-10-02spi: spi-nxp-fspi: don't depend on a specific node name erratum workaroundGravatar Michael Walle 1-19/+7
2021-06-14spi: spi-nxp-fspi: move the register operation after the clock enableGravatar Haibo Chen 1-6/+5
2021-03-25spi: fspi: enable fspi driver for on imx8mpGravatar Heiko Schocher 1-0/+1
2021-03-10spi: spi-nxp-fspi: Implement errata workaround for LS1028AGravatar Kuldeep Singh 1-6/+73
2021-03-10spi: spi-nxp-fspi: Add imx8dxl driver supportGravatar Han Xu 1-0/+9
2021-03-10spi: spi-nxp-fspi: Add support for IP read onlyGravatar Kuldeep Singh 1-6/+22
2020-11-23spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsGravatar Ran Wang 1-0/+7
2020-09-17spi: spi-nxp-fspi: Add ACPI supportGravatar kuldip dwivedi 1-19/+50
2020-03-12spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probeGravatar Dan Carpenter 1-2/+2
2020-03-05spi: spi-nxp-fspi: Enable the Octal Mode in MCR0Gravatar Han Xu 1-2/+3
2020-03-05spi: fspi: dynamically alloc AHB memoryGravatar Han Xu 1-6/+34
2020-03-05spi: fspi: enable fspi on imx8qxp and imx8mmGravatar Han Xu 1-0/+18
2019-12-16spi: nxp-fspi: Ensure width is respected in spi-mem operationsGravatar Michael Walle 1-1/+1
2019-11-11spi: nxp-fspi: Use devm API to fix missed unregistration of controllerGravatar Chuhong Yuan 1-1/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-01-29spi: spi-mem: spi-nxp-fspi: add module license infoGravatar Yogesh Narayan Gaur 1-2/+3
2019-01-28spi: nxp-fspi: add octal mode flag bit for octal supportGravatar Yogesh Narayan Gaur 1-2/+2
2019-01-28spi: spi-mem: Add driver for NXP FlexSPI controllerGravatar Yogesh Narayan Gaur 1-0/+1105