linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Re-enable Tegra PCIe Host driver
@ 2020-04-09  9:55 Jon Hunter
  2020-04-14 14:26 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Hunter @ 2020-04-09  9:55 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Thierry Reding, Vidya Sagar
  Cc: Bjorn Helgaas, linux-tegra, Lorenzo Pieralisi, linux-arm-kernel,
	Jon Hunter

Commit c57247f940e8 ("PCI: tegra: Add support for PCIe endpoint mode in
Tegra194") updated the Tegra PCIe Kconfig symbol for building the Tegra
PCIe host controller driver. Following this change the Tegra PCIe host
controller driver is no longer built by default and so no works without
updating the arm64 defconfig. Fix this by updating the Kconfig symbol
in the arm64 for the Tegra PCIe host controller so that again it is
built by default.

Fixes: c57247f940e8 ("PCI: tegra: Add support for PCIe endpoint mode in Tegra194")

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
Please note that this is needed as a fix for v5.7.

 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 24e534d85045..266ad7b5ce91 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -208,7 +208,7 @@ CONFIG_PCIE_QCOM=y
 CONFIG_PCIE_ARMADA_8K=y
 CONFIG_PCIE_KIRIN=y
 CONFIG_PCIE_HISI_STB=y
-CONFIG_PCIE_TEGRA194=m
+CONFIG_PCIE_TEGRA194_HOST=m
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_FW_LOADER_USER_HELPER=y
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: defconfig: Re-enable Tegra PCIe Host driver
  2020-04-09  9:55 [PATCH] arm64: defconfig: Re-enable Tegra PCIe Host driver Jon Hunter
@ 2020-04-14 14:26 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2020-04-14 14:26 UTC (permalink / raw)
  To: Jon Hunter
  Cc: Lorenzo Pieralisi, Catalin Marinas, Vidya Sagar, linux-tegra,
	Bjorn Helgaas, Will Deacon, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 857 bytes --]

On Thu, Apr 09, 2020 at 10:55:30AM +0100, Jon Hunter wrote:
> Commit c57247f940e8 ("PCI: tegra: Add support for PCIe endpoint mode in
> Tegra194") updated the Tegra PCIe Kconfig symbol for building the Tegra
> PCIe host controller driver. Following this change the Tegra PCIe host
> controller driver is no longer built by default and so no works without
> updating the arm64 defconfig. Fix this by updating the Kconfig symbol
> in the arm64 for the Tegra PCIe host controller so that again it is
> built by default.
> 
> Fixes: c57247f940e8 ("PCI: tegra: Add support for PCIe endpoint mode in Tegra194")
> 
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> ---
> Please note that this is needed as a fix for v5.7.
> 
>  arch/arm64/configs/defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-14 14:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-09  9:55 [PATCH] arm64: defconfig: Re-enable Tegra PCIe Host driver Jon Hunter
2020-04-14 14:26 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).