From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 16GgUx-0005nk-00 for ; Wed, 19 Dec 2001 13:11:03 +0000 From: David Woodhouse In-Reply-To: <01121914160800.03136@rob> References: <01121914160800.03136@rob> <20544.1008697534@redhat.com> To: rkaiser@sysgo.de Cc: linux-mtd@lists.infradead.org, =?iso-8859-1?q?J=F6rn=20Engel?= , Aleksander Sanochkin Subject: Re: Map driver usage Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Wed, 19 Dec 2001 13:21:37 +0000 Message-ID: <12142.1008768097@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: rob@sysgo.de said: > I just looked at Aleksander Sanochkin's code as Jörn suggested. It > looks as if it indeed implements just what I need for my mapping > driver. (Actually it implements quite a few more things, I only need > support for partitions that are not physically contiguous). I see > that his code has not made it into the MTD CVS so far. Is that > because you have objections ? I would really like to build on this > stuff in my mapping driver. The plan, such as there was one, was to leave 2.4 as it is for a while, and to adopt Jörn's code in 2.5 - so I hadn't applied Aleksander's patch; I was hoping that its extra functionality would be merged into Jörn's version before the time comes to start paying attention to 2.5 and playing with the MTD code. -- dwmw2