diff options
| author | Kuldeep Singh <[email protected]> | 2020-02-20 22:57:52 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-04-29 01:44:35 +0530 |
| commit | 91afd36f3802aee001a2f551ea1d77aca428b0a9 (patch) | |
| tree | cce4140cb6bcbf8ff0c5903da350aa585e9aacc8 /include/linux | |
| parent | dd2c676a659a03daeef31d1221da2edff009d426 (diff) | |
spi: Transform the FSL QuadSPI driver to use the SPI MEM API
To support the SPI MEM API, instead of modifying the existing U-Boot
driver, this patch adds a port of the existing Linux driver.
This also has the advantage that porting changes and fixes from Linux will
be easier.
Porting of driver left most of the functions unchanged while few of the
changes are:
-Remove lock(mutexes) and irq handler as u-boot is a single core execution.
-Remove invalid masterid as it was required specially for multicore
execution in LS2088ARDB which is not the case in u-boot.
-Remove clock support as changing spi speed is not supported in uboot and
nor in linux.
Currently tested on LS1088ARDB, LS1012ARDB, LS1046ARDB, LS1046AFRWY,
LS1043AQDS, LS1021ATWR, LS2088ARDB, I.MX6ULL EVK.
Signed-off-by: Frieder Schrempf <[email protected]>
Signed-off-by: Ashish Kumar <[email protected]>
Signed-off-by: Kuldeep Singh <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Tested-by: Stefan Roese <[email protected]>
Acked-by: Vignesh Raghavendra <[email protected]>
Acked-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
