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

2013-06-13 Thread Albert ARIBAUD
Hi Jagan, Dale, On Thu, 13 Jun 2013 08:09:04 +0530, Jagan Teki jagannadh.t...@gmail.com wrote: Hi, Thanks for sending this. Few comments. 1. Please use subject prefix with version number this case it should be PATH v3 Plus if it is v3, then it should have patch history too.

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

2013-06-13 Thread Jagan Teki
On Thu, Jun 13, 2013 at 2:39 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi Jagan, Dale, On Thu, 13 Jun 2013 08:09:04 +0530, Jagan Teki jagannadh.t...@gmail.com wrote: Hi, Thanks for sending this. Few comments. 1. Please use subject prefix with version number this case it should

[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 +++

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

2013-06-12 Thread Jagan Teki
Hi, Thanks for sending this. Few comments. 1. Please use subject prefix with version number this case it should be PATH v3 2. Commit header should be stand' one as all follows. spi: fsl_espi: On Thu, Jun 13, 2013 at 3:24 AM, Dale P. Smith dsm...@vtiinstruments.com wrote: