From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f44.google.com ([209.85.220.44]:35414 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750842AbcATFfw (ORCPT ); Wed, 20 Jan 2016 00:35:52 -0500 Received: by mail-pa0-f44.google.com with SMTP id ho8so203250784pac.2 for ; Tue, 19 Jan 2016 21:35:52 -0800 (PST) From: Matt Ranostay To: jic23@kernel.org Cc: linux-iio@vger.kernel.org, Matt Ranostay Subject: [PATCH v4 1/3] devicetree: add Atlas Scientific LLC vendor prefix Date: Tue, 19 Jan 2016 21:35:44 -0800 Message-Id: <1453268146-28388-2-git-send-email-mranostay@gmail.com> In-Reply-To: <1453268146-28388-1-git-send-email-mranostay@gmail.com> References: <1453268146-28388-1-git-send-email-mranostay@gmail.com> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org Add the "atlas" vendor prefix for Atlas Scientific LLC Signed-off-by: Matt Ranostay --- 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 72e2c5a..44ddc98 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -28,6 +28,7 @@ arm ARM Ltd. armadeus ARMadeus Systems SARL artesyn Artesyn Embedded Technologies Inc. asahi-kasei Asahi Kasei Corp. +atlas Atlas Scientific LLC atmel Atmel Corporation auo AU Optronics Corporation avago Avago Technologies -- 2.7.0.rc3