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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32419C43603 for ; Mon, 16 Dec 2019 11:45:35 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 0359C206EC for ; Mon, 16 Dec 2019 11:45:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="USRpRdjn" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0359C206EC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type:Cc: 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: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dYMD2atcAgdsj5/LiqYmoq7z527+2g/m9K2G4hqgK54=; b=USRpRdjnbGeyDKgbpt9yDE2kV Hi+NHSUB3uqqwaKxk7S/B61bmx39jhUINyTiZU3I6XDKlQPbgPqPscNVKPdau4onh2Fj9p26N3EhF cxwXMxKKmCDkyH8u2TKLgQsnIGgu8TOXo892odbdZJKOybrmX+znVs/S712WUaY4YNnPiOIFgKs4Y YvZMFbI2a/LHPftOgp/AIFK2iiMU0UhY9JYYE8E7fnhZSu2zJ3TRwxseh2IE+/zGF3kae9GrTH+Ew JyAk7JhRS2NPZNo43YRAenGirtDE9rTSHKnwTGY5TiQyvmxja37vwDQiJoYwmwOO6wIaOwvPQ6FMV Cxrby2rQw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1igooe-000286-FM; Mon, 16 Dec 2019 11:45:32 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1igooc-00027i-36; Mon, 16 Dec 2019 11:45:31 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 9077BAD54; Mon, 16 Dec 2019 11:45:28 +0000 (UTC) Message-ID: Subject: Re: [PATCH v5 0/6] Raspberry Pi 4 PCIe support From: Nicolas Saenz Julienne To: Andrew Murray Date: Mon, 16 Dec 2019 12:45:26 +0100 In-Reply-To: <20191216113646.GT24359@e119886-lin.cambridge.arm.com> References: <20191216110113.30436-1-nsaenzjulienne@suse.de> <20191216113646.GT24359@e119886-lin.cambridge.arm.com> User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191216_034530_277408_E59DEA91 X-CRM114-Status: GOOD ( 11.72 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, f.fainelli@gmail.com, maz@kernel.org, phil@raspberrypi.org, linux-kernel@vger.kernel.org, jeremy.linton@arm.com, mbrugger@suse.com, bcm-kernel-feedback-list@broadcom.com, wahrenst@gmx.net, james.quinlan@broadcom.com, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org Content-Type: multipart/mixed; boundary="===============7460929164818924039==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============7460929164818924039== Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-DLw2p4RvYw24q5zmQ4Z4" --=-DLw2p4RvYw24q5zmQ4Z4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 2019-12-16 at 11:36 +0000, Andrew Murray wrote: > On Mon, Dec 16, 2019 at 12:01:06PM +0100, Nicolas Saenz Julienne wrote: > > This series aims at providing support for Raspberry Pi 4's PCIe > > controller, which is also shared with the Broadcom STB family of > > devices. > >=20 > > There was a previous attempt to upstream this some years ago[1] but was > > blocked as most STB PCIe integrations have a sparse DMA mapping[2] whic= h > > is something currently not supported by the kernel. Luckily this is no= t > > the case for the Raspberry Pi 4. > >=20 >=20 > Hi Nicolas, >=20 > This series looks good to me now. Unless there is further feedback I'll a= sk > Lorenzo to merge this when he returns in the new year. Thanks! > Thanks for the log2.h efforts - perhaps this can be picked up again one d= ay. I'm not giving up on it yet :) Regards, Nicolas --=-DLw2p4RvYw24q5zmQ4Z4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl33blYACgkQlfZmHno8 x/5aYwf+N1/Ua9CzF4VJc5Fs8Q99JDhaoGWxqIBldY6pt0TGhmCO6ao6z9UCUGde 3n5X7AZwwbVuSQlBbnGxCP4Ji+4O8O/tsc/PmcFN4dt0FALtUD1lbEwFq6khdQqN DaeJqlyjvkQkZifOGYjNH2UjzI4dCyxtFDOMSNr8YP3RcSdjwV01zghOdSSjaV05 X5jUsfAf5AB8eabnkNt+C7FORGf7T8Ll3LdhCgtNJOf3GyIwkotQ2TlqckA8xhqS hPRTW9DaXn6IWYAX3kCwrFhoX4/qxddXhz6GOw5HA5Lh25Zq8Zq4KG3xOlsI9HRy j0AIKO9Pmg+mDDa936sR1oijKJZm3w== =Axoa -----END PGP SIGNATURE----- --=-DLw2p4RvYw24q5zmQ4Z4-- --===============7460929164818924039== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============7460929164818924039==--