linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX
@ 2016-06-20 13:04 Tuomas Tynkkynen
  2016-06-20 13:04 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ Tuomas Tynkkynen
  2016-06-21  4:43 ` [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Olof Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Tuomas Tynkkynen @ 2016-06-20 13:04 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-kernel, Tuomas Tynkkynen

The Wandboard Quad comes with a SATA port. Enable the IMX SATA driver by
default to make it easy to have the root filesystem on it.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index ee7c884..6efcbc7 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -214,6 +214,7 @@ CONFIG_ATA=y
 CONFIG_SATA_AHCI=y
 CONFIG_SATA_AHCI_PLATFORM=y
 CONFIG_AHCI_ST=y
+CONFIG_AHCI_IMX=y
 CONFIG_AHCI_SUNXI=y
 CONFIG_AHCI_TEGRA=y
 CONFIG_SATA_HIGHBANK=y
-- 
2.8.2

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

* [PATCH 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ
  2016-06-20 13:04 [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Tuomas Tynkkynen
@ 2016-06-20 13:04 ` Tuomas Tynkkynen
  2016-06-21  4:43 ` [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Olof Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Tuomas Tynkkynen @ 2016-06-20 13:04 UTC (permalink / raw)
  To: arm; +Cc: linux-arm-kernel, linux-kernel, Tuomas Tynkkynen

The Wandboard Quad can make use of the cpufreq support provided by the
driver. Enable it and its dependency, REGULATOR_ANATOP, by default.

Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 6efcbc7..953bd24 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -134,6 +134,7 @@ CONFIG_CPU_FREQ_GOV_POWERSAVE=m
 CONFIG_CPU_FREQ_GOV_USERSPACE=m
 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
 CONFIG_CPU_FREQ_GOV_SCHEDUTIL=m
+CONFIG_ARM_IMX6Q_CPUFREQ=y
 CONFIG_QORIQ_CPUFREQ=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y
@@ -485,6 +486,7 @@ CONFIG_MFD_TPS6586X=y
 CONFIG_MFD_TPS65910=y
 CONFIG_REGULATOR_AB8500=y
 CONFIG_REGULATOR_ACT8865=y
+CONFIG_REGULATOR_ANATOP=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_AS3722=y
 CONFIG_REGULATOR_AXP20X=m
-- 
2.8.2

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

* Re: [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX
  2016-06-20 13:04 [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Tuomas Tynkkynen
  2016-06-20 13:04 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ Tuomas Tynkkynen
@ 2016-06-21  4:43 ` Olof Johansson
  2016-07-07 10:01   ` Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2016-06-21  4:43 UTC (permalink / raw)
  To: Tuomas Tynkkynen; +Cc: arm, linux-kernel, linux-arm-kernel

Hi Toumas,

We can apply this directly but I prefer to get an acked-by from the
platform maintainer that it affects. I didn't even see them cc:d here
so would you mind resubmit with them on the line? Alternatively send it
to them and they can apply and feed up to us with other defconfig changes.


-Olof

On Mon, Jun 20, 2016 at 04:04:13PM +0300, Tuomas Tynkkynen wrote:
> The Wandboard Quad comes with a SATA port. Enable the IMX SATA driver by
> default to make it easy to have the root filesystem on it.
> 
> Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index ee7c884..6efcbc7 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -214,6 +214,7 @@ CONFIG_ATA=y
>  CONFIG_SATA_AHCI=y
>  CONFIG_SATA_AHCI_PLATFORM=y
>  CONFIG_AHCI_ST=y
> +CONFIG_AHCI_IMX=y
>  CONFIG_AHCI_SUNXI=y
>  CONFIG_AHCI_TEGRA=y
>  CONFIG_SATA_HIGHBANK=y
> -- 
> 2.8.2
> 
> 
> _______________________________________________
> 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] 4+ messages in thread

* Re: [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX
  2016-06-21  4:43 ` [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Olof Johansson
@ 2016-07-07 10:01   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-07-07 10:01 UTC (permalink / raw)
  To: Olof Johansson; +Cc: Tuomas Tynkkynen, arm, linux-kernel, linux-arm-kernel

On Monday, June 20, 2016 9:43:49 PM CEST Olof Johansson wrote:
> Hi Toumas,
> 
> We can apply this directly but I prefer to get an acked-by from the
> platform maintainer that it affects. I didn't even see them cc:d here
> so would you mind resubmit with them on the line? Alternatively send it
> to them and they can apply and feed up to us with other defconfig changes.
> 
> 
> -Olof
> 
> On Mon, Jun 20, 2016 at 04:04:13PM +0300, Tuomas Tynkkynen wrote:
> > The Wandboard Quad comes with a SATA port. Enable the IMX SATA driver by
> > default to make it easy to have the root filesystem on it.
> > 
> > Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>

I haven't see a follow-up on these patches, are they still needed?

	Arnd

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

end of thread, other threads:[~2016-07-07  9:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-20 13:04 [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Tuomas Tynkkynen
2016-06-20 13:04 ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ Tuomas Tynkkynen
2016-06-21  4:43 ` [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Olof Johansson
2016-07-07 10:01   ` Arnd Bergmann

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).