All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mvebu: Fix broken SoC ID detection
@ 2014-06-09 20:52 Ezequiel Garcia
  2014-06-09 22:13 ` Rob Herring
  2014-06-20 20:33 ` Jason Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Ezequiel Garcia @ 2014-06-09 20:52 UTC (permalink / raw)
  To: linux-arm-kernel

Currently the mvebu boards need to detect the SoC revision in order to apply
some quirks needed to workaround issues found on I2C and thermal controllers
present only in very early SoC.

This detection requires PCI address translation to work, so we need to
explicitly select OF_ADDRESS_PCI.

This can be considered a partial revert of the following commit, that
wrongly removed the option selection:

commit 55400f3a1f89e39761f45c19f6e4235a329c400b
Author: Rob Herring <robh@kernel.org>
Date:   Tue Apr 22 14:15:52 2014 -0500

    ARM: mvebu: clean-up unneeded kconfig selects

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 arch/arm/mach-mvebu/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index 6090b9e..61ac80a 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -10,6 +10,7 @@ config ARCH_MVEBU
 	select ZONE_DMA if ARM_LPAE
 	select ARCH_REQUIRE_GPIOLIB
 	select PCI_QUIRKS if PCI
+	select OF_ADDRESS_PCI
 
 if ARCH_MVEBU
 
-- 
1.9.1

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

* [PATCH] ARM: mvebu: Fix broken SoC ID detection
  2014-06-09 20:52 [PATCH] ARM: mvebu: Fix broken SoC ID detection Ezequiel Garcia
@ 2014-06-09 22:13 ` Rob Herring
  2014-06-20 20:33 ` Jason Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2014-06-09 22:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 9, 2014 at 3:52 PM, Ezequiel Garcia
<ezequiel.garcia@free-electrons.com> wrote:
> Currently the mvebu boards need to detect the SoC revision in order to apply
> some quirks needed to workaround issues found on I2C and thermal controllers
> present only in very early SoC.
>
> This detection requires PCI address translation to work, so we need to
> explicitly select OF_ADDRESS_PCI.
>
> This can be considered a partial revert of the following commit, that
> wrongly removed the option selection:
>
> commit 55400f3a1f89e39761f45c19f6e4235a329c400b
> Author: Rob Herring <robh@kernel.org>
> Date:   Tue Apr 22 14:15:52 2014 -0500
>
>     ARM: mvebu: clean-up unneeded kconfig selects
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>

Thanks for fixing it.

Acked-by: Rob Herring <robh@kernel.org>

Rob

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

* [PATCH] ARM: mvebu: Fix broken SoC ID detection
  2014-06-09 20:52 [PATCH] ARM: mvebu: Fix broken SoC ID detection Ezequiel Garcia
  2014-06-09 22:13 ` Rob Herring
@ 2014-06-20 20:33 ` Jason Cooper
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2014-06-20 20:33 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 09, 2014 at 05:52:45PM -0300, Ezequiel Garcia wrote:
> Currently the mvebu boards need to detect the SoC revision in order to apply
> some quirks needed to workaround issues found on I2C and thermal controllers
> present only in very early SoC.
> 
> This detection requires PCI address translation to work, so we need to
> explicitly select OF_ADDRESS_PCI.
> 
> This can be considered a partial revert of the following commit, that
> wrongly removed the option selection:
> 
> commit 55400f3a1f89e39761f45c19f6e4235a329c400b
> Author: Rob Herring <robh@kernel.org>
> Date:   Tue Apr 22 14:15:52 2014 -0500
> 
>     ARM: mvebu: clean-up unneeded kconfig selects
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
>  arch/arm/mach-mvebu/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to mvebu/fixes with Rob's Ack.

thx,

Jason.

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

end of thread, other threads:[~2014-06-20 20:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 20:52 [PATCH] ARM: mvebu: Fix broken SoC ID detection Ezequiel Garcia
2014-06-09 22:13 ` Rob Herring
2014-06-20 20:33 ` Jason Cooper

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.