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 EDBBECD1284 for ; Thu, 4 Apr 2024 23:22:32 +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:References:In-Reply-To: Date:To:From:Subject:Message-ID:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=wdJ7vUW7fHKuvOoiadSlsPz5PwcZX9SveAtJAv2El4o=; b=o+0YfVmx8B5ZeA ABPRp11un9pgv/20IDtxNUkKnVlyFAFAggGvfC3c5nzltfSopA9RBH46PeqGpPwSoK121H1qyySyA kqkEJb3+GHp9kdAqOkZJdEJym5FWjDkrAtBdKhb1XzRDuKjBkFpe5Ktti+llwdP5XAOQmVHTE7xHQ Z0mkWf/4E0/dHSH4NQLxeQKOTierRDMDWLY7OhVyS/7wnbgPVMed4VI3Q7lRUNW9S+E2KskJud2e7 IcTiJ+wRfrBK4y4hZyJmv9q0SvziCF7x24RIoCMW8mxW4cy4jCGtfQRzC87TCvc3K3INWR5WPN/H+ nKzLB/sdU7a89/7PlhuQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsWPT-00000004Zjx-0i5Z; Thu, 04 Apr 2024 23:22:19 +0000 Received: from pi.codeconstruct.com.au ([203.29.241.158] helo=codeconstruct.com.au) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsWPN-00000004Zir-2fwa for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2024 23:22:17 +0000 Received: from [192.168.68.112] (ppp118-210-182-70.adl-adc-lon-bras34.tpg.internode.on.net [118.210.182.70]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 17A952009F; Fri, 5 Apr 2024 07:22:03 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1712272926; bh=DeXkWmpOi6oUYa3S4c0rBgKp2W+RLiC/o+BtoZVa4y0=; h=Subject:From:To:Date:In-Reply-To:References; b=Q9fzQBfV+G1TSrVUb3PfB6R/0M7livAjsMyuXMMDxwzmzFUV70CAnhtF/QjKDfVTR 7OxiMJbtBUeUSRelXxt/hJY8qQHz1UBq2hm2nv1qe11cbfNYlRqiToGkBvXpX1j0Bo JBgxIKoqYMkyWVNfHRPoG7DSth+2TYkdmISGREiWsC07KpLPAkFV0EqL/nPZgCXISX lBEv3OoPYQAPNwnQQMi3cYQL7iucQm2uz8byiGrKlPiyn7lDpWW247halIBInp0lR2 cxzheewfll+rzFBi2ekKZPkqScxPtzNUstslOOfrObc/lquKY68lBSDZMv1LJAA/NV zNt3hz5K9a41Q== Message-ID: <65060691d4649c4a8da46e5ba762a3c905ade690.camel@codeconstruct.com.au> Subject: Re: [PATCH 1/4] ARM: dts: aspeed: greatlakes: correct Mellanox multi-host property From: Andrew Jeffery To: Krzysztof Kozlowski , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Date: Fri, 05 Apr 2024 09:51:59 +1030 In-Reply-To: References: <20231209104412.12916-1-krzysztof.kozlowski@linaro.org> <171213860535.16780.4635499105199545058.b4-ty@linaro.org> <8610e0a8aa5c2916fa04292a10e8a843862ff0ee.camel@codeconstruct.com.au> User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240404_162213_996818_ADADC7D4 X-CRM114-Status: GOOD ( 20.06 ) 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 Thu, 2024-04-04 at 08:13 +0200, Krzysztof Kozlowski wrote: > On 04/04/2024 03:41, Andrew Jeffery wrote: > > On Wed, 2024-04-03 at 12:04 +0200, Krzysztof Kozlowski wrote: > > > On Sat, 09 Dec 2023 11:44:09 +0100, Krzysztof Kozlowski wrote: > > > > "mlx,multi-host" is using incorrect vendor prefix and is not documented. > > > > > > > > > > > > > > These wait for ~4 months and they were not picked up. Let me know if anyone > > > else wants to take these. > > > > > > Applied, thanks! > > > > > > [1/4] ARM: dts: aspeed: greatlakes: correct Mellanox multi-host property > > > https://git.kernel.org/krzk/linux-dt/c/7da85354c4fa35b862294dbbb450baeb405b5a92 > > > [2/4] ARM: dts: aspeed: minerva-cmc: correct Mellanox multi-host property > > > https://git.kernel.org/krzk/linux-dt/c/e515719c17beb9625a90039f6c45fa36d58bdda2 > > > [3/4] ARM: dts: aspeed: yosemite4: correct Mellanox multi-host property > > > https://git.kernel.org/krzk/linux-dt/c/af3deaf9bcb4571feb89a4050c7ad75de9aa8e1e > > > [4/4] ARM: dts: aspeed: yosemitev2: correct Mellanox multi-host property > > > https://git.kernel.org/krzk/linux-dt/c/cac1c1dda6130771e06ace030b1b0ed62096a912 > > > > > > Best regards, > > > > Ah, my apologies. Joel's on leave and I'm accumulating patches in a > > tree for him in the mean time. I've had some things going on > > professionally (changed jobs) and personally, and these fell into a bit > > of a hole. > > > > I'm okay for these patches to be integrated through your tree, given > > you've already applied them. Feel free to add acks if your branch > > allows: > > > > Acked-by: Andrew Jeffery > > > > I'm working to stay on top of things a bit more now than I have in the > > recent past, so hopefully I won't miss patches again in the future. > > Stephen reported conflict, although trivial, but maybe better if you > take them? > Yeah, happy to. > I can rebase and resend. Thanks. Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel