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 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 8841FC43334 for ; Thu, 21 Jul 2022 07:26:17 +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:References:Cc:To:From: 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=T8bxaLQisDlQPT9CV7sW68tk9ulSgjeDAw9gH7/f0Uk=; b=SL2nTaBYO4LwZF UHKCoaKOsegQwOUvhUTnDhNJl5gGnGmrG/t1hAcTtt3X3CCyoyUB54q7k4eWTaaB9DHMXkz3XWDj5 LJ7gR4ECydCIqaxxwUdIfTbFDtkzABVjnKZhk2JHQSrr7Ohq63Jyfpi+DCDlV+H+dWIaayl1X1jEG TI58oflfDiQ+Q8S4/U/mKWmt+mdI+zaPU6EZ70cAAXEdlCHHlw6xLAiy6JXyZjoiQA+RFSdyLalZF RFANH3k9gj1TjsGK9gWXO6bC/QSAmPBvp7unQyhb2OeD8M8tkHxcAZbJCudkjiXZ/gqWOULLN4Del 20xA9x9ucXyH/fwGhOGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEQYb-001mmN-QY; Thu, 21 Jul 2022 07:25:14 +0000 Received: from mail-lj1-x22f.google.com ([2a00:1450:4864:20::22f]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oEQYZ-001mfJ-B1 for linux-arm-kernel@lists.infradead.org; Thu, 21 Jul 2022 07:25:12 +0000 Received: by mail-lj1-x22f.google.com with SMTP id a10so800694ljj.5 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=d5PE3YFsTCVDM23FY8aVK5fFJsoSlMt9YGk8c4/Hg9AEWUTAvwYM+E3qRxXZ36h6Jf j4RUtBJ8SD13MISwHke2FMQ9QL6dL4Dt/yg898wP85BqrR/GBpmXun/KCCKSgQsGbkKp BUbUsc2TCm5NLBKl+lqPMXAF8HGUsw/f1bRNI14ozCOws9dUo38DXc/byEZAsqsFG40b QpWVcriV+7OHA1KnEtO6Yw5LG4ohrM6i/c5miOB10mdHWHVUy4zl5OWgFmbjT4p8ZWVM jIBJO5riuJncKTPdJXGCtgKTG9eUs1WVqYMuocgFhiO4A02gbJzeGQfBNAWfk2Z306Ho cWjw== X-Gm-Message-State: AJIora/nSsqpNhmOPVszgKCJUCJ+3uNBeuZhfA9BP8brFdeDkCLflOGT +j0udRlJbQMIWH9zQESbZw3VJw== 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: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220721_002511_414210_6119894D X-CRM114-Status: GOOD ( 16.17 ) 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 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel