Re: [U-Boot] [PATCH v5 0/5] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-30 Thread Stephen Warren
On 06/28/2014 01:34 PM, Jörg Krause wrote: > Dear Wolfgang, > > On 06/28/2014 01:44 PM, Wolfgang Denk wrote: >> Dear J�rg, >> >> In message <53adfff5.7050...@posteo.de> you wrote: >>> I applied this series of patches on top of a patch from Stephen Warren >>> from 2014-06-23: [PATCH] usb: ci_udc: f

Re: [U-Boot] [PATCH v5 0/5] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-28 Thread Marek Vasut
On Saturday, June 28, 2014 at 09:34:46 PM, Jörg Krause wrote: > Dear Wolfgang, > > On 06/28/2014 01:44 PM, Wolfgang Denk wrote: > > Dear J�rg, > > > > In message <53adfff5.7050...@posteo.de> you wrote: > >> I applied this series of patches on top of a patch from Stephen Warren > >> from 2014-06-2

Re: [U-Boot] [PATCH v5 0/5] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-28 Thread Jörg Krause
Dear Wolfgang, On 06/28/2014 01:44 PM, Wolfgang Denk wrote: Dear J�rg, In message <53adfff5.7050...@posteo.de> you wrote: I applied this series of patches on top of a patch from Stephen Warren from 2014-06-23: [PATCH] usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC. Now my USB Ethernet d

Re: [U-Boot] [PATCH v5 0/5] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-28 Thread Wolfgang Denk
Dear J�rg, In message <53adfff5.7050...@posteo.de> you wrote: > > I applied this series of patches on top of a patch from Stephen Warren > from 2014-06-23: [PATCH] usb: ci_udc: fix interaction with > CONFIG_USB_ETH_CDC. > > Now my USB Ethernet driver does not work anymore. I am using tfpd for

Re: [U-Boot] [PATCH v5 0/5] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-27 Thread Jörg Krause
I applied this series of patches on top of a patch from Stephen Warren from 2014-06-23: [PATCH] usb: ci_udc: fix interaction with CONFIG_USB_ETH_CDC. Now my USB Ethernet driver does not work anymore. I am using tfpd for downloading files over USB Ethernet Gadget from my notebook to an Freesca

[U-Boot] [PATCH v5 0/5] mtd, ubi, ubifs: resync with Linux-3.14

2014-06-24 Thread Heiko Schocher
resync ubi subsystem with linux: commit 455c6fdbd219161bd09b1165f11699d6d73de11c Author: Linus Torvalds Date: Sun Mar 30 20:40:15 2014 -0700 Linux 3.14 A nice side effect of this, is we introduce UBI Fastmap support to U-Boot. To produce this patch I did two steps: - simple copy followin