[U-Boot] [PATCH v3] spi: fsl_espi: Return all data read from device unmodified

2015-12-12 Thread Dale P. Smith
Signed-off-by: Dale P. Smith <dsm...@vtiinstruments.com> --- Changes for v2: - First attempt at using git format-patch Changes for v3: - Fix subject. - Add changelog drivers/spi/fsl_espi.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drive

[U-Boot] [PATCH] FSL espi: Return all data read from device unmodified.

2013-06-12 Thread Dale P. Smith
Signed-off-by: Dale P. Smith dsm...@vtiinstruments.com --- drivers/spi/fsl_espi.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c index 28609ee..bd9dc64 100644 --- a/drivers/spi/fsl_espi.c +++ b/drivers/spi

[U-Boot] [PATCH] fsl espi: Fix reading from device

2012-09-26 Thread Dale P. Smith
Return the actual bytes read from the device. --- drivers/spi/fsl_espi.c | 10 ++ 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c index a1ebd33..c0348db 100644 --- a/drivers/spi/fsl_espi.c +++ b/drivers/spi/fsl_espi.c @@