Re: [PATCH] PCI:tegra:Correct typo for PCIe endpoint mode in Tegra194

2021-03-22 Thread Lorenzo Pieralisi
On Thu, 31 Dec 2020 11:25:39 +0800, Wesley Sheng wrote: > In config PCIE_TEGRA194_EP the mode incorrectly referred to > host mode. Applied to pci/tegra, thanks! [1/1] PCI: tegra: Fix typo for PCIe endpoint mode in Tegra194 https://git.kernel.org/lpieralisi/pci/c/10739e2a5e Thanks, Lorenzo

Re: [PATCH] PCI:tegra:Correct typo for PCIe endpoint mode in Tegra194

2021-03-07 Thread Krzysztof WilczyƄski
Hi, A small nitpick. There are spaces missing in the subject line. [...] > Enables support for the PCIe controller in the NVIDIA Tegra194 SoC to > - work in host mode. There are two instances of PCIe controllers in > + work in endpoint mode. There are two instances of PCIe

Re: [PATCH] PCI:tegra:Correct typo for PCIe endpoint mode in Tegra194

2021-01-02 Thread Vidya Sagar
Thanks for the patch. Acked-by: Vidya Sagar On 12/31/2020 8:55 AM, Wesley Sheng wrote: External email: Use caution opening links or attachments In config PCIE_TEGRA194_EP the mode incorrectly referred to host mode. Signed-off-by: Wesley Sheng --- drivers/pci/controller/dwc/Kconfig | 2

[PATCH] PCI:tegra:Correct typo for PCIe endpoint mode in Tegra194

2020-12-30 Thread Wesley Sheng
In config PCIE_TEGRA194_EP the mode incorrectly referred to host mode. Signed-off-by: Wesley Sheng --- drivers/pci/controller/dwc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig index