summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-nxp-fspi.c
Commit message (Expand)AuthorAgeFilesLines
* spi: nxp-fspi: use the correct ioremap functionHan Xu2023-11-201-1/+1
* spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu2023-09-111-0/+7
* spi: Explicitly include correct DT includesRob Herring2023-07-141-1/+0
* spi: spi-nxp-fspi: Convert to devm_platform_ioremap_resource() and devm_platf...Yangtao Li2023-07-091-4/+2
* spi: spi-nxp-fspi: use DLL calibration when clock rate > 100MHzHaibo Chen2023-03-221-0/+52
* spi: spi-nxp-fspi: correct the comment for the DLL configHaibo Chen2023-03-221-1/+5
* spi: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra via Alsa-devel2023-03-111-5/+5
* spi: nxp-fspi: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: nxp-fspi: make const array ls1028a_soc_attr staticColin Ian King2022-11-021-1/+1
* spi: nxp-fspi: Do not dereference fwnode in struct deviceAndy Shevchenko2022-09-071-4/+4
* spi: spi-nxp-fspi: don't depend on a specific node name erratum workaroundMichael Walle2021-10-021-19/+7
* spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen2021-06-141-6/+5
* spi: fspi: enable fspi driver for on imx8mpHeiko Schocher2021-03-251-0/+1
* spi: spi-nxp-fspi: Implement errata workaround for LS1028AKuldeep Singh2021-03-101-6/+73
* spi: spi-nxp-fspi: Add imx8dxl driver supportHan Xu2021-03-101-0/+9
* spi: spi-nxp-fspi: Add support for IP read onlyKuldeep Singh2021-03-101-6/+22
* spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang2020-11-231-0/+7
* spi: spi-nxp-fspi: Add ACPI supportkuldip dwivedi2020-09-171-19/+50
* spi: spi-nxp-fspi: Fix a NULL vs IS_ERR() check in probeDan Carpenter2020-03-121-2/+2
* spi: spi-nxp-fspi: Enable the Octal Mode in MCR0Han Xu2020-03-051-2/+3
* spi: fspi: dynamically alloc AHB memoryHan Xu2020-03-051-6/+34
* spi: fspi: enable fspi on imx8qxp and imx8mmHan Xu2020-03-051-0/+18
* spi: nxp-fspi: Ensure width is respected in spi-mem operationsMichael Walle2019-12-161-1/+1
* spi: nxp-fspi: Use devm API to fix missed unregistration of controllerChuhong Yuan2019-11-111-1/+1
* spi: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-021-3/+1
* spi: spi-mem: spi-nxp-fspi: add module license infoYogesh Narayan Gaur2019-01-291-2/+3
* spi: nxp-fspi: add octal mode flag bit for octal supportYogesh Narayan Gaur2019-01-281-2/+2
* spi: spi-mem: Add driver for NXP FlexSPI controllerYogesh Narayan Gaur2019-01-281-0/+1105