aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-nxp-fspi.c
AgeCommit message (Expand)AuthorFilesLines
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