[PATCH 0/4] Zynq qspi updates

Michal Simek michal.simek at xilinx.com
Mon Feb 7 10:22:14 CET 2022



On 1/31/22 06:22, Ashok Reddy Soma wrote:
> This patch series does below updates to zynq qspi driver.
> 1. Fix typecast to rxbuf in zynq_qspi_read_data()
> 2. Fix data abort issue incase of un-aligned writes
> 3. Add a check for baudrate and if not in limits set to default
> 4. Add zynq_qspi_exec_op() to avoid spi_mem_exec_op() from spi-mem
>     framework.
> 
> 
> Siva Durga Prasad Paladugu (3):
>    spi: zynq_qspi: Typecast rxbuf properly
>    spi: zynq_qspi: Read only one byte at a time from txbuf
>    spi: zynq_qspi: Add a check for baudrate and set default if not in
>      limits
> 
> T Karthik Reddy (1):
>    spi: zynq_qspi: Add SPI memory operations to zynq qspi
> 
>   drivers/spi/zynq_qspi.c | 91 +++++++++++++++++++++++++++++++++++++----
>   1 file changed, 83 insertions(+), 8 deletions(-)
> 

Applied.
M


More information about the U-Boot mailing list