From patchwork Wed Jul 3 18:05:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Weiss X-Patchwork-Id: 11030017 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6ACFE1580 for ; Wed, 3 Jul 2019 18:06:55 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5DDDB28680 for ; Wed, 3 Jul 2019 18:06:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 51EE12886A; Wed, 3 Jul 2019 18:06:55 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DB75428680 for ; Wed, 3 Jul 2019 18:06:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727074AbfGCSGy (ORCPT ); Wed, 3 Jul 2019 14:06:54 -0400 Received: from mail.z3ntu.xyz ([128.199.32.197]:59172 "EHLO mail.z3ntu.xyz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726762AbfGCSGy (ORCPT ); Wed, 3 Jul 2019 14:06:54 -0400 Received: from localhost.localdomain (80-110-121-20.cgn.dynamic.surfer.at [80.110.121.20]) by mail.z3ntu.xyz (Postfix) with ESMTPSA id CA390C54AE; Wed, 3 Jul 2019 18:06:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=z3ntu.xyz; s=z3ntu; t=1562177211; bh=rFoC5qULgkgZLGx9OtZLKlFFvNlr0AhFTgrrSrhAbls=; h=From:To:Cc:Subject:Date; b=LTdRQA0HWQbe/oCEDkrpK8V3Ntcka6iyW8oHFAVzCj415zOkGB3oyqa78KMU2QbtI 4k2+dk2eKHVm6z4ycEOg68aEuch199qnxDNxXZvky+KNWwra/+d5RJSLIgl/56UHOz viG/4UDB3qPlvOYqKxyjVp+vfVuCWG/D52Wq7zII= From: Luca Weiss To: linux-iio@vger.kernel.org Cc: Jonathan Cameron , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Rob Herring , Mark Rutland , Luca Weiss , Maxime Ripard , Mauro Carvalho Chehab , Hans Verkuil , Fabrizio Castro , "Angus Ainslie (Purism)" , Vivek Unune , Hannes Schmelzer , Greg Kroah-Hartman , Thomas Gleixner , Allison Randal , Martijn Braam , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ~martijnbraam/pmos-upstream@lists.sr.ht, Chris Paterson , Michael Tretter Subject: [PATCH 1/3] dt-bindings: Add vendor prefix for sensortek Date: Wed, 3 Jul 2019 20:05:57 +0200 Message-Id: <20190703180604.9840-1-luca@z3ntu.xyz> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Sensortek Technology Corp. produces Proximity Sensors with ALS and Accelerometers. Signed-off-by: Luca Weiss --- This patch series depends on "iio: light: stk3310: Add support for stk3335", that's curerntly in linux-next. Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 342bb23e0a73..d197c9609ea7 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -813,6 +813,8 @@ patternProperties: description: Semtech Corporation "^sensirion,.*": description: Sensirion AG + "^sensortek,.*": + description: Sensortek Technology Corporation "^sff,.*": description: Small Form Factor Committee "^sgd,.*":