Re: [U-Boot] [PATCH v1 1/4] sf: add ADDR_4B for 4byte address support

2017-04-20 Thread Suresh Gupta
Hello Jagan, [snip] > > > > Sorry for the late, It's better to not relay on specific flash and do > > the 4-byte addressing. So, I've sent some patches based on this [1] > > and will send the next version to wind-up all these changes. Please wait > > some > time. > > Any update on supporting 4

Re: [U-Boot] [PATCH v1 1/4] sf: add ADDR_4B for 4byte address support

2016-11-29 Thread Yao Yuan
On Wed, Oct 26, 2016 at 4:39 PM, Jagan Teki wrote: > On Wed, Sep 28, 2016 at 4:39 PM, Yuan Yao wrote: > > From: Yuan Yao > > > > Some new flash don't support bar register but use 4bytes address to > > support exceed 16MB flash size. > > So add flash flag: > > ADDR_4B > > for some flash which sup

Re: [U-Boot] [PATCH v1 1/4] sf: add ADDR_4B for 4byte address support

2016-10-26 Thread Yao Yuan
On Wed, Oct 26, 2016 at 3:39 PM, Jagan Teki wrote: > On Wed, Sep 28, 2016 at 4:39 PM, Yuan Yao wrote: > > From: Yuan Yao > > > > Some new flash don't support bar register but use 4bytes address to > > support exceed 16MB flash size. > > So add flash flag: > > ADDR_4B > > for some flash which supp

Re: [U-Boot] [PATCH v1 1/4] sf: add ADDR_4B for 4byte address support

2016-10-26 Thread Jagan Teki
On Wed, Sep 28, 2016 at 4:39 PM, Yuan Yao wrote: > From: Yuan Yao > > Some new flash don't support bar register but use 4bytes address to > support exceed 16MB flash size. > So add flash flag: > ADDR_4B > for some flash which support 4bytes address. > > Signed-off-by: Yuan Yao > --- > drivers/m

Re: [U-Boot] [PATCH v1 1/4] sf: add ADDR_4B for 4byte address support

2016-10-19 Thread york sun
On 09/28/2016 06:21 AM, Yuan Yao wrote: > From: Yuan Yao > > Some new flash don't support bar register but use 4bytes address to > support exceed 16MB flash size. > So add flash flag: > ADDR_4B > for some flash which support 4bytes address. > > Signed-off-by: Yuan Yao Jagan, Your comment, pleas

Re: [U-Boot] [PATCH v1 1/4] sf: add ADDR_4B for 4byte address support

2016-10-06 Thread york sun
On 09/28/2016 04:21 AM, Yuan Yao wrote: > From: Yuan Yao > > Some new flash don't support bar register but use 4bytes address to > support exceed 16MB flash size. > So add flash flag: > ADDR_4B > for some flash which support 4bytes address. > > Signed-off-by: Yuan Yao > --- > drivers/mtd/spi/sf_

[U-Boot] [PATCH v1 1/4] sf: add ADDR_4B for 4byte address support

2016-09-28 Thread Yuan Yao
From: Yuan Yao Some new flash don't support bar register but use 4bytes address to support exceed 16MB flash size. So add flash flag: ADDR_4B for some flash which support 4bytes address. Signed-off-by: Yuan Yao --- drivers/mtd/spi/sf_internal.h | 4 +++- drivers/mtd/spi/sf_params.c | 2 +-