All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
@ 2017-04-24 22:59 ` Paul Kocialkowski
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Kocialkowski @ 2017-04-24 22:59 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Russell King, Stephen Warren, Thierry Reding, Alexandre Courbot,
	Linus Walleij, Paul Kocialkowski, Olof Johansson

This automatically selects options for zone DMA and 64 bit DMA addresses
when LPAE is enabled on ARM Tegra platforms. These options are required
for proper operation with LPAE enabled.

Signed-off-by: Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org>
---
 arch/arm/mach-tegra/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 329f01c5b6f8..c8368d647741 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -13,5 +13,7 @@ menuconfig ARCH_TEGRA
 	select ARCH_HAS_RESET_CONTROLLER
 	select RESET_CONTROLLER
 	select SOC_BUS
+	select ZONE_DMA if ARM_LPAE
+	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
 	help
 	  This enables support for NVIDIA Tegra based systems.
-- 
2.12.2

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

* [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
@ 2017-04-24 22:59 ` Paul Kocialkowski
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Kocialkowski @ 2017-04-24 22:59 UTC (permalink / raw)
  To: linux-arm-kernel, linux-tegra, linux-kernel
  Cc: Russell King, Stephen Warren, Thierry Reding, Alexandre Courbot,
	Linus Walleij, Paul Kocialkowski, Olof Johansson

This automatically selects options for zone DMA and 64 bit DMA addresses
when LPAE is enabled on ARM Tegra platforms. These options are required
for proper operation with LPAE enabled.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 arch/arm/mach-tegra/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 329f01c5b6f8..c8368d647741 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -13,5 +13,7 @@ menuconfig ARCH_TEGRA
 	select ARCH_HAS_RESET_CONTROLLER
 	select RESET_CONTROLLER
 	select SOC_BUS
+	select ZONE_DMA if ARM_LPAE
+	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
 	help
 	  This enables support for NVIDIA Tegra based systems.
-- 
2.12.2

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

