Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Simon Glass
+Mike who is the maintainer On Wed, Dec 12, 2012 at 7:16 AM, Jagan Teki wrote: > Hi Simon, > > On Wed, Dec 12, 2012 at 8:31 PM, Simon Glass wrote: >> Hi Jagan, >> >> On Wed, Dec 12, 2012 at 6:43 AM, Jagan Teki wrote: >>> Hi Simon, >>> >>> On Wed, Dec 12, 2012 at 12:01 PM, Simon Glass wrote: >>

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 8:31 PM, Simon Glass wrote: > Hi Jagan, > > On Wed, Dec 12, 2012 at 6:43 AM, Jagan Teki wrote: >> Hi Simon, >> >> On Wed, Dec 12, 2012 at 12:01 PM, Simon Glass wrote: >>> Hi Jagan, >>> >>> On Mon, Dec 10, 2012 at 10:37 PM, Jagan Teki >>> wrote: Hi Simon,

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Simon Glass
Hi Jagan, On Wed, Dec 12, 2012 at 6:43 AM, Jagan Teki wrote: > Hi Simon, > > On Wed, Dec 12, 2012 at 12:01 PM, Simon Glass wrote: >> Hi Jagan, >> >> On Mon, Dec 10, 2012 at 10:37 PM, Jagan Teki >> wrote: >>> Hi Simon, >>> >>> I understand your concern. >>> >>> But currently there is no prints

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-12 Thread Jagan Teki
Hi Simon, On Wed, Dec 12, 2012 at 12:01 PM, Simon Glass wrote: > Hi Jagan, > > On Mon, Dec 10, 2012 at 10:37 PM, Jagan Teki wrote: >> Hi Simon, >> >> I understand your concern. >> >> But currently there is no prints a/f reading/writing/erasing the SPI flash. >> User's are unable to confirm wheth

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-11 Thread Simon Glass
Hi Jagan, On Mon, Dec 10, 2012 at 10:37 PM, Jagan Teki wrote: > Hi Simon, > > I understand your concern. > > But currently there is no prints a/f reading/writing/erasing the SPI flash. > User's are unable to confirm whether that particular sf commands are > properly done/not. Well if there is no

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-10 Thread Jagan Teki
Hi Simon, I understand your concern. But currently there is no prints a/f reading/writing/erasing the SPI flash. User's are unable to confirm whether that particular sf commands are properly done/not. Thanks, Jagan. On Tue, Dec 11, 2012 at 12:56 AM, Simon Glass wrote: > Hi, > > On Mon, Dec 10

Re: [U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-10 Thread Simon Glass
Hi, On Mon, Dec 10, 2012 at 6:41 AM, Jagannadha Sutradharudu Teki wrote: > This patch provides to enabled the prints on erase and write > functions to make sure that how many bytes erase/write into flash device. > > Signed-off-by: Jagannadha Sutradharudu Teki > --- > drivers/mtd/spi/spi_flash.c

[U-Boot] [PATCH 1/4] sf: Enable prints on erase and write functions

2012-12-10 Thread Jagannadha Sutradharudu Teki
This patch provides to enabled the prints on erase and write functions to make sure that how many bytes erase/write into flash device. Signed-off-by: Jagannadha Sutradharudu Teki --- drivers/mtd/spi/spi_flash.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/m