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 77992C433EF for ; Thu, 21 Jul 2022 07:25:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232403AbiGUHZN (ORCPT ); Thu, 21 Jul 2022 03:25:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232266AbiGUHZL (ORCPT ); Thu, 21 Jul 2022 03:25:11 -0400 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41115DF6 for ; Thu, 21 Jul 2022 00:25:08 -0700 (PDT) Received: by mail-lj1-x22d.google.com with SMTP id w2so790671ljj.7 for ; Thu, 21 Jul 2022 00:25:08 -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 :from:to:cc:references:in-reply-to:content-transfer-encoding; bh=2mcFMkdFlegyaGlkJRzck9ynacBYIr8JIQrrqE1QtHQ=; b=tYHFkxpwdcnUQpnCYyayLPi5CzFc6YrNc6lB9ARelLymRoQOmIWGwVOVMw2fjkrtXg hkFHzRYZ2NTtDe++JKiaEJHGTXMIUmMtFZLi16uOUJoXlZIQAi26VkO0noApt5cdeI02 TN8Cgk23ccoqT5IrgxpzlzXMxyK7vcQ4FwIYkWjAOofT9KHpghFf2IC0JD2uoAaT9ZiQ Bj1QYc7F9vgpXSK4LdEPm+FSiK8rm9m37EgvtUXHCj2ud4oqkhb3w3NKeNo/uMnpMTms E19aZ0ZQwbR5WsIHGfvcS446TUH+d2xVbUEQT7iMldQU0GmiZFrbAViKmk6OnQ2ux3Sj Si9g== 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:from:to:cc:references:in-reply-to :content-transfer-encoding; bh=2mcFMkdFlegyaGlkJRzck9ynacBYIr8JIQrrqE1QtHQ=; b=S7LU1Dsu5GS2hUSRqAQwgMJq12ncVyx4uuzesu/ZK+llspbE+2dodsPZM+TdIOIM1g E2WBlBgj6KKdJWyN7CLB8Ca50vM0K2UIJhUAcdS1c/hvzFH4/tmH3uk0pb9s9QNaYOcU JbnwFIUH0atPQn2FK3+XO9h8HeVTldb2UWyRWHjgl957OSXmSqH72C6WmEO/wut8goWG jpUV/12zcV9BnoE94auTqJo0tbxqlZxhK95UlBN4f6xVj0lPCwv1jPCc2KRmB9XXA/xD MkWFwmJibnmuqii4Xzc4H8/DeK+Y0ZYgINFe1g/xYxdZX93qZ7FI5Zep1VWVJLa2xTJL 6fGw== X-Gm-Message-State: AJIora8yb2OlQNrmnkGOTAHNM9tCl8Y8umyds6p9OkybTS6Ni64Durn3 kkk9fw4GWjywSEeMbIUgzSotLw== X-Google-Smtp-Source: AGRyM1swyaJylpQW1HUAs/YKi2zAEaOv5XArks69BMBBv+GjPdFriuSjdzcx9tFrEZcjg8uQ4H+/9w== X-Received: by 2002:a2e:9c5a:0:b0:25d:dad5:1e04 with SMTP id t26-20020a2e9c5a000000b0025ddad51e04mr1198656ljj.428.1658388307218; Thu, 21 Jul 2022 00:25:07 -0700 (PDT) Received: from [192.168.115.193] (89-162-31-138.fiber.signal.no. [89.162.31.138]) by smtp.gmail.com with ESMTPSA id r26-20020ac252ba000000b00489e011bad7sm260305lfm.218.2022.07.21.00.25.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Jul 2022 00:25:06 -0700 (PDT) Message-ID: <1f0f2083-3100-a2d4-d513-52869b5aa706@linaro.org> Date: Thu, 21 Jul 2022 09:25:05 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 1/7] dt-bindings: vendor-prefixes: document several vendors for Aspeed BMC boards Content-Language: en-US From: Krzysztof Kozlowski To: Andrew Jeffery , Rob Herring , Krzysztof Kozlowski , Joel Stanley , 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> <42fb4884-e2c3-4d7f-9049-f14c19701b20@www.fastmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/07/2022 08:30, Krzysztof Kozlowski wrote: > On 21/07/2022 04:34, Andrew Jeffery wrote: >>> 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. >> >> Apologies for not getting to this earlier, but I see Rob's applied it. > > Rob took only the first patch - vendor-prefix. The DTS patches I sent to > arm-soc. > > However the second bindings patch [1] will miss merge window as I did > not send it to arm-soc. I have it in my tree but I am not planning to > push it out before merge window. > I sent pull with the bindings now. Best regards, Krzysztof