From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from co1outboundpool.messaging.microsoft.com (co1ehsobe003.messaging.microsoft.com [216.32.180.186]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "MSIT Machine Auth CA 2" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 7F1802C0089 for ; Wed, 2 Oct 2013 05:57:01 +1000 (EST) Message-ID: <1380657408.10618.52.camel@snotra.buserror.net> Subject: Re: [PATCH 1/2][v7] powerpc/mpc85xx:Add initial device tree support of T104x From: Scott Wood To: Prabhakar Kushwaha Date: Tue, 1 Oct 2013 14:56:48 -0500 In-Reply-To: <524A40F4.9040406@freescale.com> References: <1380524042-13720-1-git-send-email-prabhakar@freescale.com> <1380570471.24959.517.camel@snotra.buserror.net> <524A40F4.9040406@freescale.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Cc: Varun Sethi , linuxppc-dev@lists.ozlabs.org, Poonam Aggrwal , Priyanka Jain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2013-10-01 at 08:56 +0530, Prabhakar Kushwaha wrote: > On 10/01/2013 01:17 AM, Scott Wood wrote: > > On Mon, 2013-09-30 at 12:24 +0530, Prabhakar Kushwaha wrote: > >> - Removed l2switch. It will be added later > > Why? > > I am not aware of bindings required for l2switch as we are not working > on the driver. > Earlier I thought of putting a place holder. but as you suggested to put > bindings in documentation. > It will be good if it is put by actual driver owner. Is there a reason to believe the binding will be complicated? Does any such "driver owner" exist yet? > >> +sata@220000 { > >> + fsl,iommu-parent = <&pamu0>; > >> + fsl,liodn-reg = <&guts 0x550>; /* SATA1LIODNR */ > >> +}; > >> +/include/ "qoriq-sata2-1.dtsi" > >> +sata@221000 { > >> + fsl,iommu-parent = <&pamu0>; > >> + fsl,liodn-reg = <&guts 0x554>; /* SATA2LIODNR */ > >> +}; > > Whitespace > > do we have any scripts which check for whitespace as checkpatch never > give any warning/error. > it is a very silly mistake which I am doing continuously :( checkpatch doesn't check dts files. > >> +/include/ "t1040si-post.dtsi" > > Should at least have a comment indicating that eventually this should > > hold the l2 switch node. > > yes. Ideally it should be. > but if I put a comment then I believe this patch will not be completed. > it will think as a RFC. > as I believe putting of TODO is generally for RFC patches. As is, one would wonder why the separate file exists at all. The TODO is there whether you have a comment acknowledging it or not. :-) -Scott