From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v4 07/10] pwm: tegra: Add device tree support Date: Wed, 04 Apr 2012 12:33:14 -0600 Message-ID: <4F7C93EA.2010105@wwwdotorg.org> References: <1331740593-10807-1-git-send-email-thierry.reding@avionic-design.de> <1331740593-10807-8-git-send-email-thierry.reding@avionic-design.de> <4F67EE9A.6080101@wwwdotorg.org> <20120404070432.GF7264@S2101-09.ap.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120404070432.GF7264-rvtDTF3kK1ictlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Shawn Guo Cc: Thierry Reding , Mark Brown , Ryan Mallon , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Colin Cross , Rob Herring , Lars-Peter Clausen , Richard Purdie , Matthias Kaehlcke , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Eric Miao , Sascha Hauer , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Kurt Van Dijck List-Id: linux-tegra@vger.kernel.org On 04/04/2012 01:04 AM, Shawn Guo wrote: > On Mon, Mar 19, 2012 at 08:42:34PM -0600, Stephen Warren wrote: >> On 03/14/2012 09:56 AM, Thierry Reding wrote: >>> Add auxdata to instantiate the PWFM controller from a device tree, >>> include the corresponding nodes in the dtsi files for Tegra 20 and >>> Tegra 30 and add binding documentation. >>> >>> Signed-off-by: Thierry Reding >> >>> +++ b/Documentation/devicetree/bindings/pwm/tegra-pwm.txt >> >> Can this please be named nvidia,tegra20-pwm.txt so that if we need > > Is it necessary to have even the vendor prefix in the file name? The > file will look exceptional among all these binding documents under > Documentation/devicetree/bindings. It would look exceptional now, but I've had it in the back of my mind to suggest renaming all the binding docs in line with their full compatible value. Then, it'd just look consistent ;-P.