Re: [U-Boot] [PATCH 0/3] mtd: Fix partition handling code

2018-11-10 Thread Boris Brezillon
On Sat, 10 Nov 2018 16:57:07 +0530 Jagan Teki wrote: > On Sat, Nov 10, 2018 at 4:54 PM Boris Brezillon > wrote: > > > > On Sat, 10 Nov 2018 15:02:05 +0530 > > Jagan Teki wrote: > > > > > On Mon, Nov 5, 2018 at 2:07 PM Jagan Teki > > > wrote: > > > > > > > > On Wed, Oct 31, 2018 at 3:38 PM

Re: [U-Boot] [PATCH 0/3] mtd: Fix partition handling code

2018-11-10 Thread Jagan Teki
On Sat, Nov 10, 2018 at 4:54 PM Boris Brezillon wrote: > > On Sat, 10 Nov 2018 15:02:05 +0530 > Jagan Teki wrote: > > > On Mon, Nov 5, 2018 at 2:07 PM Jagan Teki > > wrote: > > > > > > On Wed, Oct 31, 2018 at 3:38 PM Boris Brezillon > > > wrote: > > > > > > > > Hello, > > > > > > > > Stefan re

Re: [U-Boot] [PATCH 0/3] mtd: Fix partition handling code

2018-11-10 Thread Boris Brezillon
On Sat, 10 Nov 2018 15:02:05 +0530 Jagan Teki wrote: > On Mon, Nov 5, 2018 at 2:07 PM Jagan Teki wrote: > > > > On Wed, Oct 31, 2018 at 3:38 PM Boris Brezillon > > wrote: > > > > > > Hello, > > > > > > Stefan recently reported a bug when using ubi part on a spi-nand > > > device and proposed

Re: [U-Boot] [PATCH 0/3] mtd: Fix partition handling code

2018-11-10 Thread Jagan Teki
On Mon, Nov 5, 2018 at 2:07 PM Jagan Teki wrote: > > On Wed, Oct 31, 2018 at 3:38 PM Boris Brezillon > wrote: > > > > Hello, > > > > Stefan recently reported a bug when using ubi part on a spi-nand > > device and proposed this fix[1]. While his solution while working > > I proposed a different ap

Re: [U-Boot] [PATCH 0/3] mtd: Fix partition handling code

2018-11-05 Thread Jagan Teki
On Wed, Oct 31, 2018 at 3:38 PM Boris Brezillon wrote: > > Hello, > > Stefan recently reported a bug when using ubi part on a spi-nand > device and proposed this fix[1]. While his solution while working > I proposed a different approach to kill the CMD_UBI dependency on > CMD_MTDPARTS. This is wha

Re: [U-Boot] [PATCH 0/3] mtd: Fix partition handling code

2018-10-31 Thread Miquel Raynal
Hi Boris, Boris Brezillon wrote on Wed, 31 Oct 2018 11:07:33 +0100: > Hello, > > Stefan recently reported a bug when using ubi part on a spi-nand > device and proposed this fix[1]. While his solution while working > I proposed a different approach to kill the CMD_UBI dependency on > CMD_MTDPART