From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1Ani-0004HV-Us for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:21:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1Ane-0006TS-Fv for qemu-devel@nongnu.org; Wed, 17 Dec 2014 04:21:46 -0500 Message-ID: <54914B22.5080209@suse.de> Date: Wed, 17 Dec 2014 10:21:38 +0100 From: Alexander Graf MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] QEMU:Change the IRQ number for GPIO Controller List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Tomar , "qemu-devel@nongnu.org" , "qemu-ppc@nongnu.org" On 17.12.14 10:18, Amit Tomar wrote: > Ping :) > > -----Original Message----- > From: Tomar Amit-B51888 > Sent: Monday, December 08, 2014 3:03 PM > To: 'qemu-devel@nongnu.org'; 'qemu-ppc@nongnu.org' > Cc: 'agraf@suse.de' > Subject: [PATCH] QEMU:Change the IRQ number for GPIO Controller > > As per RM and following links IRQ 43 is for I2C controller and IRQ 47 is for GPIO controller. > > https://lists.ozlabs.org/pipermail/linuxppc-dev/2011-January/087924.html > http://lxr.free-electrons.com/source/arch/powerpc/boot/dts/fsl/pq3-gpio-0.dtsi?v=3.4 > > > Signed-off-by: Amit Singh Tomar Please change the subject line to something that allows people skimming through the patches to know that it modifies ppc e500 code. Otherwise looks good to me. Alex