aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-nxp-fspi.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22spi: nxp-fspi: Adjust LUT debug output alignmentAlexander Stein1-1/+1
2023-10-30spi: Merge up fixMark Brown1-1/+8
2023-10-16spi: nxp-fspi: use the correct ioremap functionHan Xu1-1/+1
2023-09-11spi: nxp-fspi: switch to use modern nameYang Yingliang1-15/+15
2023-09-11spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu1-0/+7
2023-07-14spi: Explicitly include correct DT includesRob Herring1-1/+0
2023-07-09spi: spi-nxp-fspi: Convert to devm_platform_ioremap_resource() and devm_platf...Yangtao Li1-4/+2
2023-03-22spi: spi-nxp-fspi: use DLL calibration when clock rate > 100MHzHaibo Chen1-0/+52
2023-03-22spi: spi-nxp-fspi: correct the comment for the DLL configHaibo Chen1-1/+5
2023-03-11spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel1-5/+5
2023-03-06spi: nxp-fspi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-02spi: nxp-fspi: make const array ls1028a_soc_attr staticColin Ian King1-1/+1
2022-09-07spi: nxp-fspi: Do not dereference fwnode in struct deviceAndy Shevchenko1-4/+4
2021-10-02spi: spi-nxp-fspi: don't depend on a specific node name erratum workaroundMichael Walle1-19/+7
2021-06-14spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen1-6/+5
2021-03-25spi: fspi: enable fspi driver for on imx8mpHeiko Schocher1-0/+1
2021-03-10spi: spi-nxp-fspi: Implement errata workaround for LS1028AKuldeep Singh1-6/+73
2021-03-10spi: spi-nxp-fspi: Add imx8dxl driver supportHan Xu1-0/+9
2021-03-10spi: spi-nxp-fspi: Add support for IP read onlyKuldeep Singh1-6/+22
2020-11-23spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang1-0/+7
2020-09-17spi: spi-nxp-fspi: Add ACPI supportkuldip dwivedi1-19/+50
2020-03-12spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probeDan Carpenter1-2/+2
2020-03-05spi: spi-nxp-fspi: Enable the Octal Mode in MCR0Han Xu1-2/+3
2020-03-05spi: fspi: dynamically alloc AHB memoryHan Xu1-6/+34
2020-03-05spi: fspi: enable fspi on imx8qxp and imx8mmHan Xu1-0/+18
2019-12-16spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle1-1/+1
2019-11-11spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan1-1/+1
2019-08-02spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-01-29spi: spi-mem: spi-nxp-fspi: add module license infoYogesh Narayan Gaur1-2/+3
2019-01-28spi: nxp-fspi: add octal mode flag bit for octal supportYogesh Narayan Gaur1-2/+2
2019-01-28spi: spi-mem: Add driver for NXP FlexSPI controllerYogesh Narayan Gaur1-0/+1105