aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/nxp_fspi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge patch series "spi-nor: Add parallel and stacked memories support"WIP/24May2024-nextTom Rini1-1/+1
2024-05-24spi: spi-uclass: Read chipselect and restrict capabilitiesAshok Reddy Soma1-1/+1
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07spi: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-10spi: nxp_fspi: reset the FLSHxCR1 registersHan Xu1-0/+7
2022-06-15spi: nxp_fspi: Fix clock imbalanceMarek Vasut1-3/+0
2022-04-12spi: nxp_fspi: Add i.MX8MP compatible stringMarek Vasut1-0/+1
2021-10-23spi: nxp_fspi: Implement errata workaround for LS1028AKuldeep Singh1-5/+48
2021-10-23spi: nxp-fspi: Add support for IP read onlyKuldeep Singh1-4/+20
2021-08-18spi: nxp_fspi: Ensure width is respected in spi-mem operationsMichael Walle1-1/+1
2021-02-26spi: nxp_fspi: Fix error reportingAdam Ford1-2/+2
2021-01-23spi: nxp_fspi: Enable support for nxp,imx8mm-fspiAdam Ford1-0/+9
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-16spi: nxp_fspi: Include device_compat.hSean Anderson1-3/+4
2020-10-14treewide: Fix wrong CONFIG_IS_ENABLED() handlingAlper Nebi Yasak1-5/+5
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-11spi: nxp-fspi: Use new readl_poll_sleep_timeout APIKuldeep Singh1-5/+5
2020-02-05dm: core: Drop the inclusion of linux/compat.h in dm.hSimon Glass1-0/+1
2020-01-27spi: nxp_fspi: new driver for the FlexSPI controllerMichael Walle1-0/+996