From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753729AbeEOOcW (ORCPT ); Tue, 15 May 2018 10:32:22 -0400 Received: from smtprelay6.synopsys.com ([198.182.37.59]:42883 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753207AbeEOOcU (ORCPT ); Tue, 15 May 2018 10:32:20 -0400 Subject: Re: [PATCH 0/4] Add DesignWare EP support To: Gustavo Pimentel , , , , , , , CC: , , References: From: Joao Pinto Message-ID: Date: Tue, 15 May 2018 15:32:13 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Language: pt-PT Content-Transfer-Encoding: 8bit X-Originating-IP: [10.107.19.88] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Gustavo, Às 8:13 AM de 5/15/2018, Gustavo Pimentel escreveu: > The PCIe controller dual mode is capable of operating in RC mode as well > as EP mode by configuration option. Till now only RC mode was supported, > with this patch is add EP support to the DesignWare driver. > > Gustavo Pimentel (4): > bindings: PCI: designware: Example update > PCI: dwc: Add support for EP mode > bindings: PCI: designware: Add support for EP in DesignWare driver > misc: pci_endpoint_test: Add DesignWare EP entry > > .../devicetree/bindings/pci/designware-pcie.txt | 24 +++- > drivers/misc/pci_endpoint_test.c | 1 + > drivers/pci/dwc/Kconfig | 41 ++++-- > drivers/pci/dwc/pcie-designware-ep.c | 3 + > drivers/pci/dwc/pcie-designware-plat.c | 149 +++++++++++++++++++-- > drivers/pci/endpoint/functions/pci-epf-test.c | 7 + > include/linux/pci-epc.h | 8 ++ > 7 files changed, 206 insertions(+), 27 deletions(-) > Thanks for this patch-set. Reviewed-by: Joao Pinto