Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1426613 > unrolled thread
| Started by | Tuomas Tynkkynen <tuomas@tuxera.com> |
|---|---|
| First post | 2016-06-20 15:40 +0200 |
| Last post | 2016-06-21 06:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Tuomas Tynkkynen <tuomas@tuxera.com> - 2016-06-20 15:40 +0200
[PATCH 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ Tuomas Tynkkynen <tuomas@tuxera.com> - 2016-06-20 16:00 +0200
Re: [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX Olof Johansson <olof@lixom.net> - 2016-06-21 06:50 +0200
| From | Tuomas Tynkkynen <tuomas@tuxera.com> |
|---|---|
| Date | 2016-06-20 15:40 +0200 |
| Subject | [PATCH 1/2] ARM: multi_v7_defconfig: Enable AHCI_IMX |
| Message-ID | <rM7AK-nl-25@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Tuomas Tynkkynen <tuomas@tuxera.com> |
|---|---|
| Date | 2016-06-20 16:00 +0200 |
| Subject | [PATCH 2/2] ARM: multi_v7_defconfig: Enable ARM_IMX6Q_CPUFREQ |
| Message-ID | <rM7U6-w3-25@gated-at.bofh.it> |
| In reply to | #1426613 |
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
[toc] | [prev] | [next] | [standalone]
| From | Olof Johansson <olof@lixom.net> |
|---|---|
| Date | 2016-06-21 06:50 +0200 |
| Message-ID | <rMlNn-12h-3@gated-at.bofh.it> |
| In reply to | #1426613 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web