From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from parcelfarce.linux.theplanet.co.uk (parcelfarce.linux.theplanet.co.uk [195.92.249.252]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 1F31967EF3 for ; Sat, 6 Aug 2005 06:40:37 +1000 (EST) Date: Fri, 5 Aug 2005 17:34:56 -0300 From: Marcelo Tosatti To: Pantelis Antoniou Message-ID: <20050805203456.GD14338@dmt.cnet> References: <200508021909.45729.pantelis.antoniou@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200508021909.45729.pantelis.antoniou@gmail.com> Cc: linuxppc-embedded@ozlabs.org Subject: Re: [PATCH] cpm_uart: make dpram allocation actually work List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Aug 02, 2005 at 07:09:45PM +0300, Pantelis Antoniou wrote: > Hi Marcelo > > While the idea of allocating console buffers from dpram is sound, > the initial implementation didn't actually work :) > > The following patch fixes it (tested and booted on 2.6.13-rc4). OK thanks Panto. Despite my limited knowledge here, Vitaly's merged patch looks fine. I suppose someone (Kumar?) is going to send it upstream now?