> -----Original Message-----
> From: Kuldeep Singh <[email protected]>
> Sent: Thursday, February 20, 2020 10:58 PM
> To: [email protected]
> Cc: Frieder Schrempf <[email protected]>; Stefan Roese
> <[email protected]>; Priyanka Jain <[email protected]>; Jagan Teki
> <[email protected]>; Stefano Babic <[email protected]>; Fabio
> Estevam <[email protected]>; Vignesh Raghavendra <[email protected]>;
> Kuldeep Singh <[email protected]>; Ashish Kumar
> <[email protected]>
> Subject: [Patch v5 1/7] 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]>
<snip>
Jagan,

If there are no further comments, could you please help in picking this up.

Thanks
Kuldeep

Reply via email to