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 7BC7DC433EF for ; Thu, 9 Jun 2022 08:53:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240344AbiFIIwz (ORCPT ); Thu, 9 Jun 2022 04:52:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242568AbiFIIur (ORCPT ); Thu, 9 Jun 2022 04:50:47 -0400 Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 75BFD11462 for ; Thu, 9 Jun 2022 01:50:25 -0700 (PDT) Received: by mail-ed1-x533.google.com with SMTP id o10so30240390edi.1 for ; Thu, 09 Jun 2022 01:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=lxOgUlJyz8a7UYb2M1MBxjNZkRHBfLtu/g8L8My5Mz0=; b=uHvfPhheb4CBnufbTCJYyiEXKEJb4FHVu97WqK+OZ99EN+3+lwLY/hnMPEHxqm1vjU Je7qViUqfurEOwe564htO7TN4UD/MUxZ0jBRaMZ1gFzpyzVWiKoW2U0pYLnx4iFethuC BaskC2CbbuH7PpRgKV3Iwn/g4TfK79/bVNxqLMJKweFVMKOBy3UKRDqwrw2VCfopzuQo Xit79lWfe/2kOFDMIC7CMbbu+aHPRTA/Lq7PExIeZOuLf7zwUYYiOlIvrNiGxOZHEE// d9Xj9e5Inve8xWME4NcUMYmHj18ro6RiiWyxlCPWuJFp0m+HH09eJ6K52N/hURkJcJ65 Y9UQ== 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=lxOgUlJyz8a7UYb2M1MBxjNZkRHBfLtu/g8L8My5Mz0=; b=35efsMF54kVWDPAr604XEUb/iUuQuMn00vLD6l0J7eKEjt54ObkFhO9SO5EmJod1ak J7uvG7ixCtYIpVkDL0911vyNrWFPyWj32XEvSAFuT5Q0riHCzlTwAMxNSajZ0uB/zltZ 1GO4J5+G41pWfg5QJ/y7BdWhPoPE08Z8+ejgPZl1PyZdIJ+VaHxPWHRaJEpaG/FG52K5 9sGsZWEAnHtwKEdlVZoFzvu2Rl4oHR7I2ycun0dNRUNI4Dt9ybVaviY+uk778kRggFJ+ 8RvyYN480ibpjRIdSXAqhi6r9y7+zDqfEXi8KhcLaZ8fK7sXKKt//KWZBz+Z+5fLmyIB 0L3A== X-Gm-Message-State: AOAM533TeMin7OX2t2/2+uW0j/ucQuc7x6TMfV3YxSMO6wu9Nayr0Xa0 vimVPVRgdCyoaw3cyyMJ0J4cyA== X-Google-Smtp-Source: ABdhPJxopZoI5H9UIi9hA0nAtC2Lsd7tS3S03ZDv5nUh3GJjBFK2zTrrgHW1da594jw7949GsRgytA== X-Received: by 2002:a05:6402:1f83:b0:42d:8d6f:a5d4 with SMTP id c3-20020a0564021f8300b0042d8d6fa5d4mr44413558edc.74.1654764624093; Thu, 09 Jun 2022 01:50:24 -0700 (PDT) Received: from [192.168.0.195] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id jt2-20020a170906dfc200b006f4cb79d9a8sm10311094ejc.75.2022.06.09.01.50.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Jun 2022 01:50:22 -0700 (PDT) Message-ID: Date: Thu, 9 Jun 2022 10:50:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Content-Language: en-US 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 References: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29/05/2022 12:49, Krzysztof Kozlowski wrote: > 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 > --- Joel, Andrew, Any comments on this patchset? Are you going to pick it up? If you prefer me taking it, I can, but new boards depend on the bindings, so this should rather go via your tree. Best regards, Krzysztof 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 6B835C43334 for ; Thu, 9 Jun 2022 09:02:39 +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: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=GZEws71DQHRV246k7yDbqLVeI6DDLqE7iHIPAKm38N8=; b=JUznsvhFSu1XqN OuqTtc/kL0F7yeTmP/SFQ8DD//9pc90G3n7I3L1ORSUfegzL7dEVpdov6a9RkGP95Lr4O0AECd7o2 +21QLRUPZdzBSQj+zaNm8F0kKLtBhvAHcLeSi0TUSItbBt5O8VeTkwEgzmmdS6hMiEBxs5nD6VvTF rsgGCvSA6qRBKNe2VT6jnG2aWe440eAiBpzWwDlYHI+bIx3+Z0e7vNgJRsIdXu5DmnLAMG0GRF6ft yb+XuWzQ3EQZKXJEdiKuVzup0hINl+UZ5IvkFc8+2cpPj1syjaL0GA11Wee+WLNQGxMWRmz+jjDsQ o/Rv9VGFf9CBkovgkg6w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzE2T-000UX5-JW; Thu, 09 Jun 2022 09:01:15 +0000 Received: from mail-ed1-x52e.google.com ([2a00:1450:4864:20::52e]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nzDs3-000Oiy-OA for linux-arm-kernel@lists.infradead.org; Thu, 09 Jun 2022 08:50:29 +0000 Received: by mail-ed1-x52e.google.com with SMTP id c2so30231368edf.5 for ; Thu, 09 Jun 2022 01:50:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=lxOgUlJyz8a7UYb2M1MBxjNZkRHBfLtu/g8L8My5Mz0=; b=uHvfPhheb4CBnufbTCJYyiEXKEJb4FHVu97WqK+OZ99EN+3+lwLY/hnMPEHxqm1vjU Je7qViUqfurEOwe564htO7TN4UD/MUxZ0jBRaMZ1gFzpyzVWiKoW2U0pYLnx4iFethuC BaskC2CbbuH7PpRgKV3Iwn/g4TfK79/bVNxqLMJKweFVMKOBy3UKRDqwrw2VCfopzuQo Xit79lWfe/2kOFDMIC7CMbbu+aHPRTA/Lq7PExIeZOuLf7zwUYYiOlIvrNiGxOZHEE// d9Xj9e5Inve8xWME4NcUMYmHj18ro6RiiWyxlCPWuJFp0m+HH09eJ6K52N/hURkJcJ65 Y9UQ== 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=lxOgUlJyz8a7UYb2M1MBxjNZkRHBfLtu/g8L8My5Mz0=; b=Qsar+8laHtY676OpA0J8gBk8yYLmaZzB0WflgABoMZIUDYjGg3fvL6eWy4S93wdlra fUbFD9sJo4UOqLbdzzvpODtTVWOd6YeEC8uXLVpfjnX/W3B/5AJZ8QmdalDY1Z5tMBuU lYF+b3eSc6ZHNgJfJl52WP3htVC0ZOXxfkSDeVvZeveUqfFDX8eDYfNYr3nD1JW3uog0 RPMndyJ6oTaOJThaANHSi13FIYaV95eGuWMl33kiU5lWlA//MBeFDHdvBBUG8ZSmXgbk wFjZZPIK8/vqZGSLWrnjn0rMTEoQurPmZadHxhr+y7LA6haQ3gZd9vEfCOXzGnAWjhR4 G4qg== X-Gm-Message-State: AOAM531U5supN7IUKa9jkJ5hxAEZFFlPeSJ1y4S780iHVA4eLXwWcFgT vE4ydScQs7dkMEFVtz7C0dmG7g== X-Google-Smtp-Source: ABdhPJxopZoI5H9UIi9hA0nAtC2Lsd7tS3S03ZDv5nUh3GJjBFK2zTrrgHW1da594jw7949GsRgytA== X-Received: by 2002:a05:6402:1f83:b0:42d:8d6f:a5d4 with SMTP id c3-20020a0564021f8300b0042d8d6fa5d4mr44413558edc.74.1654764624093; Thu, 09 Jun 2022 01:50:24 -0700 (PDT) Received: from [192.168.0.195] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id jt2-20020a170906dfc200b006f4cb79d9a8sm10311094ejc.75.2022.06.09.01.50.22 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 09 Jun 2022 01:50:22 -0700 (PDT) Message-ID: Date: Thu, 9 Jun 2022 10:50:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Content-Language: en-US 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 References: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: <20220529104928.79636-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220609_015027_830228_369DE260 X-CRM114-Status: UNSURE ( 9.95 ) 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 On 29/05/2022 12:49, Krzysztof Kozlowski wrote: > 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 > --- Joel, Andrew, Any comments on this patchset? Are you going to pick it up? If you prefer me taking it, I can, but new boards depend on the bindings, so this should rather go via your tree. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel