From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id C97B42C0417 for ; Fri, 16 Nov 2012 02:58:22 +1100 (EST) Received: by mail-we0-f170.google.com with SMTP id x10so623645wey.15 for ; Thu, 15 Nov 2012 07:58:18 -0800 (PST) Sender: Grant Likely From: Grant Likely Subject: Re: [PATCH] bindings: i2c: use consistent naming for i2c binding descriptions To: Wolfram Sang , linux-i2c@vger.kernel.org In-Reply-To: <1352827003-24287-1-git-send-email-wolfram@the-dreams.de> References: <1352827003-24287-1-git-send-email-wolfram@the-dreams.de> Date: Thu, 15 Nov 2012 15:58:14 +0000 Message-Id: <20121115155814.30AA83E194B@localhost> Cc: devicetree-discuss@ozlabs.org, Wolfram Sang , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Rob Herring , linux-arm-kernel@lists.infradead.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 13 Nov 2012 18:16:43 +0100, Wolfram Sang wrote: > Filenames of devictree binding documentation seems to be arbitrary and > for me it is unneeded hazzle to find the corresponding documentation for > a specific driver. > > Naming the description the same as the driver is a lot easier and makes > sense to me since the driver defines the binding it understands. > > Also, remove a reference in one source to the binding documentation, since path > information easily gets stale. > > Signed-off-by: Wolfram Sang > Cc: Rob Herring > Cc: Grant Likely Applied, thanks. g.