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 82DA1CD1288 for ; Thu, 4 Apr 2024 01:42:16 +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=337Z2yHzwgSdKeGhGxKg+zo5xC5BvGasWjsCbJ51xK4=; b=ez3ysaI0qxt5OY sbDw/+osdpHSf+bFXnKyl1dRiN9LQsDUJK6nQVs2nIg79NmZnYpKasChDh2eyKxqXlt81jAVhmw9V 8wTFAVwL5lqCl8r2L7dm5XqAeTOctO3NZpEVi49czwJbPzN7HG50pwm9fKZCR12fNtA/FST2sOpvL u8YAGKGQPQsBjPxUWj4/lNolvenfs8kKpYTw3WqnDgNgVuiyZklove7YgPh/zL9YAzdHNGhY6oTww UYlEYDSracAfpt/DxmCkkYsn6Oj1hz6tulmG/VzWm3wafzhEivV5HdMhndxEWVrze+CzsLYlrQosm cM7gGkOMOoStJ1pnD6HA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rsC77-00000000uIG-0CfR; Thu, 04 Apr 2024 01:42:01 +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 1rsC73-00000000uGU-1FpY for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2024 01:41:59 +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 896E520172; Thu, 4 Apr 2024 09:41:49 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1712194911; bh=W1rbTsbAAc/AY4aRyLkyhlHpWGVkjcjrUfElUyeAL+U=; h=Subject:From:To:Date:In-Reply-To:References; b=Rd7AfLqqaJYPit6Ul8UxmB8t1ecf1btM92WAriPvXV7pbzzbn2zUNTh2jFfru/mBp g7pF0Vz+rmxtckPjnbdR9CwIeHWQvU5yfY7qEmAp0q7N5ZccNZ1eMz56R+KvRaaPMa 3s3ZXX74Csgfh7O0sZ86yY/HEMrplzGxldN8Sg54aCiuam152zMnBTXsnSJWeJqkBk I8sTyKvAIah0lsCBmlVRCJrVFCyDr/PUrEkd6YcQQ73wD0VG6zBlWwtVRpnH9m/ZLr XeMHqOMpJvXUWwF87YiAlWwRnFR0NaDMJyD4VvL73ugbL6YNmA3mPTpRceEtStuMdS 5arEaLy77C+8w== Message-ID: <8610e0a8aa5c2916fa04292a10e8a843862ff0ee.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: Thu, 04 Apr 2024 12:11:48 +1030 In-Reply-To: <171213860535.16780.4635499105199545058.b4-ty@linaro.org> References: <20231209104412.12916-1-krzysztof.kozlowski@linaro.org> <171213860535.16780.4635499105199545058.b4-ty@linaro.org> 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-20240403_184157_556218_60D51493 X-CRM114-Status: GOOD ( 13.26 ) 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 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. Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel