[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 --- 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/drivers/spi/fsl_espi.c b/drivers/spi/fsl_espi.c

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

2015-12-12 Thread Joakim Tjernlund
On Fri, 2015-12-11 at 21:19 -0500, Dale P. Smith wrote: > Signed-off-by: Dale P. Smith > --- > Changes for v2: >    - First attempt at using git format-patch > Changes for v3: >    - Fix subject. >    - Add changelog While this is a step in the right direction, this driver needs a rewrite. - The

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

2015-12-13 Thread Jagan Teki
On 12 December 2015 at 22:40, Joakim Tjernlund wrote: > On Fri, 2015-12-11 at 21:19 -0500, Dale P. Smith wrote: >> Signed-off-by: Dale P. Smith >> --- >> Changes for v2: >>- First attempt at using git format-patch >> Changes for v3: >>- Fix subject. >>- Add changelog > > While this is