* [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
@ 2017-04-24 22:59 ` Paul Kocialkowski
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Kocialkowski @ 2017-04-24 22:59 UTC (permalink / raw)
  To: linux-arm-kernel

This automatically selects options for zone DMA and 64 bit DMA addresses
when LPAE is enabled on ARM Tegra platforms. These options are required
for proper operation with LPAE enabled.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 arch/arm/mach-tegra/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 329f01c5b6f8..c8368d647741 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -13,5 +13,7 @@ menuconfig ARCH_TEGRA
 	select ARCH_HAS_RESET_CONTROLLER
 	select RESET_CONTROLLER
 	select SOC_BUS
+	select ZONE_DMA if ARM_LPAE
+	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
 	help
 	  This enables support for NVIDIA Tegra based systems.
-- 
2.12.2

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

* Re: [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
  2017-04-24 22:59 ` Paul Kocialkowski
  (?)
@ 2017-07-04 14:29     ` Paul Kocialkowski
  -1 siblings, 0 replies; 9+ messages in thread
From: Paul Kocialkowski @ 2017-07-04 14:29 UTC (permalink / raw)
  To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Russell King, Stephen Warren, Thierry Reding, Alexandre Courbot,
	Linus Walleij, Olof Johansson

On Tue, 2017-04-25 at 00:59 +0200, Paul Kocialkowski wrote:
> This automatically selects options for zone DMA and 64 bit DMA addresses
> when LPAE is enabled on ARM Tegra platforms. These options are required
> for proper operation with LPAE enabled.

Bumping this one since it did not get any review yet.

It should be a good candidate for inclusion now that the merge window is open.

> Signed-off-by: Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org>
> ---
>  arch/arm/mach-tegra/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
> index 329f01c5b6f8..c8368d647741 100644
> --- a/arch/arm/mach-tegra/Kconfig
> +++ b/arch/arm/mach-tegra/Kconfig
> @@ -13,5 +13,7 @@ menuconfig ARCH_TEGRA
>  	select ARCH_HAS_RESET_CONTROLLER
>  	select RESET_CONTROLLER
>  	select SOC_BUS
> +	select ZONE_DMA if ARM_LPAE
> +	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
>  	help
>  	  This enables support for NVIDIA Tegra based systems.
-- 
Paul Kocialkowski, developer of free digital technology and hardware support

Website: https://www.paulk.fr/
Coding blog: https://code.paulk.fr/
Git repositories: https://git.paulk.fr/ https://git.code.paulk.fr/

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

* Re: [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
@ 2017-07-04 14:29     ` Paul Kocialkowski
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Kocialkowski @ 2017-07-04 14:29 UTC (permalink / raw)
  To: linux-arm-kernel, linux-tegra, linux-kernel
  Cc: Russell King, Stephen Warren, Thierry Reding, Alexandre Courbot,
	Linus Walleij, Olof Johansson

On Tue, 2017-04-25 at 00:59 +0200, Paul Kocialkowski wrote:
> This automatically selects options for zone DMA and 64 bit DMA addresses
> when LPAE is enabled on ARM Tegra platforms. These options are required
> for proper operation with LPAE enabled.

Bumping this one since it did not get any review yet.

It should be a good candidate for inclusion now that the merge window is open.

> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  arch/arm/mach-tegra/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
> index 329f01c5b6f8..c8368d647741 100644
> --- a/arch/arm/mach-tegra/Kconfig
> +++ b/arch/arm/mach-tegra/Kconfig
> @@ -13,5 +13,7 @@ menuconfig ARCH_TEGRA
>  	select ARCH_HAS_RESET_CONTROLLER
>  	select RESET_CONTROLLER
>  	select SOC_BUS
> +	select ZONE_DMA if ARM_LPAE
> +	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
>  	help
>  	  This enables support for NVIDIA Tegra based systems.
-- 
Paul Kocialkowski, developer of free digital technology and hardware support

Website: https://www.paulk.fr/
Coding blog: https://code.paulk.fr/
Git repositories: https://git.paulk.fr/ https://git.code.paulk.fr/

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

* [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
@ 2017-07-04 14:29     ` Paul Kocialkowski
  0 siblings, 0 replies; 9+ messages in thread
From: Paul Kocialkowski @ 2017-07-04 14:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, 2017-04-25 at 00:59 +0200, Paul Kocialkowski wrote:
> This automatically selects options for zone DMA and 64 bit DMA addresses
> when LPAE is enabled on ARM Tegra platforms. These options are required
> for proper operation with LPAE enabled.

Bumping this one since it did not get any review yet.

It should be a good candidate for inclusion now that the merge window is open.

> Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
> ---
>  arch/arm/mach-tegra/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
> index 329f01c5b6f8..c8368d647741 100644
> --- a/arch/arm/mach-tegra/Kconfig
> +++ b/arch/arm/mach-tegra/Kconfig
> @@ -13,5 +13,7 @@ menuconfig ARCH_TEGRA
>  	select ARCH_HAS_RESET_CONTROLLER
>  	select RESET_CONTROLLER
>  	select SOC_BUS
> +	select ZONE_DMA if ARM_LPAE
> +	select ARCH_DMA_ADDR_T_64BIT if ARM_LPAE
>  	help
>  	  This enables support for NVIDIA Tegra based systems.
-- 
Paul Kocialkowski, developer of free digital technology and hardware support

Website: https://www.paulk.fr/
Coding blog: https://code.paulk.fr/
Git repositories: https://git.paulk.fr/ https://git.code.paulk.fr/

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

* Re: [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
  2017-07-04 14:29     ` Paul Kocialkowski
  (?)
@ 2017-07-31 13:39         ` Linus Walleij
  -1 siblings, 0 replies; 9+ messages in thread
From: Linus Walleij @ 2017-07-31 13:39 UTC (permalink / raw)
  To: Paul Kocialkowski
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Russell King,
	Stephen Warren, Thierry Reding, Alexandre Courbot,
	Olof Johansson

On Tue, Jul 4, 2017 at 4:29 PM, Paul Kocialkowski <contact-W9ppeneeCTY@public.gmane.org> wrote:
> On Tue, 2017-04-25 at 00:59 +0200, Paul Kocialkowski wrote:
>> This automatically selects options for zone DMA and 64 bit DMA addresses
>> when LPAE is enabled on ARM Tegra platforms. These options are required
>> for proper operation with LPAE enabled.
>
> Bumping this one since it did not get any review yet.
>
> It should be a good candidate for inclusion now that the merge window is open.

If you don't get any reply still, send it to the ARM SoC maintainers
directly at arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org and request it to be applied.

Yours,
Linus Walleij

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

* Re: [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
@ 2017-07-31 13:39         ` Linus Walleij
  0 siblings, 0 replies; 9+ messages in thread
From: Linus Walleij @ 2017-07-31 13:39 UTC (permalink / raw)
  To: Paul Kocialkowski
  Cc: linux-arm-kernel, linux-tegra, linux-kernel, Russell King,
	Stephen Warren, Thierry Reding, Alexandre Courbot,
	Olof Johansson

On Tue, Jul 4, 2017 at 4:29 PM, Paul Kocialkowski <contact@paulk.fr> wrote:
> On Tue, 2017-04-25 at 00:59 +0200, Paul Kocialkowski wrote:
>> This automatically selects options for zone DMA and 64 bit DMA addresses
>> when LPAE is enabled on ARM Tegra platforms. These options are required
>> for proper operation with LPAE enabled.
>
> Bumping this one since it did not get any review yet.
>
> It should be a good candidate for inclusion now that the merge window is open.

If you don't get any reply still, send it to the ARM SoC maintainers
directly at arm@kernel.org and request it to be applied.

Yours,
Linus Walleij

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

* [PATCH] ARM: tegra: Select appropriate DMA options for LPAE
@ 2017-07-31 13:39         ` Linus Walleij
  0 siblings, 0 replies; 9+ messages in thread
From: Linus Walleij @ 2017-07-31 13:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 4, 2017 at 4:29 PM, Paul Kocialkowski <contact@paulk.fr> wrote:
> On Tue, 2017-04-25 at 00:59 +0200, Paul Kocialkowski wrote:
>> This automatically selects options for zone DMA and 64 bit DMA addresses
>> when LPAE is enabled on ARM Tegra platforms. These options are required
>> for proper operation with LPAE enabled.
>
> Bumping this one since it did not get any review yet.
>
> It should be a good candidate for inclusion now that the merge window is open.

If you don't get any reply still, send it to the ARM SoC maintainers
directly at arm at kernel.org and request it to be applied.

Yours,
Linus Walleij

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

end of thread, other threads:[~2017-07-31 13:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 22:59 [PATCH] ARM: tegra: Select appropriate DMA options for LPAE Paul Kocialkowski
2017-04-24 22:59 ` Paul Kocialkowski
2017-04-24 22:59 ` Paul Kocialkowski
     [not found] ` <20170424225946.19425-1-contact-W9ppeneeCTY@public.gmane.org>
2017-07-04 14:29   ` Paul Kocialkowski
2017-07-04 14:29     ` Paul Kocialkowski
2017-07-04 14:29     ` Paul Kocialkowski
     [not found]     ` <1499178545.12420.4.camel-W9ppeneeCTY@public.gmane.org>
2017-07-31 13:39       ` Linus Walleij
2017-07-31 13:39         ` Linus Walleij
2017-07-31 13:39         ` Linus Walleij

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.