[PATCH 0/3] cadence_qspi driver updates

Ashok Reddy Soma ashok.reddy.soma at xilinx.com
Wed Aug 24 13:38:44 CEST 2022


In this patch series
 - Change driver to use plat data structure only in of_to_plat() and
   probe(). In probe, copy plat structure members to priv structure.
   Replace plat with priv across the driver.
 - Fix function name issue in flash reset
 - Add a call to read_setup in cadence_spi_read_id() before STIG read.



Ashok Reddy Soma (3):
  spi: cadence-qspi: Correct flash reset function name
  spi: cadence_qspi: Call read_setup for STIG_READ
  spi: cadence-qspi: Use priv instead of plat across the driver

 drivers/spi/cadence_ospi_versal.c |  56 ++++----
 drivers/spi/cadence_qspi.c        | 104 ++++++++------
 drivers/spi/cadence_qspi.h        |  56 +++++---
 drivers/spi/cadence_qspi_apb.c    | 231 +++++++++++++++---------------
 4 files changed, 242 insertions(+), 205 deletions(-)

-- 
2.17.1



More information about the U-Boot mailing list