From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:55902 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbaFXNb0 (ORCPT ); Tue, 24 Jun 2014 09:31:26 -0400 Date: Tue, 24 Jun 2014 14:30:30 +0100 From: Mark Rutland To: Naveen Krishna Chatradhi Cc: "linux-samsung-soc@vger.kernel.org" , "linux-iio@vger.kernel.org" , "naveenkrishna.ch@gmail.com" , "kgene.kim@samsung.com" , "linux-arm-kernel@lists.infradead.org" , "cpgs@samsung.com" , "devicetree@vger.kernel.org" , "lars@metafoo.de" , Guenter Roeck Subject: Re: [PATCH 1/4] devicetree: bindings: Document murata vendor prefix Message-ID: <20140624133030.GH5856@leverpostej> References: <1403612356-23685-1-git-send-email-ch.naveen@samsung.com> <1403612356-23685-2-git-send-email-ch.naveen@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1403612356-23685-2-git-send-email-ch.naveen@samsung.com> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On Tue, Jun 24, 2014 at 01:19:13PM +0100, Naveen Krishna Chatradhi wrote: > Add Murata Manufacturing Co., Ltd. to the list of device tree > vendor prefixes. > > Murata manufactures NTC (Negative Temperature Coefficient) based > Thermistors for small scale applications like Mobiles and PDAs. > > Signed-off-by: Naveen Krishna Chatradhi > Cc: Guenter Roeck > --- > This changes is needed for the following reasons > > 1. The vendor prefix "ntc" is not defined in vendor-prefixes.txt > Thus, giving an error when checked with scripts/checkpatch.pl > 2. Murata Manufacturing Co., Ltd. Is the vendor for the > NTC (Negative Temperature Coefficient) based thermistors. > Hence, "murata" is the right vendor-prefix, Not "ntc". > 3. NTC is a technology used, But the prefix "ntc" is wrongly > and heavily used in the driver and the documentation. > > .../devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index 4d7f375..a39b7d7 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -84,6 +84,7 @@ moxa Moxa > mpl MPL AG > mundoreader Mundo Reader S.L. > mxicy Macronix International Co., Ltd. > +murata Murata Manufacturing Co., Ltd. Nit: please keep this list in alphabetical order. Otherwise, this looks fine to me. With the order fixed: Acked-by: Mark Rutland Mark. > national National Semiconductor > neonode Neonode Inc. > netgear NETGEAR > -- > 1.7.9.5 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >