Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-06-29 Thread Jagan Teki
On Fri, Jun 29, 2018 at 2:02 PM, Marek Vasut wrote: > On 06/28/2018 04:29 PM, Jagan Teki wrote: >> On Mon, Jun 18, 2018 at 1:18 PM, Jagan Teki wrote: >>> On Tue, May 29, 2018 at 2:30 PM, Marek Vasut wrote: On 05/29/2018 06:52 AM, Jagan Teki wrote: > + Siva > > On Fri, May 25, 20

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-06-29 Thread Marek Vasut
On 06/28/2018 04:29 PM, Jagan Teki wrote: > On Mon, Jun 18, 2018 at 1:18 PM, Jagan Teki wrote: >> On Tue, May 29, 2018 at 2:30 PM, Marek Vasut wrote: >>> On 05/29/2018 06:52 AM, Jagan Teki wrote: + Siva On Fri, May 25, 2018 at 1:28 AM, Marek Vasut wrote: > The N25Q256(A) datas

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-06-28 Thread Jagan Teki
On Mon, Jun 18, 2018 at 1:18 PM, Jagan Teki wrote: > On Tue, May 29, 2018 at 2:30 PM, Marek Vasut wrote: >> On 05/29/2018 06:52 AM, Jagan Teki wrote: >>> + Siva >>> >>> On Fri, May 25, 2018 at 1:28 AM, Marek Vasut wrote: The N25Q256(A) datasheet clearly states that this device does have >>>

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-06-18 Thread Jagan Teki
On Tue, May 29, 2018 at 2:30 PM, Marek Vasut wrote: > On 05/29/2018 06:52 AM, Jagan Teki wrote: >> + Siva >> >> On Fri, May 25, 2018 at 1:28 AM, Marek Vasut wrote: >>> The N25Q256(A) datasheet clearly states that this device does have >>> a Flag Status Register and does update FSR PEC bit 7 durin

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-06-06 Thread Marek Vasut
On 06/06/2018 09:04 PM, Jagan Teki wrote: > On Thu, Jun 7, 2018 at 12:15 AM, Marek Vasut wrote: >> On 05/24/2018 09:58 PM, Marek Vasut wrote: >>> The N25Q256(A) datasheet clearly states that this device does have >>> a Flag Status Register and does update FSR PEC bit 7 during Program >>> and Erase

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-06-06 Thread Jagan Teki
On Thu, Jun 7, 2018 at 12:15 AM, Marek Vasut wrote: > On 05/24/2018 09:58 PM, Marek Vasut wrote: >> The N25Q256(A) datasheet clearly states that this device does have >> a Flag Status Register and does update FSR PEC bit 7 during Program >> and Erase cycles to indicate the cycle is in progress. En

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-06-06 Thread Marek Vasut
On 05/24/2018 09:58 PM, Marek Vasut wrote: > The N25Q256(A) datasheet clearly states that this device does have > a Flag Status Register and does update FSR PEC bit 7 during Program > and Erase cycles to indicate the cycle is in progress. Enable the > FSR PEC bit polling on this device to prevent d

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-05-29 Thread Marek Vasut
On 05/29/2018 06:52 AM, Jagan Teki wrote: > + Siva > > On Fri, May 25, 2018 at 1:28 AM, Marek Vasut wrote: >> The N25Q256(A) datasheet clearly states that this device does have >> a Flag Status Register and does update FSR PEC bit 7 during Program >> and Erase cycles to indicate the cycle is in p

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-05-28 Thread Siva Durga Prasad Paladugu
Hi, > -Original Message- > From: Jagan Teki [mailto:jagannadh.t...@gmail.com] > Sent: Tuesday, May 29, 2018 10:22 AM > To: Marek Vasut ; Siva Durga Prasad Paladugu > > Cc: U-Boot Mailing List ; Tom Rini > > Subject: Re: [U-Boot] [PATCH] sf: Enable FSR polling o

Re: [U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-05-28 Thread Jagan Teki
+ Siva On Fri, May 25, 2018 at 1:28 AM, Marek Vasut wrote: > The N25Q256(A) datasheet clearly states that this device does have > a Flag Status Register and does update FSR PEC bit 7 during Program > and Erase cycles to indicate the cycle is in progress. Enable the > FSR PEC bit polling on this d

[U-Boot] [PATCH] sf: Enable FSR polling on N25Q256(A)

2018-05-24 Thread Marek Vasut
The N25Q256(A) datasheet clearly states that this device does have a Flag Status Register and does update FSR PEC bit 7 during Program and Erase cycles to indicate the cycle is in progress. Enable the FSR PEC bit polling on this device to prevent data corruption. Signed-off-by: Marek Vasut Cc: Ja