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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 8FCC3C433DB for ; Mon, 25 Jan 2021 16:27:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4C989221E3 for ; Mon, 25 Jan 2021 16:27:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728820AbhAYQ1s (ORCPT ); Mon, 25 Jan 2021 11:27:48 -0500 Received: from foss.arm.com ([217.140.110.172]:50750 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730716AbhAYQ0f (ORCPT ); Mon, 25 Jan 2021 11:26:35 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 715041042; Mon, 25 Jan 2021 08:25:49 -0800 (PST) Received: from e121166-lin.cambridge.arm.com (e121166-lin.cambridge.arm.com [10.1.196.255]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 576B73F68F; Mon, 25 Jan 2021 08:25:48 -0800 (PST) Date: Mon, 25 Jan 2021 16:25:42 +0000 From: Lorenzo Pieralisi To: Jisheng Zhang Cc: Jonathan Chocron , Rob Herring , Bjorn Helgaas , Jingoo Han , Gustavo Pimentel , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH dwc-next v2 0/2] PCI: dwc: remove useless dw_pcie_ops Message-ID: <20210125162542.GA5795@e121166-lin.cambridge.arm.com> References: <20201120191611.7b84a86b@xhacker.debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201120191611.7b84a86b@xhacker.debian> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Fri, Nov 20, 2020 at 07:16:11PM +0800, Jisheng Zhang wrote: > Some designware based device driver especially host only driver may > work well with the default read_dbi/write_dbi/link_up implementation > in pcie-designware.c, thus remove the assumption to simplify those > drivers. > > Since v1: > - rebase to the latest dwc-next > > Jisheng Zhang (2): > PCI: dwc: Don't assume the ops in dw_pcie always exists > PCI: dwc: al: Remove useless dw_pcie_ops > > drivers/pci/controller/dwc/pcie-al.c | 4 ---- > drivers/pci/controller/dwc/pcie-designware-ep.c | 8 +++----- > drivers/pci/controller/dwc/pcie-designware-host.c | 2 +- > drivers/pci/controller/dwc/pcie-designware.c | 14 +++++++------- > 4 files changed, 11 insertions(+), 17 deletions(-) Would you mind rebasing it against my current pci/dwc branch please ? I shall apply it then. Thanks, Lorenzo