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=-15.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 22290C433FE for ; Tue, 8 Dec 2020 04:42:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA1F723A57 for ; Tue, 8 Dec 2020 04:42:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726734AbgLHEmH (ORCPT ); Mon, 7 Dec 2020 23:42:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726252AbgLHEmG (ORCPT ); Mon, 7 Dec 2020 23:42:06 -0500 Received: from mail-qk1-x741.google.com (mail-qk1-x741.google.com [IPv6:2607:f8b0:4864:20::741]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE910C061749; Mon, 7 Dec 2020 20:41:26 -0800 (PST) Received: by mail-qk1-x741.google.com with SMTP id 1so15027803qka.0; Mon, 07 Dec 2020 20:41:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xAIRxZDmd0XZZCAdm94Qdv5VUeF43D2RsyIh6eKGGf8=; b=aLVRcQaWSKpqoJIePAI/5QzPxQis2faRVW/VFZ5UJWPmGydXf4tn/RZpEMzb2WFAgA ecaOidkljzudozM+9Z4VuaDaSPcF7zyZOrf/21oPrNahZWyBwU20gtPfvo15L735ARN2 5o9Df56HE0F2Hpu6st6+7pn77TpmF5xKV3xwU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xAIRxZDmd0XZZCAdm94Qdv5VUeF43D2RsyIh6eKGGf8=; b=pjsl9Vi95PNp0GaTpRyo6kdib/gXxH5TjQUfRP+RWPWZigIDkRN8mv33whGWGSSsdH nyBC/SaBPhq2Gn5u5KR8uYE01lVOsMfQYpV8fDdvkIoAsVAUTjp+z5MOpj0EOoMdj39o YFzS4W2KOnfhzPo5Qi7Xkj+IDRJP1rdpjKsLV9ScWC8freJ/7bcVjoiSVLse3XDvANr/ XvXl1IFaHfpV64A/5gWhiUJ3K4xIrMvVeXpS5+oc9DnEtm6oqttBGJlOWYPNbA2Xu7mR tjgZv9NUfqqGPdZtgistrbyvlBLxPnyAjiQwPvC3bho90hzocs+7LAt+9HRvDz+V/kH/ WKbQ== X-Gm-Message-State: AOAM533JqyGxHOZc88xNCMC1Ncoo8XyLuM6u+nfc6osEG6zxflcwlBTv gndSWwpXiKHlCAnYmgW6rZ/jSolNLXQyQ8AfkDo= X-Google-Smtp-Source: ABdhPJxmdrw0TtSmL+AL8U2C/OLTmrt1tudiPGj4GJBtaDoK7gFoLVARHFL4NtJMz5F6gpjMaNv/0eKZoOfHassNv9c= X-Received: by 2002:a05:620a:7e8:: with SMTP id k8mr27401044qkk.273.1607402485842; Mon, 07 Dec 2020 20:41:25 -0800 (PST) MIME-Version: 1.0 References: <20201208043700.23098-1-quan@os.amperecomputing.com> <20201208043700.23098-2-quan@os.amperecomputing.com> In-Reply-To: <20201208043700.23098-2-quan@os.amperecomputing.com> From: Joel Stanley Date: Tue, 8 Dec 2020 04:41:11 +0000 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: vendor-prefixes: Add an entry for AmpereComputing.com To: Quan Nguyen Cc: Rob Herring , Andrew Jeffery , Sam Ravnborg , Krzysztof Kozlowski , Linus Walleij , Arnd Bergmann , Mark Brown , Kuninori Morimoto , Geert Uytterhoeven , allen , devicetree , Linux Kernel Mailing List , Linux ARM , linux-aspeed Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Rob, On Tue, 8 Dec 2020 at 04:37, Quan Nguyen wrote: > > Add "ampere" entry for Ampere Computing LLC: amperecomputing.com > > Reviewed-by: Andrew Jeffery > Reviewed-by: Joel Stanley > Signed-off-by: Quan Nguyen > Signed-off-by: Phong Vo > Signed-off-by: Thang Q. Nguyen Do you take this through your tree? Cheers, Joel > --- > 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 3a76c226771b..a83fa090f3d4 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -85,6 +85,8 @@ patternProperties: > description: Shenzhen Amediatech Technology Co., Ltd > "^amlogic,.*": > description: Amlogic, Inc. > + "^ampere,.*": > + description: Ampere Computing LLC > "^ampire,.*": > description: Ampire Co., Ltd. > "^ams,.*": > -- > 2.28.0 > 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=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 8F144C4361B for ; Tue, 8 Dec 2020 04:42:51 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1536523A57 for ; Tue, 8 Dec 2020 04:42:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1536523A57 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=7nsomW232YzutN47U3kP2ucripuLC19sek+16bejHag=; b=Uzji5z4ECVegJr14SJNlhbfqR WnixFiiSrdxLvh5WslNmwOnzKVAwWQZwgLOvsIpImMplBl28zYRNFJKzElrSz5to40PsG/Ix7UJL3 H8UjZUDgX9PbibSKnF9upCVyomHXRxvoSS3P6MnOk5eR4KCPGDRi7NFZ8E1GGbIHuiDpP6Z9itlt6 tVJpPP5W10aT80XIpu71gK9bGxhMPgTxVRc0xC9haz5sKAONeLbUSnIxI6isMu4Q+QSujx1SmAXlX FwsN9ENJS6nzVOOnaTLz8FqmmIltwVqtbglRVIBTKW+G95rai9dkXALNXFzdimX4UyEui0GPa5RzY 9JrnkyfDw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmUob-0002LW-SY; Tue, 08 Dec 2020 04:41:29 +0000 Received: from mail-qk1-x741.google.com ([2607:f8b0:4864:20::741]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmUoZ-0002L2-EO for linux-arm-kernel@lists.infradead.org; Tue, 08 Dec 2020 04:41:28 +0000 Received: by mail-qk1-x741.google.com with SMTP id n142so4813062qkn.2 for ; Mon, 07 Dec 2020 20:41:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=xAIRxZDmd0XZZCAdm94Qdv5VUeF43D2RsyIh6eKGGf8=; b=aLVRcQaWSKpqoJIePAI/5QzPxQis2faRVW/VFZ5UJWPmGydXf4tn/RZpEMzb2WFAgA ecaOidkljzudozM+9Z4VuaDaSPcF7zyZOrf/21oPrNahZWyBwU20gtPfvo15L735ARN2 5o9Df56HE0F2Hpu6st6+7pn77TpmF5xKV3xwU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=xAIRxZDmd0XZZCAdm94Qdv5VUeF43D2RsyIh6eKGGf8=; b=kWONUQOj9f7Bt7WS3EpyRKD4Pf2m8Htku23dYaL1oYD9zeGFBQzKY4F3wfCaa88d+B HHs8bvXNdOJul84A2HAPxIsRK5+AhRpeG32ZO+mhyxwbulLVTKN5BprWpyWoNFmZjvpe TrTLw2CBDva+I99j7S2z/VBib/f0C/YHuMZDRLuDKqwGYtDswl7fuvJYJT49bTUsGgQY 6J22366JSLT3plHSRBXZFCD5LO1y8lzWuVElkftuqA/hW3k8IQXg66K9seRw7gp6Ev8Q HXHYvne3HIXNtE+36+1iT0k9eckqIy47GHczFLBaDq0AJkgH8JEkyQ8pLrPgHm5PiEnG gQFg== X-Gm-Message-State: AOAM532lJUeLarsRAgPBBb3HL5CeT98K4xT+M2GMEByBOhjpqDmOwz4c dd7rUJ8M1RZZpY7ctN37nmJuNp3Ayj97xvwHVZM= X-Google-Smtp-Source: ABdhPJxmdrw0TtSmL+AL8U2C/OLTmrt1tudiPGj4GJBtaDoK7gFoLVARHFL4NtJMz5F6gpjMaNv/0eKZoOfHassNv9c= X-Received: by 2002:a05:620a:7e8:: with SMTP id k8mr27401044qkk.273.1607402485842; Mon, 07 Dec 2020 20:41:25 -0800 (PST) MIME-Version: 1.0 References: <20201208043700.23098-1-quan@os.amperecomputing.com> <20201208043700.23098-2-quan@os.amperecomputing.com> In-Reply-To: <20201208043700.23098-2-quan@os.amperecomputing.com> From: Joel Stanley Date: Tue, 8 Dec 2020 04:41:11 +0000 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: vendor-prefixes: Add an entry for AmpereComputing.com To: Quan Nguyen X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201207_234127_683473_00C64842 X-CRM114-Status: GOOD ( 15.54 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree , Kuninori Morimoto , Arnd Bergmann , Andrew Jeffery , allen , Linus Walleij , Linux Kernel Mailing List , Krzysztof Kozlowski , linux-aspeed , Rob Herring , Mark Brown , Geert Uytterhoeven , Sam Ravnborg , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Rob, On Tue, 8 Dec 2020 at 04:37, Quan Nguyen wrote: > > Add "ampere" entry for Ampere Computing LLC: amperecomputing.com > > Reviewed-by: Andrew Jeffery > Reviewed-by: Joel Stanley > Signed-off-by: Quan Nguyen > Signed-off-by: Phong Vo > Signed-off-by: Thang Q. Nguyen Do you take this through your tree? Cheers, Joel > --- > 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 3a76c226771b..a83fa090f3d4 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -85,6 +85,8 @@ patternProperties: > description: Shenzhen Amediatech Technology Co., Ltd > "^amlogic,.*": > description: Amlogic, Inc. > + "^ampere,.*": > + description: Ampere Computing LLC > "^ampire,.*": > description: Ampire Co., Ltd. > "^ams,.*": > -- > 2.28.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel