Re: [PATCH RFC 2/3] Decompressors: Add boot-time XZ support

2010-11-25 Thread Phillip Lougher
On 24/11/10 20:54, Lasse Collin wrote: @@ -176,10 +179,20 @@ config KERNEL_LZMA bool LZMA depends on HAVE_KERNEL_LZMA help + This is the predecessor of XZ. + You seem to have moved the help text from LZMA into the entry for XZ, leaving LZMA merely with the

[OT] Display for an embedded device

2010-11-25 Thread Natanael Olaiz
Hi, I don't know if this is the proper place to ask, so if anyone knows a better place just tell me... Which kind of display devices are supported by the kernel? Which kind of tiny display devices do you recommend to use in a rackable PC? (it would be ideal to fit the display in the box of

Re: [PATCH 04/16 v4] pramfs: file operations

2010-11-25 Thread Marco Stornelli
2010/11/24 Paul Mundt let...@linux-sh.org: On Wed, Nov 24, 2010 at 09:11:13AM +0100, Marco Stornelli wrote: 2010/11/24 Paul Mundt let...@linux-sh.org: most of this from ext2, I'm curious why you opted to hardcode this instead of maintaining the flexibility that ext2 XIP has over this.

Re: [PATCH RFC 1/3] Decompressors: Add XZ decompressor module

2010-11-25 Thread Lasse Collin
On 2010-11-25 Andrew Morton wrote: On Wed, 24 Nov 2010 22:51:52 +0200 Lasse Collin lasse.col...@tukaani.org wrote: This patch: Add the main decompression code (xz_dec), testing module (xz_dec_test), wrapper script (xz_wrap.sh) for the xz command line tool, and documentation. The xz_dec

Re: [PATCH RFC 2/3] Decompressors: Add boot-time XZ support

2010-11-25 Thread Lasse Collin
On 2010-11-25 Phillip Lougher wrote: On 24/11/10 20:54, Lasse Collin wrote: @@ -176,10 +179,20 @@ config KERNEL_LZMA bool LZMA depends on HAVE_KERNEL_LZMA help + This is the predecessor of XZ. + You seem to have moved the help text from LZMA into the entry for