Re: [U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-11 Thread Stefan Roese
On 12.09.2013 02:55, Scott Wood wrote: Scott, these patches are assigned to you in patchwork. If you are okay with the NAND side (and everything else), then please feel free to push all 4 patches via your repository. >>> >>> Patch 1 looks OK to me (at least to the extent that it's ju

Re: [U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-11 Thread Scott Wood
On Wed, 2013-09-11 at 07:48 +0200, Stefan Roese wrote: > On 10.09.2013 22:24, Scott Wood wrote: > > On Sat, 2013-09-07 at 14:11 +0200, Stefan Roese wrote: > >> On 04.09.2013 16:16, Paul Burton wrote: > >>> This patchset corrects a few issues I've had whilst using UBI with U-boot. > >>> > >>> The fi

Re: [U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-10 Thread Stefan Roese
On 10.09.2013 22:24, Scott Wood wrote: > On Sat, 2013-09-07 at 14:11 +0200, Stefan Roese wrote: >> On 04.09.2013 16:16, Paul Burton wrote: >>> This patchset corrects a few issues I've had whilst using UBI with U-boot. >>> >>> The first 3 are bug fixes, the 4th is an addition I needed in order to >

Re: [U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-10 Thread Scott Wood
On Sat, 2013-09-07 at 14:11 +0200, Stefan Roese wrote: > On 04.09.2013 16:16, Paul Burton wrote: > > This patchset corrects a few issues I've had whilst using UBI with U-boot. > > > > The first 3 are bug fixes, the 4th is an addition I needed in order to > > write a > > large root filesystem into

Re: [U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-07 Thread Stefan Roese
On 04.09.2013 16:16, Paul Burton wrote: > This patchset corrects a few issues I've had whilst using UBI with U-boot. > > The first 3 are bug fixes, the 4th is an addition I needed in order to write a > large root filesystem into my NAND device. > > Changes since v1: > - Fixed style issues in "c

[U-Boot] [PATCH v2 0/4] MTD & UBI fixes

2013-09-04 Thread Paul Burton
This patchset corrects a few issues I've had whilst using UBI with U-boot. The first 3 are bug fixes, the 4th is an addition I needed in order to write a large root filesystem into my NAND device. Changes since v1: - Fixed style issues in "cmd_ubi: add write.part command..." as per Stefan R