All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable Tegra PCI controller
@ 2017-10-18 14:46 ` Tuomas Tynkkynen
  0 siblings, 0 replies; 6+ messages in thread
From: Tuomas Tynkkynen @ 2017-10-18 14:46 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Tuomas Tynkkynen

The driver has supported the 64-bit Tegra210 for a while now, so enable
it in the defconfig.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen-X3B1VOXEql0@public.gmane.org>
---
I didn't personally test this but got a report from our distro users
that it works.

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 719602300d9b..21c173fcbc3c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -74,6 +74,7 @@ CONFIG_PCIE_QCOM=y
 CONFIG_PCIE_KIRIN=y
 CONFIG_PCIE_ARMADA_8K=y
 CONFIG_PCI_AARDVARK=y
+CONFIG_PCI_TEGRA=y
 CONFIG_PCIE_RCAR=y
 CONFIG_PCIE_ROCKCHIP=m
 CONFIG_PCI_HOST_GENERIC=y
-- 
2.14.2

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

* [PATCH] arm64: defconfig: Enable Tegra PCI controller
@ 2017-10-18 14:46 ` Tuomas Tynkkynen
  0 siblings, 0 replies; 6+ messages in thread
From: Tuomas Tynkkynen @ 2017-10-18 14:46 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter
  Cc: linux-arm-kernel, linux-tegra, linux-kernel, Tuomas Tynkkynen

The driver has supported the 64-bit Tegra210 for a while now, so enable
it in the defconfig.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
---
I didn't personally test this but got a report from our distro users
that it works.

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 719602300d9b..21c173fcbc3c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -74,6 +74,7 @@ CONFIG_PCIE_QCOM=y
 CONFIG_PCIE_KIRIN=y
 CONFIG_PCIE_ARMADA_8K=y
 CONFIG_PCI_AARDVARK=y
+CONFIG_PCI_TEGRA=y
 CONFIG_PCIE_RCAR=y
 CONFIG_PCIE_ROCKCHIP=m
 CONFIG_PCI_HOST_GENERIC=y
-- 
2.14.2

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

* [PATCH] arm64: defconfig: Enable Tegra PCI controller
@ 2017-10-18 14:46 ` Tuomas Tynkkynen
  0 siblings, 0 replies; 6+ messages in thread
From: Tuomas Tynkkynen @ 2017-10-18 14:46 UTC (permalink / raw)
  To: linux-arm-kernel

The driver has supported the 64-bit Tegra210 for a while now, so enable
it in the defconfig.

Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
---
I didn't personally test this but got a report from our distro users
that it works.

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

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 719602300d9b..21c173fcbc3c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -74,6 +74,7 @@ CONFIG_PCIE_QCOM=y
 CONFIG_PCIE_KIRIN=y
 CONFIG_PCIE_ARMADA_8K=y
 CONFIG_PCI_AARDVARK=y
+CONFIG_PCI_TEGRA=y
 CONFIG_PCIE_RCAR=y
 CONFIG_PCIE_ROCKCHIP=m
 CONFIG_PCI_HOST_GENERIC=y
-- 
2.14.2

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

* Re: [PATCH] arm64: defconfig: Enable Tegra PCI controller
  2017-10-18 14:46 ` Tuomas Tynkkynen
  (?)
@ 2017-10-19  8:25     ` Thierry Reding
  -1 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2017-10-19  8:25 UTC (permalink / raw)
  To: Tuomas Tynkkynen
  Cc: Jonathan Hunter,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 459 bytes --]

On Wed, Oct 18, 2017 at 05:46:20PM +0300, Tuomas Tynkkynen wrote:
> The driver has supported the 64-bit Tegra210 for a while now, so enable
> it in the defconfig.
> 
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen-X3B1VOXEql0@public.gmane.org>
> ---
> I didn't personally test this but got a report from our distro users
> that it works.
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry

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

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

* Re: [PATCH] arm64: defconfig: Enable Tegra PCI controller
@ 2017-10-19  8:25     ` Thierry Reding
  0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2017-10-19  8:25 UTC (permalink / raw)
  To: Tuomas Tynkkynen
  Cc: Jonathan Hunter, linux-arm-kernel, linux-tegra, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

On Wed, Oct 18, 2017 at 05:46:20PM +0300, Tuomas Tynkkynen wrote:
> The driver has supported the 64-bit Tegra210 for a while now, so enable
> it in the defconfig.
> 
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
> ---
> I didn't personally test this but got a report from our distro users
> that it works.
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry

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

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

* [PATCH] arm64: defconfig: Enable Tegra PCI controller
@ 2017-10-19  8:25     ` Thierry Reding
  0 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2017-10-19  8:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Oct 18, 2017 at 05:46:20PM +0300, Tuomas Tynkkynen wrote:
> The driver has supported the 64-bit Tegra210 for a while now, so enable
> it in the defconfig.
> 
> Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
> ---
> I didn't personally test this but got a report from our distro users
> that it works.
> 
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20171019/9961f57e/attachment.sig>

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

end of thread, other threads:[~2017-10-19  8:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-18 14:46 [PATCH] arm64: defconfig: Enable Tegra PCI controller Tuomas Tynkkynen
2017-10-18 14:46 ` Tuomas Tynkkynen
2017-10-18 14:46 ` Tuomas Tynkkynen
     [not found] ` <20171018144620.4699-1-tuomas.tynkkynen-X3B1VOXEql0@public.gmane.org>
2017-10-19  8:25   ` Thierry Reding
2017-10-19  8:25     ` Thierry Reding
2017-10-19  8:25     ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.