Re: [U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-15 Thread Stefano Babic
On 15/10/2015 06:00, Scott Wood wrote: > On Wed, 2015-10-14 at 13:27 +0200, Albert ARIBAUD wrote: >> On Wed, 14 Oct 2015 13:21:41 +0200, Albert ARIBAUD (3ADEV) >> wrote: >>> Hello Stefan, >>> >>> On Tue, 13 Oct 2015 22:11:42 -0700, Stefan Agner >>> wrote: This resyncs the driver changes with

Re: [U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-14 Thread Scott Wood
On Wed, 2015-10-14 at 13:27 +0200, Albert ARIBAUD wrote: > On Wed, 14 Oct 2015 13:21:41 +0200, Albert ARIBAUD (3ADEV) > wrote: > > Hello Stefan, > > > > On Tue, 13 Oct 2015 22:11:42 -0700, Stefan Agner > > wrote: > > > This resyncs the driver changes with the Linux version of the > > > driver. T

Re: [U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-14 Thread Stefan Agner
On 2015-10-14 04:21, Albert ARIBAUD (3ADEV) wrote: > Hello Stefan, > > On Tue, 13 Oct 2015 22:11:42 -0700, Stefan Agner > wrote: >> This resyncs the driver changes with the Linux version of the >> driver. The driver received some feedback in the LKML and got >> recently acceppted, the latest vers

Re: [U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-14 Thread Albert ARIBAUD
On Wed, 14 Oct 2015 13:21:41 +0200, Albert ARIBAUD (3ADEV) wrote: > Hello Stefan, > > On Tue, 13 Oct 2015 22:11:42 -0700, Stefan Agner > wrote: > > This resyncs the driver changes with the Linux version of the > > driver. The driver received some feedback in the LKML and got > > recently acceppt

Re: [U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-14 Thread Albert ARIBAUD (3ADEV)
Hello Stefan, On Tue, 13 Oct 2015 22:11:42 -0700, Stefan Agner wrote: > This resyncs the driver changes with the Linux version of the > driver. The driver received some feedback in the LKML and got > recently acceppted, the latest version can be found here: > https://lkml.org/lkml/2015/9/2/678 >

Re: [U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-14 Thread Albert ARIBAUD
On Wed, 14 Oct 2015 10:43:27 +0200, Albert ARIBAUD wrote: > If tests were made on vf610twr and colibri_vf, then it would be nice if > testers could send their Tested-By; I think that with these, plus the > one I'll make ASAP under my 3ADEV hat on pcm052, we could take this in > 2015.10 along with

Re: [U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-14 Thread Albert ARIBAUD
Hello Stefan, On Tue, 13 Oct 2015 22:11:42 -0700, Stefan Agner wrote: > This resyncs the driver changes with the Linux version of the > driver. The driver received some feedback in the LKML and got > recently acceppted, the latest version can be found here: > https://lkml.org/lkml/2015/9/2/678 >

[U-Boot] [PATCH] mtd: nand: vf610_nfc: resync with upstream Linux version

2015-10-13 Thread Stefan Agner
This resyncs the driver changes with the Linux version of the driver. The driver received some feedback in the LKML and got recently acceppted, the latest version can be found here: https://lkml.org/lkml/2015/9/2/678 Notable changes are: - On ECC error, reread OOB and count bit flips in OOB too.