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 B335BC433EF for ; Wed, 29 Dec 2021 14:47:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240411AbhL2Org (ORCPT ); Wed, 29 Dec 2021 09:47:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236856AbhL2Orf (ORCPT ); Wed, 29 Dec 2021 09:47:35 -0500 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E873C061574; Wed, 29 Dec 2021 06:47:35 -0800 (PST) Received: by mail-wr1-x436.google.com with SMTP id s1so44902096wra.6; Wed, 29 Dec 2021 06:47:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=8pVmwUNsObc+mIv19XaUYVEFYop0fMlvWAcN7inSu9c=; b=jGZL2VVjGjMsymL0YjKuOjKzT8fcP+CYLyFrisqpWg1ExetEuwrsgnxOyTcC1MbDNa 3nCgmy3qmMGmm2h/AKQQOFSZ1eMYRscOCGZWD8AnPg4yiLj0PHyjr9ytlgKyP8TKqmTr 3/O56tXXrdyCKUqz3wB4BXZTO0Q7HnpR0eApxIAwHCdXGVX5aQa9j7iFlfh9MVEjdULm +aBm8NfEqQoiwAPpi4ImyCpNtchaXsTmI1CcmA9azt81Kgm/oItbRnwYs/kBgOAjr9Dq 7Dhlsf/nwMbMpTD7bUJxwykjdZp/qJke1aALCvCy19HQ27nDW14sikKwi/K4IZJaQZ29 9x3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=8pVmwUNsObc+mIv19XaUYVEFYop0fMlvWAcN7inSu9c=; b=TZMShMnNN/sr+L9pTWx6DFVtZizfjMbiI81zwt4zksSVPct1uB9gq/1L/4pqJQSmqo SRFh4C2qh+EOJ/qWMRbrUJ5Oq+WlIJ6OLeeExbFh8Zlr35akhGPwPgg4PDNrZnEczHDt FHHtt1nqWgqjvgGF0DtnxD8+XmEuSNe3MP24sCWQh2yWoQ6c66N7MgRh5EUwjcM6oYtK TMFsyXdQXxZHbGjO7ILQF/ePuW+/PXI3/++4yvw1FRoHoGHZoI1YTPmuEcBNkoZ0QXte lgvwz+mfGT0cvamsHKJ6FRWZJETAtX5cvE+c/VvG3YNSNXyRiJ3TPPJdQQqPFsLuWhs0 S1Tg== X-Gm-Message-State: AOAM531IVmtC47uGuSkXcYUYMC/7gcbF3KAp9MLsKA+WAhVijk6gd0B8 WbWKi/rfj5s1sG7NZWTdSAk= X-Google-Smtp-Source: ABdhPJzRcKJI3ftPV2yRZHTj546iiSelANDcMkkltqWi0ueohf9VwK+G22gfHh0QbM1svBryC6MNyg== X-Received: by 2002:adf:bbd2:: with SMTP id z18mr21770585wrg.118.1640789253854; Wed, 29 Dec 2021 06:47:33 -0800 (PST) Received: from [192.168.2.177] ([207.188.161.251]) by smtp.gmail.com with ESMTPSA id i15sm10694746wrf.6.2021.12.29.06.47.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 29 Dec 2021 06:47:33 -0800 (PST) Message-ID: Date: Wed, 29 Dec 2021 15:47:32 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH v8 01/14] dt-bindings: Add vendor prefix for Airoha Content-Language: en-US To: Felix Fietkau , linux-arm-kernel@lists.infradead.org, Rob Herring Cc: john@phrozen.org, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20211220211854.89452-1-nbd@nbd.name> <20211220211854.89452-2-nbd@nbd.name> From: Matthias Brugger In-Reply-To: <20211220211854.89452-2-nbd@nbd.name> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/12/2021 22:18, Felix Fietkau wrote: > From: John Crispin > > Add vendor prefix "airoha" for Airoha, a subsidiary of MediaTek > > Acked-by: Rob Herring > Signed-off-by: John Crispin > Signed-off-by: Bert Vermeulen > Signed-off-by: Felix Fietkau Applied to v5.16-tmp/dts32 Please add the linux mediatek mailinglist for any further patches so that I can track them. Regards, Matthias > --- > 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 66d6432fd781..025df36aee5f 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -59,6 +59,8 @@ patternProperties: > description: Aeroflex Gaisler AB > "^aesop,.*": > description: AESOP Embedded Forum > + "^airoha,.*": > + description: Airoha > "^al,.*": > description: Annapurna Labs > "^alcatel,.*": > 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 8E1B1C433EF for ; Wed, 29 Dec 2021 14:49:03 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=kiw3/J6OD8yYwVHtRPypHE1bBLpQourFtDlj6+2Svzo=; b=mcaak2NNyd8K1l LJ7xvBJEwR08r6c9E5spZBWESRj/Rp402BDFHj/dNMn808iz2bAqRruCoKKfSn3NXyrX6gAaQj3kJ YGjc8oz+PVnbWHoJFllUnTbp7X8KbS3q1WZvCElrTTuGnAqiIBEmCy3S+DSZlidJpkqJVdUBK74zJ +FPOUoI4vctDp1tk226XDSMQjJrFR92hcorjA0KnsYCWjOHb9/cXMiJZLVi/YnDywX5tSyZB48cwQ K8b5jzk2ljAYl9mLt5Zzo1/6HTq87K04hLT7oWEBckDHFMupH/UUB6lGMdaZtB8YL/CNMUkqY/PNt 9WiHN0TD3dAMmeV6j+gw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2aEs-002yXe-Ej; Wed, 29 Dec 2021 14:47:38 +0000 Received: from mail-wr1-x436.google.com ([2a00:1450:4864:20::436]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1n2aEp-002yWJ-C3 for linux-arm-kernel@lists.infradead.org; Wed, 29 Dec 2021 14:47:36 +0000 Received: by mail-wr1-x436.google.com with SMTP id v7so44803657wrv.12 for ; Wed, 29 Dec 2021 06:47:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=8pVmwUNsObc+mIv19XaUYVEFYop0fMlvWAcN7inSu9c=; b=jGZL2VVjGjMsymL0YjKuOjKzT8fcP+CYLyFrisqpWg1ExetEuwrsgnxOyTcC1MbDNa 3nCgmy3qmMGmm2h/AKQQOFSZ1eMYRscOCGZWD8AnPg4yiLj0PHyjr9ytlgKyP8TKqmTr 3/O56tXXrdyCKUqz3wB4BXZTO0Q7HnpR0eApxIAwHCdXGVX5aQa9j7iFlfh9MVEjdULm +aBm8NfEqQoiwAPpi4ImyCpNtchaXsTmI1CcmA9azt81Kgm/oItbRnwYs/kBgOAjr9Dq 7Dhlsf/nwMbMpTD7bUJxwykjdZp/qJke1aALCvCy19HQ27nDW14sikKwi/K4IZJaQZ29 9x3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=8pVmwUNsObc+mIv19XaUYVEFYop0fMlvWAcN7inSu9c=; b=E0lsQNW0iQmVx7jQOr7wDeNTtM6G9GE+jLrmiZomNHt+es7BsHK1movL1ZZQFk7TBf sPxRgo3W4IBSj1S0fm2VMRmyYj62wNL3DcpAL7dPEJXASI9xMp6V7sGRKvT/YqwMDxS2 N1UmyrHqpfHx5leF8BLvPQTwYBolBbxXPI4Nzq1G5ROWHOihbpF++F0xTgRWWP4w/PWr oCm+F5+cQLeupGp22E1AYMRLlIZ0puWCMvwVt8Q21a3njJEio8zT7yNc8CincijvlrsB GgWbOTdyuPs2iOjsGfNNmxmJhWnFM+EcJtp34j+OHuBySprlIge1HmuzY2JmbJZxHVeJ IfnA== X-Gm-Message-State: AOAM533kOqLr9M59iF0TlEsPPrNZPb4QzFWh8DoXoiA2D+wpEwxLQT58 TdBJrJBSm8c+3uSZayw4aGIRkTkgTy96UQ== X-Google-Smtp-Source: ABdhPJzRcKJI3ftPV2yRZHTj546iiSelANDcMkkltqWi0ueohf9VwK+G22gfHh0QbM1svBryC6MNyg== X-Received: by 2002:adf:bbd2:: with SMTP id z18mr21770585wrg.118.1640789253854; Wed, 29 Dec 2021 06:47:33 -0800 (PST) Received: from [192.168.2.177] ([207.188.161.251]) by smtp.gmail.com with ESMTPSA id i15sm10694746wrf.6.2021.12.29.06.47.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 29 Dec 2021 06:47:33 -0800 (PST) Message-ID: Date: Wed, 29 Dec 2021 15:47:32 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH v8 01/14] dt-bindings: Add vendor prefix for Airoha Content-Language: en-US To: Felix Fietkau , linux-arm-kernel@lists.infradead.org, Rob Herring Cc: john@phrozen.org, Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20211220211854.89452-1-nbd@nbd.name> <20211220211854.89452-2-nbd@nbd.name> From: Matthias Brugger In-Reply-To: <20211220211854.89452-2-nbd@nbd.name> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211229_064735_481474_0333AABC X-CRM114-Status: GOOD ( 14.39 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 20/12/2021 22:18, Felix Fietkau wrote: > From: John Crispin > > Add vendor prefix "airoha" for Airoha, a subsidiary of MediaTek > > Acked-by: Rob Herring > Signed-off-by: John Crispin > Signed-off-by: Bert Vermeulen > Signed-off-by: Felix Fietkau Applied to v5.16-tmp/dts32 Please add the linux mediatek mailinglist for any further patches so that I can track them. Regards, Matthias > --- > 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 66d6432fd781..025df36aee5f 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -59,6 +59,8 @@ patternProperties: > description: Aeroflex Gaisler AB > "^aesop,.*": > description: AESOP Embedded Forum > + "^airoha,.*": > + description: Airoha > "^al,.*": > description: Annapurna Labs > "^alcatel,.*": > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel