From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Wed, 24 Feb 2016 14:01:57 -0800 Subject: [PATCH] dtb: amd: Fix-up for ccn504 and kcs nodes In-Reply-To: <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit@amd.com> References: <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit@amd.com> Message-ID: <20160224220157.GP10126@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Feb 12, 2016 at 07:20:43AM +0700, Suravee Suthikulpanit wrote: > From: Suravee Suthikulpanit > > This is a fix-up patch based on the review comment from > Arnd regarding: > * fix ccn504 address in the node name > * remove kcs interrupt-name > > Signed-off-by: Brijesh Singh > Signed-off-by: Suravee Suthikulpanit > Cc: Arnd Bergmann > --- > > Hi Olof, > > Here are the changes from the V3 that I sent earlier. Sorry for confusion. > Would you please pull this into the next tree? > > Thank you, > Suravee Applied. I also noticed that the patch subjects were nonstandard the last time around. In the future, please use: arm64: dts: amd: ... as prefix, instead of just dtb (which is the binary format). I fixed it up for this patch, and the others, well, they're already applied. So let's try to remember it for the future. -Olof From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH] dtb: amd: Fix-up for ccn504 and kcs nodes Date: Wed, 24 Feb 2016 14:01:57 -0800 Message-ID: <20160224220157.GP10126@localhost> References: <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Suravee Suthikulpanit Cc: arnd-r2nGTMty4D4@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, brijeshkumar.singh-5C7GfCeVMHo@public.gmane.org, thomas.lendacky-5C7GfCeVMHo@public.gmane.org, leo.duran-5C7GfCeVMHo@public.gmane.org, Brijesh Singh List-Id: devicetree@vger.kernel.org On Fri, Feb 12, 2016 at 07:20:43AM +0700, Suravee Suthikulpanit wrote: > From: Suravee Suthikulpanit > > This is a fix-up patch based on the review comment from > Arnd regarding: > * fix ccn504 address in the node name > * remove kcs interrupt-name > > Signed-off-by: Brijesh Singh > Signed-off-by: Suravee Suthikulpanit > Cc: Arnd Bergmann > --- > > Hi Olof, > > Here are the changes from the V3 that I sent earlier. Sorry for confusion. > Would you please pull this into the next tree? > > Thank you, > Suravee Applied. I also noticed that the patch subjects were nonstandard the last time around. In the future, please use: arm64: dts: amd: ... as prefix, instead of just dtb (which is the binary format). I fixed it up for this patch, and the others, well, they're already applied. So let's try to remember it for the future. -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758800AbcBXWJc (ORCPT ); Wed, 24 Feb 2016 17:09:32 -0500 Received: from mail-pf0-f174.google.com ([209.85.192.174]:34747 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757504AbcBXWJa (ORCPT ); Wed, 24 Feb 2016 17:09:30 -0500 Date: Wed, 24 Feb 2016 14:01:57 -0800 From: Olof Johansson To: Suravee Suthikulpanit Cc: arnd@arndb.de, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org, brijeshkumar.singh@amd.com, thomas.lendacky@amd.com, leo.duran@amd.com, Brijesh Singh Subject: Re: [PATCH] dtb: amd: Fix-up for ccn504 and kcs nodes Message-ID: <20160224220157.GP10126@localhost> References: <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit@amd.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 12, 2016 at 07:20:43AM +0700, Suravee Suthikulpanit wrote: > From: Suravee Suthikulpanit > > This is a fix-up patch based on the review comment from > Arnd regarding: > * fix ccn504 address in the node name > * remove kcs interrupt-name > > Signed-off-by: Brijesh Singh > Signed-off-by: Suravee Suthikulpanit > Cc: Arnd Bergmann > --- > > Hi Olof, > > Here are the changes from the V3 that I sent earlier. Sorry for confusion. > Would you please pull this into the next tree? > > Thank you, > Suravee Applied. I also noticed that the patch subjects were nonstandard the last time around. In the future, please use: arm64: dts: amd: ... as prefix, instead of just dtb (which is the binary format). I fixed it up for this patch, and the others, well, they're already applied. So let's try to remember it for the future. -Olof