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=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 E014FC43214 for ; Thu, 19 Aug 2021 13:14:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C77B36108E for ; Thu, 19 Aug 2021 13:14:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239588AbhHSNPJ (ORCPT ); Thu, 19 Aug 2021 09:15:09 -0400 Received: from foss.arm.com ([217.140.110.172]:38240 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231826AbhHSNPI (ORCPT ); Thu, 19 Aug 2021 09:15:08 -0400 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 D490031B; Thu, 19 Aug 2021 06:14:31 -0700 (PDT) Received: from e123427-lin.arm.com (unknown [10.57.42.121]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1104C3F70D; Thu, 19 Aug 2021 06:14:28 -0700 (PDT) From: Lorenzo Pieralisi To: Arnd Bergmann , Kishon Vijay Abraham I , Rob Herring , Jonathan Corbet , Bjorn Helgaas Cc: Lorenzo Pieralisi , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, Greg Kroah-Hartman , Shawn Lin , Jingoo Han , Gustavo Pimentel , linux-doc@vger.kernel.org, linux-rockchip@lists.infradead.org, Marek Vasut , Heiko Stuebner , linux-arm-kernel@lists.infradead.org, Yoshihiro Shimoda , Tom Joseph , linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 0/8] Add SR-IOV support in PCIe Endpoint Core Date: Thu, 19 Aug 2021 14:14:24 +0100 Message-Id: <162937885162.23420.11118528020954705739.b4-ty@arm.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210819123343.1951-1-kishon@ti.com> References: <20210819123343.1951-1-kishon@ti.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Aug 2021 18:03:35 +0530, Kishon Vijay Abraham I wrote: > Patch series > *) Adds support to add virtual functions to enable endpoint controller > which supports SR-IOV capability > *) Add support in Cadence endpoint driver to configure virtual functions > *) Enable pci_endpoint_test driver to create pci_device for virtual > functions > > [...] Applied to pci/endpoint, thanks! [1/8] dt-bindings: PCI: pci-ep: Add binding to specify virtual function https://git.kernel.org/lpieralisi/pci/c/f00bfc6489 [2/8] PCI: endpoint: Add support to add virtual function in endpoint core https://git.kernel.org/lpieralisi/pci/c/1cf362e907 [3/8] PCI: endpoint: Add support to link a physical function to a virtual function https://git.kernel.org/lpieralisi/pci/c/101600e790 [4/8] PCI: endpoint: Add virtual function number in pci_epc ops https://git.kernel.org/lpieralisi/pci/c/53fd3cbe5e [5/8] PCI: cadence: Simplify code to get register base address for configuring BAR https://git.kernel.org/lpieralisi/pci/c/0cf985d611 [6/8] PCI: cadence: Add support to configure virtual functions https://git.kernel.org/lpieralisi/pci/c/e19a0adf6e [7/8] misc: pci_endpoint_test: Populate sriov_configure ops to configure SR-IOV device https://git.kernel.org/lpieralisi/pci/c/489b1f41e5 [8/8] Documentation: PCI: endpoint/pci-endpoint-cfs: Guide to use SR-IOV https://git.kernel.org/lpieralisi/pci/c/0c84f5bf3e Thanks, Lorenzo