From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8I1c-0001sC-Pw for qemu-devel@nongnu.org; Thu, 15 Mar 2012 17:15:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8I1N-00036g-HE for qemu-devel@nongnu.org; Thu, 15 Mar 2012 17:15:56 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:52429) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8I1N-00036Y-Cj for qemu-devel@nongnu.org; Thu, 15 Mar 2012 17:15:41 -0400 Received: by iafj26 with SMTP id j26so4887150iaf.4 for ; Thu, 15 Mar 2012 14:15:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20120309032737.637764791@nicta.com.au> <20120309033034.498226450@nicta.com.au> Date: Thu, 15 Mar 2012 21:15:39 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [patch V4 1/4] i.MX UART support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Chubb Cc: qemu-devel@nongnu.org, philipo@ok-labs.com On 15 March 2012 21:10, Peter Chubb wrote: > Thanks for your reviewing time and expertise Peter. It's much > appreciated. > > May I add your Reviewed-By: line to the imx-serial patch too? =C2=A0The > only change is CamelCasing the typedef. Yes, if you're just doing an s/imx_state/IMXSerialState/g then you can add my r-b tag. -- PMM