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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14E10C433FE for ; Sun, 29 May 2022 10:51:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229882AbiE2KvU (ORCPT ); Sun, 29 May 2022 06:51:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229642AbiE2KvR (ORCPT ); Sun, 29 May 2022 06:51:17 -0400 Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D2DF4B429 for ; Sun, 29 May 2022 03:51:16 -0700 (PDT) Received: by mail-ej1-x62c.google.com with SMTP id f9so16128410ejc.0 for ; Sun, 29 May 2022 03:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WG2alJJEUiFUsTUssLuacIQlAnfrVBSipCBTK2ZQ304=; b=r3oLuFyLFfHTXiFMf3qFMnpoW2K7OINHmNW09UWdX00Co5LyDIJSUaxZa8+2Chf7D2 P1/4lNUDVHAbXAPCj+/YohWp4TlG664iclnUeBwpIa0CwURyv72KCdQlBAKvPKFkUKqe pTd97pDgv14GLt/i+CDUJm5y+QAP0ee6PsKejQoM3DLT5Ho+Go5bEEf/BJBI/YATLE6u DyGyFRZy/4dIyoIxrCpw6OZseRzHNkewQq27hKZUnf3vIpcGsl+dtfa77kBa81CPBSfl vKdgW4ygXAAxnLvamA0yWHPCH77agefNu/xjRcHBATH0rSGaee/EvA07TZDLUdfXSzFn H0fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WG2alJJEUiFUsTUssLuacIQlAnfrVBSipCBTK2ZQ304=; b=W2NbnBXZSY/IJwi7DNYi2fXLDJ0s3PSQ4rxnJmIWmrt/hi/V6qOtZoI8GtOP/VRVnA oDX/O6wlIQAg40faQ8IK6aDN26aYOIvPyT3RPlT935by3beoMPv424Ux9JULUm2KiuW/ EYW5WQtUIGsdm+M4FwDuMXxwifCj6eakbooNOaNM5XXAyVnTL8Zj7uw4VYQpPT7bJsk1 9prSADYAJSuNKZ2S8VBLJh3hmYoPychaT+lleAdWieCBsYafEpps9UD/gGY6grXCgB1X ybe2YmPG2sm0+eCJScgBbN9fI0UZsppYjnTRv3N8lwy+ZDOtcGw/6rgKdkykSOLlWahm X+0Q== X-Gm-Message-State: AOAM531U95zK11jH5NhMMqWdNMASbsizowPrkPatyY9fPoHiwOx0jeBT 1ejptCKCwdoGFesc0ovLFiNhKw== X-Google-Smtp-Source: ABdhPJyj6oLgJuEi9K+8KrQi1YE7XhrD3YlFKzr1kM6Jl/9u/Gt9lNhiMVx9XFKfT/WN03gdCI2E8g== X-Received: by 2002:a17:906:2883:b0:6e8:7012:4185 with SMTP id o3-20020a170906288300b006e870124185mr43913960ejd.204.1653821474869; Sun, 29 May 2022 03:51:14 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id w25-20020a50f119000000b0042b0fcfe966sm4746991edl.37.2022.05.29.03.51.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 May 2022 03:51:14 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery , Arnd Bergmann , Steven Lee , Ken Chen , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Cc: David Wang , Krzysztof Kozlowski Subject: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Date: Sun, 29 May 2022 12:49:22 +0200 Message-Id: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add vendor prefixes for manufacturers of Aspeed SoC based BMC boards: ASrock, ByteDance, Ingrasys, Inventec and Quanta. Move also bticino to proper alphabetical place. Signed-off-by: Krzysztof Kozlowski --- .../devicetree/bindings/vendor-prefixes.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 495a01ced97e..169f11ce4cc5 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -141,6 +141,8 @@ patternProperties: description: ASIX Electronics Corporation "^aspeed,.*": description: ASPEED Technology Inc. + "^asrock,.*": + description: ASRock Inc. "^asus,.*": description: AsusTek Computer Inc. "^atlas,.*": @@ -195,12 +197,14 @@ patternProperties: description: Broadcom Corporation "^bsh,.*": description: BSH Hausgeraete GmbH + "^bticino,.*": + description: Bticino International "^buffalo,.*": description: Buffalo, Inc. "^bur,.*": description: B&R Industrial Automation GmbH - "^bticino,.*": - description: Bticino International + "^bytedance,.*": + description: ByteDance Ltd. "^calamp,.*": description: CalAmp Corp. "^calaosystems,.*": @@ -544,6 +548,8 @@ patternProperties: description: Shenzhen Hugsun Technology Co. Ltd. "^hwacom,.*": description: HwaCom Systems Inc. + "^hxt,.*": + description: HXT Semiconductor "^hycon,.*": description: Hycon Technology Corp. "^hydis,.*": @@ -578,6 +584,8 @@ patternProperties: description: Infineon Technologies "^inforce,.*": description: Inforce Computing + "^ingrasys,.*": + description: Ingrasys Technology Inc. "^ivo,.*": description: InfoVision Optoelectronics Kunshan Co. Ltd. "^ingenic,.*": @@ -598,6 +606,8 @@ patternProperties: description: Inter Control Group "^invensense,.*": description: InvenSense Inc. + "^inventec,.*": + description: Inventec "^inversepath,.*": description: Inverse Path "^iom,.*": @@ -1010,6 +1020,8 @@ patternProperties: description: Shenzhen QiShenglong Industrialist Co., Ltd. "^qnap,.*": description: QNAP Systems, Inc. + "^quanta,.*": + description: Quanta Computer Inc. "^radxa,.*": description: Radxa "^raidsonic,.*": -- 2.34.1 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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 06A84C433FE for ; Sun, 29 May 2022 10:53:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=KYWiUk3ecoeUckLGxrXfEDe2AT2rRr+RM5CRUxHLCgc=; b=bc9D0qeRoavQBL 1wmPGYiDOSwvFpSBKexHuFscN5eQYPG3t0uCpYqoBs3xlQfr2YUj00eqJDuKX+qCcBDTlZotCoKvo lJYXvRgDanlHqsXdKvBTM7+R75ZeQjoyfafRT+62g2dcYTaZ46blajr3/OHG8yqXAZPxbqeNO+NYt C2lfJaDveGaUSANvKgZis7mfRPtm/xktHlG6got3RiqkAZzxPAbeg2oAEYNC4V2TtIIrkGjbbEehC 9BRq1xbJMyXArXxsv91YinIsDF4Cw8T/daARE6MCITH5/iumwUBcnzUoeKS9rLZFKd0g2kbyXX0TW fSLNSJRrC/Iao2qv2GHA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nvGW3-003haR-Kf; Sun, 29 May 2022 10:51:23 +0000 Received: from mail-ej1-x62a.google.com ([2a00:1450:4864:20::62a]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nvGVx-003hXv-CI for linux-arm-kernel@lists.infradead.org; Sun, 29 May 2022 10:51:21 +0000 Received: by mail-ej1-x62a.google.com with SMTP id jx22so15957614ejb.12 for ; Sun, 29 May 2022 03:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WG2alJJEUiFUsTUssLuacIQlAnfrVBSipCBTK2ZQ304=; b=r3oLuFyLFfHTXiFMf3qFMnpoW2K7OINHmNW09UWdX00Co5LyDIJSUaxZa8+2Chf7D2 P1/4lNUDVHAbXAPCj+/YohWp4TlG664iclnUeBwpIa0CwURyv72KCdQlBAKvPKFkUKqe pTd97pDgv14GLt/i+CDUJm5y+QAP0ee6PsKejQoM3DLT5Ho+Go5bEEf/BJBI/YATLE6u DyGyFRZy/4dIyoIxrCpw6OZseRzHNkewQq27hKZUnf3vIpcGsl+dtfa77kBa81CPBSfl vKdgW4ygXAAxnLvamA0yWHPCH77agefNu/xjRcHBATH0rSGaee/EvA07TZDLUdfXSzFn H0fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=WG2alJJEUiFUsTUssLuacIQlAnfrVBSipCBTK2ZQ304=; b=wZazZH45acNF9t4RSjPzCuLUQonrqTfSgc86tlQVyZYp80Xm7wtvc+TIGLUzUNyCMv YOhDAWfULGqBW2LE0NcfW4GZIpasHv1DTUkFjjjVlUL9IUn4CE2GMcDA4K93gPYyOLgC 3uJN8dHY2LD/yM3Ulls+s5wZtYeYmj7handRjWqpWcXInEyIaW6VjNBzMUHuC+MSrKON yA9cqc1nvMBuhHAYE/26YtgOsAmTlTgiXipuX0RCh8GxcgJ4Jatm8e+IfUlyp/9bZdA3 rUs5AmxfwXRHjHiMkAQsW1HHFBLtLw2XlkbKg17U5KuSHR1U7+nOUii9nBZJJz+YyvVS j/jQ== X-Gm-Message-State: AOAM532wKociZZ80k97/LoR4yF/19ho8ViCCybyMzuC36L2bgdjr5qWJ 4GPHFuOWOR4mFZsCZS2W90vpYQ== X-Google-Smtp-Source: ABdhPJyj6oLgJuEi9K+8KrQi1YE7XhrD3YlFKzr1kM6Jl/9u/Gt9lNhiMVx9XFKfT/WN03gdCI2E8g== X-Received: by 2002:a17:906:2883:b0:6e8:7012:4185 with SMTP id o3-20020a170906288300b006e870124185mr43913960ejd.204.1653821474869; Sun, 29 May 2022 03:51:14 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id w25-20020a50f119000000b0042b0fcfe966sm4746991edl.37.2022.05.29.03.51.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 May 2022 03:51:14 -0700 (PDT) From: Krzysztof Kozlowski To: Rob Herring , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery , Arnd Bergmann , Steven Lee , Ken Chen , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Cc: David Wang , Krzysztof Kozlowski Subject: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Date: Sun, 29 May 2022 12:49:22 +0200 Message-Id: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220529_035117_472909_04377711 X-CRM114-Status: UNSURE ( 9.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Add vendor prefixes for manufacturers of Aspeed SoC based BMC boards: ASrock, ByteDance, Ingrasys, Inventec and Quanta. Move also bticino to proper alphabetical place. Signed-off-by: Krzysztof Kozlowski --- .../devicetree/bindings/vendor-prefixes.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 495a01ced97e..169f11ce4cc5 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -141,6 +141,8 @@ patternProperties: description: ASIX Electronics Corporation "^aspeed,.*": description: ASPEED Technology Inc. + "^asrock,.*": + description: ASRock Inc. "^asus,.*": description: AsusTek Computer Inc. "^atlas,.*": @@ -195,12 +197,14 @@ patternProperties: description: Broadcom Corporation "^bsh,.*": description: BSH Hausgeraete GmbH + "^bticino,.*": + description: Bticino International "^buffalo,.*": description: Buffalo, Inc. "^bur,.*": description: B&R Industrial Automation GmbH - "^bticino,.*": - description: Bticino International + "^bytedance,.*": + description: ByteDance Ltd. "^calamp,.*": description: CalAmp Corp. "^calaosystems,.*": @@ -544,6 +548,8 @@ patternProperties: description: Shenzhen Hugsun Technology Co. Ltd. "^hwacom,.*": description: HwaCom Systems Inc. + "^hxt,.*": + description: HXT Semiconductor "^hycon,.*": description: Hycon Technology Corp. "^hydis,.*": @@ -578,6 +584,8 @@ patternProperties: description: Infineon Technologies "^inforce,.*": description: Inforce Computing + "^ingrasys,.*": + description: Ingrasys Technology Inc. "^ivo,.*": description: InfoVision Optoelectronics Kunshan Co. Ltd. "^ingenic,.*": @@ -598,6 +606,8 @@ patternProperties: description: Inter Control Group "^invensense,.*": description: InvenSense Inc. + "^inventec,.*": + description: Inventec "^inversepath,.*": description: Inverse Path "^iom,.*": @@ -1010,6 +1020,8 @@ patternProperties: description: Shenzhen QiShenglong Industrialist Co., Ltd. "^qnap,.*": description: QNAP Systems, Inc. + "^quanta,.*": + description: Quanta Computer Inc. "^radxa,.*": description: Radxa "^raidsonic,.*": -- 2.34.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel