Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-28 Thread Marek Vasut
On Monday, December 28, 2015 at 09:04:55 AM, Thomas Chou wrote: > Hi Marek, Hi! > On 2015年12月28日 13:35, Marek Vasut wrote: > > On Monday, December 28, 2015 at 02:17:46 AM, Thomas Chou wrote: > >> Hi Marek, > >> > >> On 2015年12月25日 17:58, Marek Vasut wrote: > >>> On Friday, December 25, 2015 at 0

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-28 Thread Thomas Chou
Hi Marek, On 2015年12月28日 13:35, Marek Vasut wrote: On Monday, December 28, 2015 at 02:17:46 AM, Thomas Chou wrote: Hi Marek, On 2015年12月25日 17:58, Marek Vasut wrote: On Friday, December 25, 2015 at 09:33:52 AM, Thomas Chou wrote: Hi Marek, On 2015年12月25日 12:08, Marek Vasut wrote: Well, it

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-27 Thread Marek Vasut
On Monday, December 28, 2015 at 02:17:46 AM, Thomas Chou wrote: > Hi Marek, > > On 2015年12月25日 17:58, Marek Vasut wrote: > > On Friday, December 25, 2015 at 09:33:52 AM, Thomas Chou wrote: > >> Hi Marek, > >> > >> On 2015年12月25日 12:08, Marek Vasut wrote: > Well, it is only a putc() which is

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-27 Thread Thomas Chou
On 2015年12月24日 08:51, Thomas Chou wrote: Show sector erase progress with dot and comma. Signed-off-by: Thomas Chou --- drivers/mtd/altera_qspi.c | 14 ++ 1 file changed, 14 insertions(+) Applied to u-boot-nios. ___ U-Boot mailing

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-27 Thread Thomas Chou
Hi Marek, On 2015年12月25日 17:58, Marek Vasut wrote: On Friday, December 25, 2015 at 09:33:52 AM, Thomas Chou wrote: Hi Marek, On 2015年12月25日 12:08, Marek Vasut wrote: Well, it is only a putc() which is plain and simple. Sure, but then I still don't understand why this cannot be in the common

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-25 Thread Marek Vasut
On Friday, December 25, 2015 at 09:33:52 AM, Thomas Chou wrote: > Hi Marek, > > On 2015年12月25日 12:08, Marek Vasut wrote: > >> Well, it is only a putc() which is plain and simple. > > > > Sure, but then I still don't understand why this cannot be in the common > > code. > > Yes, it can be in the

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-25 Thread Thomas Chou
Hi Marek, On 2015年12月25日 12:08, Marek Vasut wrote: Well, it is only a putc() which is plain and simple. Sure, but then I still don't understand why this cannot be in the common code. Yes, it can be in the common code. Do you have an idea how should it look like? Best regards, Thomas _

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-24 Thread Marek Vasut
On Friday, December 25, 2015 at 01:12:28 AM, Thomas Chou wrote: > Hi Marek, > > On 2015年12月24日 13:37, Marek Vasut wrote: > > On Thursday, December 24, 2015 at 06:24:45 AM, Thomas Chou wrote: > >> Hi Marek, > >> > >> On 2015年12月24日 11:42, Marek Vasut wrote: > >>> On Thursday, December 24, 2015 at

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-24 Thread Thomas Chou
Hi Marek, On 2015年12月24日 13:37, Marek Vasut wrote: On Thursday, December 24, 2015 at 06:24:45 AM, Thomas Chou wrote: Hi Marek, On 2015年12月24日 11:42, Marek Vasut wrote: On Thursday, December 24, 2015 at 04:26:57 AM, Thomas Chou wrote: Hi Marek, Hi Thomas, On 2015年12月24日 11:02, Marek Vasut

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Marek Vasut
On Thursday, December 24, 2015 at 06:24:45 AM, Thomas Chou wrote: > Hi Marek, > > On 2015年12月24日 11:42, Marek Vasut wrote: > > On Thursday, December 24, 2015 at 04:26:57 AM, Thomas Chou wrote: > >> Hi Marek, > > > > Hi Thomas, > > > >> On 2015年12月24日 11:02, Marek Vasut wrote: > >>> On Thursday,

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Thomas Chou
Hi Marek, On 2015年12月24日 11:42, Marek Vasut wrote: On Thursday, December 24, 2015 at 04:26:57 AM, Thomas Chou wrote: Hi Marek, Hi Thomas, On 2015年12月24日 11:02, Marek Vasut wrote: On Thursday, December 24, 2015 at 03:50:57 AM, Thomas Chou wrote: Hi Marek, On 2015年12月24日 09:29, Marek Vasut

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Marek Vasut
On Thursday, December 24, 2015 at 04:26:57 AM, Thomas Chou wrote: > Hi Marek, Hi Thomas, > On 2015年12月24日 11:02, Marek Vasut wrote: > > On Thursday, December 24, 2015 at 03:50:57 AM, Thomas Chou wrote: > >> Hi Marek, > >> > >> On 2015年12月24日 09:29, Marek Vasut wrote: > >>> On Thursday, December

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Thomas Chou
Hi Marek, On 2015年12月24日 11:02, Marek Vasut wrote: On Thursday, December 24, 2015 at 03:50:57 AM, Thomas Chou wrote: Hi Marek, On 2015年12月24日 09:29, Marek Vasut wrote: On Thursday, December 24, 2015 at 01:51:23 AM, Thomas Chou wrote: Show sector erase progress with dot and comma. Signed-off

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Marek Vasut
On Thursday, December 24, 2015 at 03:50:57 AM, Thomas Chou wrote: > Hi Marek, > > On 2015年12月24日 09:29, Marek Vasut wrote: > > On Thursday, December 24, 2015 at 01:51:23 AM, Thomas Chou wrote: > >> Show sector erase progress with dot and comma. > >> > >> Signed-off-by: Thomas Chou > >> --- > >

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Thomas Chou
Hi Marek, On 2015年12月24日 09:29, Marek Vasut wrote: On Thursday, December 24, 2015 at 01:51:23 AM, Thomas Chou wrote: Show sector erase progress with dot and comma. Signed-off-by: Thomas Chou --- Shouldn't this go into common code ? The code to print a dot is minimal. It will cost more if

Re: [U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Marek Vasut
On Thursday, December 24, 2015 at 01:51:23 AM, Thomas Chou wrote: > Show sector erase progress with dot and comma. > > Signed-off-by: Thomas Chou > --- Shouldn't this go into common code ? Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH 4/5] altera_qspi: show erase progress

2015-12-23 Thread Thomas Chou
Show sector erase progress with dot and comma. Signed-off-by: Thomas Chou --- drivers/mtd/altera_qspi.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/mtd/altera_qspi.c b/drivers/mtd/altera_qspi.c index 8a630a6..0624ff4 100644 --- a/drivers/mtd/altera_qspi.c +++ b/dr