From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Subject: [PATCH][resend] of: Add vendor 2nd prefix for Asahi Kasei Corp Date: Wed, 03 Sep 2014 23:08:37 -0700 (PDT) Message-ID: <878ulzx6hr.wl%kuninori.morimoto.gx@gmail.com> References: <87ioo7c0g5.wl%kuninori.morimoto.gx@renesas.com> <539815E6.2050304@codethink.co.uk> <20140611165410.GK5099@sirena.org.uk> <20140611170233.GL5099@sirena.org.uk> <5398A53D.3020706@wwwdotorg.org> <20140611190444.GN5099@sirena.org.uk> <5398AB07.4040304@wwwdotorg.org> <87sinbdk44.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: <87sinbdk44.wl%kuninori.morimoto.gx@renesas.com> Sender: linux-sh-owner@vger.kernel.org To: Rob Herring Cc: linux-kernel@vger.kernel.org, Mark Brown , Stephen Warren , "devicetree@vger.kernel.org" , ALSA Development Mailing List , Linux-sh list , Magnus , Simon , Geert Uytterhoeven List-Id: devicetree@vger.kernel.org From: Kuninori Morimoto Current vendor-prefixes.txt already has "ak" prefix for Asahi Kasei Corp by ae8c4209af2cec065fef15d200a42a04130799f7 (of: Add vendor prefix for Asahi Kasei Corp.) But, almost all Asahi Kasei chip driver is using "asahi-kasei" prefix today. This patch adds "asahi-kasei" to vendor-prefixes.txt. checkpatch.pl will report WARNING without this patch. (DT compatible string vendor "asahi-kasei" appears un-documented) OTOH, Asahi Kasei is usually referred to as "AKM", but this patch doesn't care about it. Because no DT is using it today. Cc: Stephen Warren Cc: Mark Brown Cc: Geert Uytterhoeven , Acked-by: Simon Horman Signed-off-by: Kuninori Morimoto --- .../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 abc3080..7e4bb83 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -17,6 +17,7 @@ amstaos AMS-Taos Inc. apm Applied Micro Circuits Corporation (APM) arm ARM Ltd. armadeus ARMadeus Systems SARL +asahi-kasei Asahi Kasei Corp. atmel Atmel Corporation auo AU Optronics Corporation avago Avago Technologies -- 1.7.9.5