From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id CEE5867BEA for ; Sun, 1 Oct 2006 14:36:41 +1000 (EST) In-Reply-To: <17694.23677.886959.674776@cargo.ozlabs.ibm.com> References: <451E4808.7010004@freescale.com> <17694.23677.886959.674776@cargo.ozlabs.ibm.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: [PATCH] Change ucc_geth driver to use of_device Date: Sat, 30 Sep 2006 23:37:13 -0500 To: Paul Mackerras Cc: linuxppc-dev@ozlabs.org, Li Yang List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sep 30, 2006, at 7:01 AM, Paul Mackerras wrote: > Li Yang writes: > >> This patch change ucc_geth driver to use of_device from >> platform_device. It also fix a bug that bcsr_regs gets >> accidentally unmapped. Remove trailing space. > > So, does this go on top of your series of 9 patches, or is it instead > of one of them? I'm not quite sure myself at this point, but would like to see the patches merged into one set, instead of patches on top of patches. I still have a number of comments before I think the QE lib code is in a form that we should accept. However, the "[PATCH] Fix rheap alignment problem" can go into tree at any time. http://patchwork.ozlabs.org/linuxppc/patch?id=7202 - kumar