Re: [PATCH 1/2] nand: imx6: Changed default NAND clock

2016-10-24 Thread Stefan Lengfeld
Hi Sascha, On Fri, Oct 21, 2016 at 09:11:47AM +0200, Sascha Hauer wrote: > On Thu, Oct 20, 2016 at 03:40:06PM +0200, Christian Hemp wrote: > > From: Daniel Schultz > > > > The Barebox recognized false bad erase blocks while booting from a > > Spansion NAND (1). This error

Re: [PATCH 2/2] mtd: nand: nand_mxs: Fix readtotal calculation

2016-10-24 Thread Stefan Lengfeld
Hi Sascha, On Fri, Oct 21, 2016 at 09:18:08AM +0200, Sascha Hauer wrote: > On Thu, Oct 20, 2016 at 03:40:07PM +0200, Christian Hemp wrote: > > The calculation of readtotal must be bit alligend. If not the bch core > > finds bit flips in every page, because readtotal is too small. > > This bug was

[PATCH v2] ARM: dts: am33xx.dtsi: Add spi aliases

2016-10-24 Thread Teresa Remmet
We need to add the spi aliases to set the bus number correct in the driver. Delete the spi1 alias again in the am33xx-strip.dtsi for MLO as the node is deleted there also. Signed-off-by: Teresa Remmet --- Changes in v2: - Removed the first patch completly - Delete now spi1

[PATCH 3/6] fs: squashfs: port zlib compression support from kernel

2016-10-24 Thread Sascha Hauer
From: Enrico Jorns As this is the default compression method for squashfs, make this the default in kconfig selection, too Signed-off-by: Enrico Jorns Signed-off-by: Sascha Hauer --- fs/squashfs/Kconfig| 10

[PATCH 2/6] fs: squashfs: port lz4 compression support from kernel

2016-10-24 Thread Sascha Hauer
From: Enrico Jorns Signed-off-by: Enrico Jorns Signed-off-by: Sascha Hauer --- fs/squashfs/Kconfig | 10 fs/squashfs/Makefile | 1 + fs/squashfs/lz4_wrapper.c | 140

[PATCH 5/6] fs: squashfs: append linux rootarg for ubi volume

2016-10-24 Thread Sascha Hauer
From: Enrico Jorns If squashfs runs from an ubi volume, append appropriate root kernel options. Note that ubiblock support is required in the kernel for that. Signed-off-by: Enrico Jorns Signed-off-by: Sascha Hauer ---

[PATCH 6/6] fs: squashfs: Enable squashfs XZ support when XZ is enabled

2016-10-24 Thread Sascha Hauer
XZ support itself is much more expensive than the squashfs XZ wrapper, so it makes sense to just compile XZ support into barebox when XZ support is available. No need to ask the user for it. Signed-off-by: Sascha Hauer --- fs/squashfs/Kconfig | 17 +++-- 1

[PATCH 1/6] fs: squashfs: port lzo compression support from kernel

2016-10-24 Thread Sascha Hauer
From: Enrico Jorns This ports lzo_wrapper from kernel code and adds some minimal adaptions to make squashfs lzo compression work in barebox. Signed-off-by: Enrico Jorns Tested-by: Yegor Yefremov Signed-off-by: Sascha Hauer

[PATCH v2] squashfs additional decompressors

2016-10-24 Thread Sascha Hauer
This series enables additional decompressors for squashfs. Changes since v1: - Enable the squashfs decompression wrapper for a decompression method always when the corresponding decompression library is enabled. The rationale is that the wrapper is cheap compared to the decompression

Re: [PATCH 1/2] ARM: dts: am33xx: Make am33xx-strip.dtsi independent

2016-10-24 Thread Teresa Remmet
Please forget about this one. There is a far more easier way to go. I will send a new patch. Teresa Am Freitag, den 21.10.2016, 11:45 +0200 schrieb Teresa Remmet: > am33xx-strip.dtsi was used to remove unused nodes in the MLO device tree. > It always required the am33xx.dtsi include. But if we