From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.sgi.com [192.48.152.1]) by ozlabs.org (Postfix) with ESMTP id E56BAB6F69 for ; Thu, 11 Aug 2011 01:35:44 +1000 (EST) Date: Wed, 10 Aug 2011 10:35:43 -0500 From: Robin Holt To: Kumar Gala Subject: Re: [PATCH v10 5/5] [powerpc] Fix up fsl-flexcan device tree binding. Message-ID: <20110810153543.GS4926@sgi.com> References: <1312945564-6626-1-git-send-email-holt@sgi.com> <1312945564-6626-6-git-send-email-holt@sgi.com> <4E428BFF.7060402@grandegger.com> <20110810141550.GQ4926@sgi.com> <8ED8063F-7227-402A-89D5-7CE69241AF9C@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <8ED8063F-7227-402A-89D5-7CE69241AF9C@kernel.crashing.org> Cc: netdev@vger.kernel.org, U Bhaskar-B22300 , socketcan-core@lists.berlios.de, Robin Holt , Scott Wood , PPC list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Aug 10, 2011 at 09:45:17AM -0500, Kumar Gala wrote: > > On Aug 10, 2011, at 9:15 AM, Robin Holt wrote: > > > On Wed, Aug 10, 2011 at 03:47:43PM +0200, Wolfgang Grandegger wrote: > >> Hi Robin, > >> > >> On 08/10/2011 05:06 AM, Robin Holt wrote: > >>> In working with the socketcan developers, we have come to the conclusion > >>> the Documentation...fsl-flexcan.txt device tree documentation needs to > >>> be cleaned up. The driver does not depend upon any properties other > >> > >> Your first sentence could be misleading. Please just describe what the > >> patch does and why, something like: > >> > >> "This patch cleans up the documentation of the device-tree binding for > >> the Flexcan devices on Freescale's PowerPC and ARM cores. Extra > >> properties are not needed as the frequency of the source clock is > >> fixed..." and so on. > > > > I borrowed heavily from your message. ;) > > > >>> than the required properties so we are removing the file. Additionally, > >>> the p1010*dts* files are not following the standard for node naming in > >>> that they have a trailing -v1.0. > >> > >>> Signed-off-by: Robin Holt > >>> To: Marc Kleine-Budde , > >>> To: Wolfgang Grandegger , > >>> To: U Bhaskar-B22300 > >>> To: Scott Wood > >>> Cc: socketcan-core@lists.berlios.de, > >>> Cc: netdev@vger.kernel.org, > >>> Cc: PPC list > >>> Cc: Kumar Gala > >>> --- > >>> .../devicetree/bindings/net/can/fsl-flexcan.txt | 61 -------------------- > >>> arch/powerpc/boot/dts/p1010rdb.dts | 8 --- > >>> arch/powerpc/boot/dts/p1010si.dtsi | 8 +- > >>> 3 files changed, 4 insertions(+), 73 deletions(-) > >>> delete mode 100644 Documentation/devicetree/bindings/net/can/fsl-flexcan.txt > > I don't understand how we can do this? What binding spec covers the P1010 CAN support if you remove this? We have added it back in based upon an earlier comment from Wolfgang. I will post a new version shortly. Robin