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 BDCB4C00140 for ; Thu, 18 Aug 2022 14:10:27 +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: 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: List-Owner; bh=TgdEN4l80edo48T33PkbdMHLRkinFlu+zyqKQpXaNd8=; b=1F8VEx8/Wja6jp JkTOA1LdIqSfpoM6b/mVVSE/9WRGpGBcaeFEmB0YYM7qv7mXSkueudRnDkI0MhyXoZ38lsa4UFG13 OSADddQ+FVd3uUVh1wr+p8UtLFRtpeaunaHPVBXqgCyiMZtAcL5B3Pj/nwbo5KzsW4iWMF16iAhML OJg5oEcfGkck12O2exTd3krhBDGws5U29J44mMYS6jRB44ma71+6wgFlhKbgxr/ZyLYsk4ibS/NVd iJW+PKjZP7NdcdZF7ya/S8v49Gsd87bUKWuawdg8fuhmqGvFVcW+/1NkbUiFV5qlktpdde7M4PjQr 0wFrJj2S2WEiu46g82TQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgCx-005shL-16; Thu, 18 Aug 2022 14:09:17 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg12-005lvf-L3 for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:56:58 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id D460FB82198; Thu, 18 Aug 2022 13:56:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9CCA0C433D6; Thu, 18 Aug 2022 13:56:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831013; bh=zgFqMD/ASKvLETT7R9/2/Q2gk95wrqDfvKiNO3H+dZw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oNtZBaK6yDi5Y4hQr+sdB2ir6Zp4mN5Kvkyck4Quqlfbp2XOryap+IqLE3z2HrnNz ovs7l8h79urvbVW1fbCRZeadhc6D4QMg33CFfki0u7vox1aP/b3il9evW/zwj8+Ce4 UGYU4oEOl2MgP2jQ14ehnx3G1TFpATElGLx9YnJsUwbOSm2FzBiQi0zwMIzbrx+acs FtoOiS2PWTdibTJmkfQ/42rcLmNkHYsdzVGa/xdT6xjQvqREjmT2HF3mdn0Ayz+pfi cT36udsJqUxxL91Lg6fCGHA4aK762vmz3VN/UKyS13bB7EMpZCZ/j5Gw5XSwDg+A/a KzodOSflWti7g== Date: Thu, 18 Aug 2022 15:56:49 +0200 From: Marek =?UTF-8?B?QmVow7pu?= To: Lorenzo Pieralisi Cc: Lorenzo Pieralisi , Bjorn Helgaas , Krzysztof =?UTF-8?B?V2lsY3p5xYRza2k=?= , Marc Zyngier , pali@kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Gregory CLEMENT Subject: Re: [PATCH 00/18] PCI: aardvark controller changes BATCH 5 Message-ID: <20220818155649.647594e2@dellmb> In-Reply-To: References: <20220220193346.23789-1-kabel@kernel.org> X-Mailer: Claws Mail 3.19.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065656_914947_5F46F74A X-CRM114-Status: GOOD ( 12.54 ) 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 Tue, 16 Aug 2022 18:25:48 +0200 Lorenzo Pieralisi wrote: > Hi Marek, > > back from a hiatus, just catching up with threads. According to > patchwork patches {8,14,16} of this series are still to be > reviewed; may I ask you please an update on the status and we > will take it from there. Sent batch 6 :) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel