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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 5A6B9C433E4 for ; Thu, 27 Aug 2020 06:35:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4177F22B40 for ; Thu, 27 Aug 2020 06:35:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727792AbgH0GfW (ORCPT ); Thu, 27 Aug 2020 02:35:22 -0400 Received: from verein.lst.de ([213.95.11.211]:36736 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726242AbgH0GfV (ORCPT ); Thu, 27 Aug 2020 02:35:21 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 3FC7B68BFE; Thu, 27 Aug 2020 08:35:17 +0200 (CEST) Date: Thu, 27 Aug 2020 08:35:17 +0200 From: Christoph Hellwig To: Florian Fainelli Cc: Jim Quinlan , linux-pci@vger.kernel.org, Nicolas Saenz Julienne , Christoph Hellwig , Robin Murphy , bcm-kernel-feedback-list@broadcom.com, Alan Stern , Andy Shevchenko , Bartosz Golaszewski , Dan Williams , "open list:STAGING SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" , "open list:DRM DRIVERS FOR ALLWINNER A10" , Felipe Balbi , Greg Kroah-Hartman , "H. Peter Anvin" , "open list:IOMMU DRIVERS" , Joerg Roedel , Julien Grall , "open list:ACPI FOR ARM64 (ACPI/arm64)" , "moderated list:ARM PORT" , open list , "open list:ALLWINNER A10 CSI DRIVER" , "open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM" , "moderated list:BROADCOM BCM2711/BCM2835 ARM ARCHITECTURE" , "open list:SUPERH" , "open list:USB SUBSYSTEM" , "Rafael J. Wysocki" , Rob Herring , Saravana Kannan , Stefano Stabellini Subject: Re: [PATCH v11 00/11] PCI: brcmstb: enable PCIe for STB chips Message-ID: <20200827063517.GA4637@lst.de> References: <20200824193036.6033-1-james.quinlan@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org On Tue, Aug 25, 2020 at 10:40:27AM -0700, Florian Fainelli wrote: > Hi, > > On 8/24/2020 12:30 PM, Jim Quinlan wrote: >> >> Patchset Summary: >> Enhance a PCIe host controller driver. Because of its unusual design >> we are foced to change dev->dma_pfn_offset into a more general role >> allowing multiple offsets. See the 'v1' notes below for more info. > > We are version 11 and counting, and it is not clear to me whether there is > any chance of getting these patches reviewed and hopefully merged for the > 5.10 merge window. > > There are a lot of different files being touched, so what would be the > ideal way of routing those changes towards inclusion? FYI, I offered to take the dma-mapping bits through the dma-mapping tree. I have a bit of a backlog, but plan to review and if Jim is ok with that apply the current version.