From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756264AbcH2GfU (ORCPT ); Mon, 29 Aug 2016 02:35:20 -0400 Received: from mail.kernel.org ([198.145.29.136]:39264 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750AbcH2GfS (ORCPT ); Mon, 29 Aug 2016 02:35:18 -0400 Date: Mon, 29 Aug 2016 14:34:48 +0800 From: Shawn Guo To: Borislav Petkov Cc: York Sun , Mark Rutland , yangbo lu , Liu Gang , morbidrsa@gmail.com, linux-arm-kernel@lists.infradead.org, Arnd Bergmann , devicetree@vger.kernel.org, Bhupesh Sharma , Catalin Marinas , Will Deacon , stuart.yoder@nxp.com, linux-kernel@vger.kernel.org, oss@buserror.net, Rob Herring , Rajesh Bhagat , Olof Johansson , Mingkai Hu , Li Yang , Yuan Yao , linux-edac@vger.kernel.org Subject: Re: [Patch v4 9/9] arm64: Update device tree for Layerscape SoCs Message-ID: <20160829063448.GA32489@tiger> References: <1470780000-16750-1-git-send-email-york.sun@nxp.com> <20160812091354.GB333@nazgul.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160812091354.GB333@nazgul.tnic> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 12, 2016 at 11:13:54AM +0200, Borislav Petkov wrote: > On Tue, Aug 09, 2016 at 02:59:39PM -0700, York Sun wrote: > > Add DDR memory controller nodes to enable EDAC driver. > > > > Signed-off-by: York Sun > > > > --- > > Change log > > v4: no change > > v3: no change > > v2: no change > > > > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 7 +++++++ > > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 14 ++++++++++++++ > > 2 files changed, 21 insertions(+) > > This needs an ACK from DT people. Is it mandatory to have DTS changes go with driver part altogether? Otherwise, I prefer to have them go through separate tree. Shawn From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [Patch v4 9/9] arm64: Update device tree for Layerscape SoCs Date: Mon, 29 Aug 2016 14:34:48 +0800 Message-ID: <20160829063448.GA32489@tiger> References: <1470780000-16750-1-git-send-email-york.sun@nxp.com> <20160812091354.GB333@nazgul.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20160812091354.GB333-K5JNixvcfoxupOikMc4+xw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Borislav Petkov Cc: York Sun , Mark Rutland , yangbo lu , Liu Gang , morbidrsa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Arnd Bergmann , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Bhupesh Sharma , Catalin Marinas , Will Deacon , stuart.yoder-3arQi8VN3Tc@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, oss-fOR+EgIDQEHk1uMJSBkQmQ@public.gmane.org, Rob Herring , Rajesh Bhagat , Olof Johansson , Mingkai Hu , Li Yang , Yuan Yao , linux-edac-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Fri, Aug 12, 2016 at 11:13:54AM +0200, Borislav Petkov wrote: > On Tue, Aug 09, 2016 at 02:59:39PM -0700, York Sun wrote: > > Add DDR memory controller nodes to enable EDAC driver. > > > > Signed-off-by: York Sun > > > > --- > > Change log > > v4: no change > > v3: no change > > v2: no change > > > > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 7 +++++++ > > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 14 ++++++++++++++ > > 2 files changed, 21 insertions(+) > > This needs an ACK from DT people. Is it mandatory to have DTS changes go with driver part altogether? Otherwise, I prefer to have them go through separate tree. Shawn -- 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 From: shawnguo@kernel.org (Shawn Guo) Date: Mon, 29 Aug 2016 14:34:48 +0800 Subject: [Patch v4 9/9] arm64: Update device tree for Layerscape SoCs In-Reply-To: <20160812091354.GB333@nazgul.tnic> References: <1470780000-16750-1-git-send-email-york.sun@nxp.com> <20160812091354.GB333@nazgul.tnic> Message-ID: <20160829063448.GA32489@tiger> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Aug 12, 2016 at 11:13:54AM +0200, Borislav Petkov wrote: > On Tue, Aug 09, 2016 at 02:59:39PM -0700, York Sun wrote: > > Add DDR memory controller nodes to enable EDAC driver. > > > > Signed-off-by: York Sun > > > > --- > > Change log > > v4: no change > > v3: no change > > v2: no change > > > > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 7 +++++++ > > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 14 ++++++++++++++ > > 2 files changed, 21 insertions(+) > > This needs an ACK from DT people. Is it mandatory to have DTS changes go with driver part altogether? Otherwise, I prefer to have them go through separate tree. Shawn