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.5 required=3.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham 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 8A8ABC4321A for ; Tue, 11 Jun 2019 16:30:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5BA1D20866 for ; Tue, 11 Jun 2019 16:30:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391540AbfFKQaE (ORCPT ); Tue, 11 Jun 2019 12:30:04 -0400 Received: from ns.iliad.fr ([212.27.33.1]:37770 "EHLO ns.iliad.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390889AbfFKQaE (ORCPT ); Tue, 11 Jun 2019 12:30:04 -0400 Received: from ns.iliad.fr (localhost [127.0.0.1]) by ns.iliad.fr (Postfix) with ESMTP id 09EB02077F; Tue, 11 Jun 2019 18:30:03 +0200 (CEST) Received: from [192.168.108.49] (freebox.vlq16.iliad.fr [213.36.7.13]) by ns.iliad.fr (Postfix) with ESMTP id C7A882046B; Tue, 11 Jun 2019 18:30:02 +0200 (CEST) Subject: Re: [PATCH v1 0/3] PCIe and AR8151 on APQ8098/MSM8998 To: Lorenzo Pieralisi , Bjorn Andersson , Joerg Roedel Cc: Jeffrey Hugo , Robin Murphy , Stanimir Varbanov , Bjorn Helgaas , MSM , PCI , iommu References: <5eedbe6d-f440-1a77-8a7e-81a920e3a0e7@free.fr> <20190611155521.GA18411@redmoon> From: Marc Gonzalez Message-ID: <5af21357-5050-ee30-ddf9-df114d183fca@free.fr> Date: Tue, 11 Jun 2019 18:30:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190611155521.GA18411@redmoon> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP ; ns.iliad.fr ; Tue Jun 11 18:30:03 2019 +0200 (CEST) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org [ Trimming recipients list ] On 11/06/2019 17:55, Lorenzo Pieralisi wrote: > On Thu, Mar 28, 2019 at 05:59:48PM +0100, Marc Gonzalez wrote: > >> After a lot of poking, I am finally able to use the AR8151 ethernet on the APQ8098 board. >> The magic bits are the iommu-map prop and the PCIE20_PARF_BDF_TRANSLATE_N setup. >> >> The WIP thread is archived here: >> https://marc.info/?t=155059539200004&r=1&w=2 >> >> >> Marc Gonzalez (3): >> PCI: qcom: Setup PCIE20_PARF_BDF_TRANSLATE_N >> arm64: dts: qcom: msm8998: Add PCIe SMMU node >> arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes >> >> arch/arm64/boot/dts/qcom/msm8998.dtsi | 93 ++++++++++++++++++++++++++ >> drivers/pci/controller/dwc/pcie-qcom.c | 4 ++ >> 2 files changed, 97 insertions(+) > > Marc, > > what's the plan with this series ? Please let me know so that > I can handle it correctly in the PCI patch queue, I am not > sure by reading comments it has evolved much since posting. Hello Lorenzo, You can ignore/drop this series, it has been superseded; FWIW, the latest patches no longer touch drivers/pci The hold-up was finding an acceptable work-around for the $&#! bug in qcom's SMMU emulation code. I hope Joerg will push it ASAP into linux-next so it can receive some testing before 5.3-rc1. The current incarnation of the PCIe PHY and RC nodes is: https://patchwork.kernel.org/patch/10895341/ Regards.