Re: [U-Boot] [PATCH] qspi: Add code to send only aligned data to TxFIFO

2019-04-25 Thread Vignesh Raghavendra
Hi, On 24/04/19 6:32 PM, Rajat Srivastava wrote: > Some Freescale QSPI controllers require driver to send only 16 bytes > aligned data to TxFIFO while performing flash write operation. The extra > data is not actually written on flash. The patch enables driver to send > 16 bytes aligned data to

[U-Boot] [PATCH] qspi: Add code to send only aligned data to TxFIFO

2019-04-24 Thread Rajat Srivastava
Some Freescale QSPI controllers require driver to send only 16 bytes aligned data to TxFIFO while performing flash write operation. The extra data is not actually written on flash. The patch enables driver to send 16 bytes aligned data to TxFIFO, provided the config is enabled. The reason behind