From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vw0-f51.google.com (mail-vw0-f51.google.com [209.85.212.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 52B091007D1 for ; Wed, 23 Nov 2011 01:31:33 +1100 (EST) Received: by vbal1 with SMTP id l1so241484vba.38 for ; Tue, 22 Nov 2011 06:31:29 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1321945877-22802-1-git-send-email-tinamdar@apm.com> Date: Tue, 22 Nov 2011 09:31:29 -0500 Message-ID: Subject: Re: powerpc: dts: Fix canyonlands EMAC interrupt map From: Josh Boyer To: Tanmay Inamdar Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Nov 22, 2011 at 9:15 AM, Tanmay Inamdar wrote: > > On Tue, Nov 22, 2011 at 5:00 PM, Josh Boyer wrote: >> >> On Tue, Nov 22, 2011 at 2:11 AM, Tanmay Inamdar wrote= : >> > Fixing interrupt mapping of EMAC for canyonlands >> > >> > Signed-off-by: Tanmay Inamdar >> >> As far as I can tell, your changes aren't really changing anything >> just making it a bit clearer, correct? =A0If so, do you mind if I change >> the commit log to "clear up" instead of fix? > > Actually Rob Herring's commit > (http://git.kernel.org/?p=3Dlinux/kernel/git/torvalds/linux.git;a=3Dcommi= t;h=3Ddc9372808412edbc653a675a526c2ee6c0c14a91) > breaks the interrupt mapping in EMAC driver. > I am trying to fix this issue by mapping interrupts in different way. I see. That should have been in the commit log then. I'll add something like that to it. josh