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 76828CDB474 for ; Fri, 20 Oct 2023 12:08:59 +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:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=DD95ww6p2eJlMwAMvUGLhipz7YS9t8rN2Wmk+tOv9l4=; b=r5vKEui1BE1eBr hf47d5HuWi3dGhU3qOTuqv9CrO874g0W2lAU4/4YpqZbLm/bg018pt7eYFRCMlRkM7kvWQjIDYAAZ VbewDNLBKbsb4EifC3h31u/WyciZTnwR0mrCpRXmYNAje2OQW4GtjAwadg862NBWA6CVuEfqcUwFd 4Ccn9nsIS3IyKRlR5FMAVMAL+WaYRMuPA63OSauUVJWIJQz0UPSYDsxvhvdkco63qa6Z91Kw2VO0y 1sOAFbOHjlQjfPW3V6XsAFehoZ058a2NdEJ01YJue2pAU7DtkRxIKg2cgqgZ80mBlcw4gA5hnJS51 2W0N0/tALDtQmDNhDAKQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qtoIt-002DJX-0D; Fri, 20 Oct 2023 12:08:35 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qtoIq-002DIz-39 for linux-arm-kernel@lists.infradead.org; Fri, 20 Oct 2023 12:08:34 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 8CA5AB830E8; Fri, 20 Oct 2023 12:08:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1539C433C7; Fri, 20 Oct 2023 12:08:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697803710; bh=lLWOS5rJtiPTgPtKrcPOA7lIim2pDnpVrtRpguMoa/A=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=mERiYfPjVKAFFEGO2QfLinnZUClESIpUptwr4NkLdg2eA2NdYwldNuLHyGhfLT0dW GrEn2DtvIDItZDHnR+NsSkLp0c8XaCdt/K34CIomwFEYPYPx6AMRe0zh63m2Gm1lCw ZP2gHhP6ztwVaYD1Gr8P4eT7COEs6KaFcVgekDRuggbKuh9+K0RXDm3XZgLrPrVwmj XzH1T5A7wSaZz6BiutJIqh9Y0xJBlz4DSt/5wfJvTqaIs1tOwIlLefB2HERGdAaD3k Omulc8agheqVdhHBOC8xxM4F8G2GQbKK82hKlhzJ6ZA3tEVMxfRbCvsg+os5aF7X1N OPhzyXXxASJrQ== Date: Fri, 20 Oct 2023 07:08:28 -0500 From: Bjorn Helgaas To: "Havalige, Thippeswamy" Cc: "linux-pci@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "bhelgaas@google.com" , "lpieralisi@kernel.org" , "kw@linux.com" , "robh@kernel.org" , "krzysztof.kozlowski+dt@linaro.org" , "conor+dt@kernel.org" , "Simek, Michal" , "Gogada, Bharat Kumar" Subject: Re: [PATCH v7 RESEND 0/3] Add support for Xilinx XDMA Soft IP as Root Port. Message-ID: <20231020120828.GA1430425@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231020_050833_160854_130F2815 X-CRM114-Status: GOOD ( 10.10 ) 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 Fri, Oct 20, 2023 at 10:35:01AM +0000, Havalige, Thippeswamy wrote: > Hi Bjorn, > > Please can you provide an update on this patch series. I'm hoping we can get this merged for v6.7. There is quite a bit of stuff outstanding, and if you have any time to help, your reviews of other pending material would be very useful. Bjorn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel