Files
u-boot/drivers
Gong Qianyu 5207014deb spi: fsl_qspi: Fix qspi_op_rdid memcpy issue
In current driver everytime we memcpy 4 bytes to the dest memory
regardless of the remaining length.
This patch adds checking the remaining length before memcpy.
If the length is shorter than 4 bytes, memcpy the actual length of data
to the dest memory.

Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com>
Reviewed-by: York Sun <york.sun@nxp.com>
2016-01-27 08:28:04 -08:00
..
2015-11-02 10:38:00 +09:00
2016-01-13 21:05:19 -05:00
2015-10-22 14:22:22 -04:00
2015-10-23 09:42:28 -06:00
2016-01-19 08:31:21 -05:00
2016-01-21 20:42:36 -07:00