[PATCH 2/4] mtd: UBI: Add support for updating static volumes

2016-06-22 Thread Teresa Remmet
Added support to update UBI static volumes in barebox. This is mainly realized with adding the ioctl UBI_IOCVOLUP. Signed-off-by: Teresa Remmet --- drivers/mtd/ubi/barebox.c | 56 +-- drivers/mtd/ubi/upd.c | 12 -- 2 files changed, 54 inser

Re: [PATCH 2/4] mtd: UBI: Add support for updating static volumes

2016-06-22 Thread Sascha Hauer
Hi Teresa, On Wed, Jun 22, 2016 at 11:02:39AM +0200, Teresa Remmet wrote: > Added support to update UBI static volumes in barebox. > This is mainly realized with adding the ioctl UBI_IOCVOLUP. > > Signed-off-by: Teresa Remmet > --- > drivers/mtd/ubi/barebox.c | 56 > +++

Re: [PATCH 2/4] mtd: UBI: Add support for updating static volumes

2016-06-23 Thread Teresa Remmet
Hello Sascha, Am Donnerstag, den 23.06.2016, 08:36 +0200 schrieb Sascha Hauer: > Hi Teresa, > > On Wed, Jun 22, 2016 at 11:02:39AM +0200, Teresa Remmet wrote: > > Added support to update UBI static volumes in barebox. > > This is mainly realized with adding the ioctl UBI_IOCVOLUP. > > > > Signed