Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1359543
| Path | csiph.com!news.freedyn.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Antony Pavlov <antonynpavlov@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | WARNING: DT compatible string vendor "mips" appears un-documented |
| Date | Thu, 17 Mar 2016 04:10:01 +0100 |
| Message-ID | <rdwtX-1tl-7@gated-at.bofh.it> (permalink) |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version :content-transfer-encoding; bh=oa6wHG+IcfCwzHiW9qEuVXSv3UzeblRDWAb4Hacz0Zs=; b=pLefl859q6jWXehGuJKggRkVZZBQiNe444Lc5rWXV17tvfnGMPxpjl6g+mvOB/HhfC MRClzc8ask90J12zJcS1vknmlnLAifJ8mgxWU4zHmEqlEq4+oQHgSfN/pX7qJL2BQV42 u7D0JlRmzg+Yk/cgDZipYi1zeDWL3FuTev51Px7n/XIpLmcEYrOR5iKJTAlqSBbH9S1Y Nm1+I4bylI8YXyRVx+DczM+8CBaO7KJGVE8lHnvX0VIvouBOnctsw3mm6lJ1NNi0nvX1 se8dLZGDmrpiFmdfr77Hw9xBQ7h/TAblqVOgRj+h1RhfYz1QGUowurVUiM+spsPPA7dk AqeA== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-transfer-encoding; bh=oa6wHG+IcfCwzHiW9qEuVXSv3UzeblRDWAb4Hacz0Zs=; b=X3em7y1NHtCRL6YcOAAwm2Fy6D6Fmsq8fPBQCMz6H2wGR6Eu9gxNmQKtEHrocJjQiU +wHOib3DevKxVmq0ZqICVkUp/EkVA+O/MNHYnw+pNk8ZxFy6Lxr6/4p/rJqAjNZLC1jj eeq+XgnFUNBrUOeLSfRtH2js4Yg1NOYoZeZITF04+G0ZtI/vNu2zXtiBzroB6ISEu9pY lB7W04hNs81GmtIb/1U5x61CHvnvhrTtaoo6Vkne8VUVfgeiW3oRtMsKZ1CNr8O5njjv thwTThrLoLAQS1jrpSA57CKJLhY3PmRPx7bo+luIqOTgnV6AnI8Mykx+1/PJ8pthm1FT D/6g== |
| X-Gm-Message-State | AD7BkJJxfIM/say3CyAnkzVeoSBWQDdcxrYsHo1ns+GtBryGrCVE04geMAzN52Fu1z1fkw== |
| X-Received | by 10.25.82.213 with SMTP id g204mr2708028lfb.142.1458183776968; Wed, 16 Mar 2016 20:02:56 -0700 (PDT) |
| X-Mailer | Sylpheed 3.5.0beta3 (GTK+ 2.24.25; i586-pc-linux-gnu) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 8BIT |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | "Zubair Lutfullah Kakakhel" <Zubair.Kakakhel@imgtec.com>, linux-mips@linux-mips.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Thu, 17 Mar 2016 06:02:23 +0300 |
| X-Original-Message-ID | <20160317060223.e14ebbdf05224845279843c3@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1359543 |
Show key headers only | View raw
Hi all,
checkpatch.pl notes that DT compatible string vendor "mips" appears un-documented.
On the one hand there are several users of this vendor string:
linux$ git grep \"mips,
Documentation/devicetree/bindings/mips/img/xilfpga.txt: - compatible: Must be "mips,m14Kc".
Documentation/devicetree/bindings/mips/img/xilfpga.txt: compatible = "mips,m14Kc";
arch/mips/boot/dts/lantiq/danube.dtsi: compatible = "mips,mips24Kc";
arch/mips/boot/dts/qca/ar9132.dtsi: compatible = "mips,mips24Kc";
arch/mips/boot/dts/ralink/mt7620a.dtsi: compatible = "mips,mips24KEc";
arch/mips/boot/dts/ralink/rt2880.dtsi: compatible = "mips,mips4KEc";
arch/mips/boot/dts/ralink/rt3050.dtsi: compatible = "mips,mips24KEc";
arch/mips/boot/dts/ralink/rt3883.dtsi: compatible = "mips,mips74Kc";
arch/mips/boot/dts/xilfpga/microAptiv.dtsi: compatible = "mips,m14Kc";
On the other hand we already have the "mti" vendor string:
linux$ grep MIPS Documentation/devicetree/bindings/vendor-prefixes.txt
mti Imagination Technologies Ltd. (formerly MIPS Technologies Inc.)
Can we add an another one vendor string for MIPS?
Any advice and suggestions will be greatly appreciated!
--
Best regards,
Antony Pavlov
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
WARNING: DT compatible string vendor "mips" appears un-documented Antony Pavlov <antonynpavlov@gmail.com> - 2016-03-17 04:10 +0100 Re: WARNING: DT compatible string vendor "mips" appears un-documented Rob Herring <robh@kernel.org> - 2016-03-17 14:10 +0100
csiph-web