From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41786) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk2ds-00014I-7D for qemu-devel@nongnu.org; Sun, 08 Jan 2012 18:59:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rk2dr-0003wx-5J for qemu-devel@nongnu.org; Sun, 08 Jan 2012 18:59:12 -0500 Received: from mail-ey0-f173.google.com ([209.85.215.173]:35680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk2dq-0003wt-OP for qemu-devel@nongnu.org; Sun, 08 Jan 2012 18:59:11 -0500 Received: by eaad1 with SMTP id d1so1905718eaa.4 for ; Sun, 08 Jan 2012 15:59:09 -0800 (PST) From: Marek Vasut Date: Mon, 9 Jan 2012 00:59:07 +0100 References: <1325967077-10130-1-git-send-email-marek.vasut@gmail.com> <201201082044.46412.marek.vasut@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201201090059.07538.marek.vasut@gmail.com> Subject: Re: [Qemu-devel] [PATCH] PL011: Fix ID reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org > On 8 January 2012 19:44, Marek Vasut wrote: > > It's just their position that's different indeed. And even this can be > > tuned via props. I'll update the patch once I get FEC operational. > > Incidentally, since this is only needed for a platform we don't > currently support, you should submit the patch as part of a > series adding support for that platform. Yep, will do! > We don't generally > take this kind of thing as a standalone patch, since there's > no justification for it without the platform that needs it. Definitelly. > > -- PMM