From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9578DC43215 for ; Sun, 1 Dec 2019 10:58:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5D4DC2146E for ; Sun, 1 Dec 2019 10:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575197904; bh=bMDPBga8P0mAjQcAV26t11b0Ff2MnJ0WWgWVJMOgEt8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=x8lnIUVpfUAQoYgjXQb+hvVPr+qIwh5diY9wfCO0Tzi7AMtnLglbq4/UFoy5ic8JC RJRzAIEnw5AZSv2VdFxOWPMcoVcjCslyUUGFYJQoxMEJi6Dim1uAFnwM6ig/VOzVAu GzssgG21KMobtv++0UtWgz94ZtVJH/uu07yNO6Ck= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726811AbfLAK6X (ORCPT ); Sun, 1 Dec 2019 05:58:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:38300 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726162AbfLAK6X (ORCPT ); Sun, 1 Dec 2019 05:58:23 -0500 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B386920833; Sun, 1 Dec 2019 10:58:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575197902; bh=bMDPBga8P0mAjQcAV26t11b0Ff2MnJ0WWgWVJMOgEt8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dWbZ4NqxI/NnBKssmIqcXOdTZvgip/g+EHPQecLLzJlaxkWKXUDpdfVrFmUOtTAM9 fM5H7SkN2jkM7oNEhgDVi/3+Nt/A2stXvEbd831n9YbhdPFnrk8qLf3yTUTzueBl31 7NpCL9T+hVN4kJ9RiybNIXez7gjZltY2oZ+35xds= Date: Sun, 1 Dec 2019 10:58:18 +0000 From: Jonathan Cameron To: Cc: , Subject: Re: [PATCH v2 2/3] dt-bindings: Add asc vendor Message-ID: <20191201105818.336c02e6@archlinux> In-Reply-To: <20191129073420.9800-3-tomislav.denis@avl.com> References: <20191114100908.11180-1-tomislav.denis@avl.com> <20191129073420.9800-1-tomislav.denis@avl.com> <20191129073420.9800-3-tomislav.denis@avl.com> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 29 Nov 2019 08:34:19 +0100 wrote: > From: Tomislav Denis > > All Sensors Corporation is a manufacturer of MEMS piezoresitive > ultra low pressure sensors and pressure transducers. > > Signed-off-by: Tomislav Denis Please make sure to pick up an Acks from earlier versions. Only drop them if you make substantial changes. Rob acked this one. Thanks, Jonathan > --- > 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 967e78c..88247b3 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -109,6 +109,8 @@ patternProperties: > description: Artesyn Embedded Technologies Inc. > "^asahi-kasei,.*": > description: Asahi Kasei Corp. > + "^asc,.*": > + description: All Sensors Corporation > "^aspeed,.*": > description: ASPEED Technology Inc. > "^asus,.*":